Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
lrodrigues-newstore committed Feb 25, 2025
1 parent f8785e4 commit d57d56b
Show file tree
Hide file tree
Showing 55 changed files with 4,728 additions and 1,658 deletions.
4 changes: 4 additions & 0 deletions packages/array/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.9.1](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2025-02-25)

**Note:** Version bump only for package @pacote/array

# [0.9.0](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2025-02-06)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/array/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pacote/array",
"description": "Extra Array functions.",
"version": "0.9.0",
"version": "0.9.1",
"sideEffects": false,
"license": "MIT",
"author": {
Expand Down
6 changes: 6 additions & 0 deletions packages/bloom-filter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.7.2](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2025-02-25)

### Performance Improvements

- ⚡️ faster add and lookup methods ([f8785e4](https://github.com/PacoteJS/pacote/commit/f8785e4d01a4ae71eeae32cbd344a99625276d87))

## [0.7.1](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2025-02-06)

**Note:** Version bump only for package @pacote/bloom-filter
Expand Down
6 changes: 4 additions & 2 deletions packages/bloom-filter/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"name": "@pacote/bloom-filter",
"description": "Space-efficient probabilistic data structures.",
"version": "0.7.1",
"version": "0.7.2",
"sideEffects": false,
"license": "MIT",
"author": {
"name": "Luís Rodrigues",
"email": "[email protected]",
"url": "https://goblindegook.com"
},
"keywords": ["bloom filters"],
"keywords": [
"bloom filters"
],
"repository": "github:PacoteJS/pacote",
"bugs": {
"url": "https://github.com/PacoteJS/pacote/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/bloom-search/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.17.6](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2025-02-25)

**Note:** Version bump only for package @pacote/bloom-search

## [0.17.5](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2025-02-06)

**Note:** Version bump only for package @pacote/bloom-search
Expand Down
7 changes: 5 additions & 2 deletions packages/bloom-search/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
{
"name": "@pacote/bloom-search",
"description": "Document search using Bloom filters.",
"version": "0.17.5",
"version": "0.17.6",
"sideEffects": false,
"license": "MIT",
"author": {
"name": "Luís Rodrigues",
"email": "[email protected]",
"url": "https://goblindegook.com"
},
"keywords": ["search", "bloom filters"],
"keywords": [
"search",
"bloom filters"
],
"repository": "github:PacoteJS/pacote",
"bugs": {
"url": "https://github.com/PacoteJS/pacote/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/computus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.4](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2025-02-25)

**Note:** Version bump only for package @pacote/computus

## [2.0.3](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2024-10-05)

**Note:** Version bump only for package @pacote/computus
Expand Down
7 changes: 5 additions & 2 deletions packages/computus/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
{
"name": "@pacote/computus",
"description": "Determine the calendar date of the Easter holiday.",
"version": "2.0.3",
"version": "2.0.4",
"sideEffects": false,
"license": "MIT",
"author": {
"name": "Luís Rodrigues",
"email": "[email protected]",
"url": "https://goblindegook.com"
},
"keywords": ["easter", "computus"],
"keywords": [
"easter",
"computus"
],
"repository": "github:PacoteJS/pacote",
"bugs": {
"url": "https://github.com/PacoteJS/pacote/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/disposable/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.1](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2025-02-25)

**Note:** Version bump only for package @pacote/disposable

# 0.1.0 (2024-10-05)

### Features
Expand Down
8 changes: 6 additions & 2 deletions packages/disposable/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
{
"name": "@pacote/disposable",
"description": "Create disposable resources for Explicit Resource Management.",
"version": "0.1.0",
"version": "0.1.1",
"sideEffects": false,
"license": "MIT",
"author": {
"name": "Luís Rodrigues",
"email": "[email protected]",
"url": "https://goblindegook.com"
},
"keywords": ["async-dispose", "dispose", "explicit resource management"],
"keywords": [
"async-dispose",
"dispose",
"explicit resource management"
],
"repository": "github:PacoteJS/pacote",
"bugs": {
"url": "https://github.com/PacoteJS/pacote/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/error/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.4](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2025-02-25)

**Note:** Version bump only for package @pacote/error

## [3.0.3](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2024-10-05)

**Note:** Version bump only for package @pacote/error
Expand Down
8 changes: 6 additions & 2 deletions packages/error/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
{
"name": "@pacote/error",
"description": "Functional errors.",
"version": "3.0.3",
"version": "3.0.4",
"sideEffects": false,
"license": "MIT",
"author": {
"name": "Luís Rodrigues",
"email": "[email protected]",
"url": "https://goblindegook.com"
},
"keywords": ["error", "fp", "functional programming"],
"keywords": [
"error",
"fp",
"functional programming"
],
"repository": "github:PacoteJS/pacote",
"bugs": {
"url": "https://github.com/PacoteJS/pacote/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/ffetch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.4](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2025-02-25)

**Note:** Version bump only for package @pacote/ffetch

## [7.0.3](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2024-10-05)

**Note:** Version bump only for package @pacote/ffetch
Expand Down
2 changes: 1 addition & 1 deletion packages/ffetch/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pacote/ffetch",
"description": "Fetch API wrapped in a TaskEither",
"version": "7.0.3",
"version": "7.0.4",
"sideEffects": false,
"license": "MIT",
"author": {
Expand Down
4 changes: 4 additions & 0 deletions packages/flux-actions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.4](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2025-02-25)

**Note:** Version bump only for package @pacote/flux-actions

## [3.0.3](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2024-10-05)

**Note:** Version bump only for package @pacote/flux-actions
Expand Down
9 changes: 7 additions & 2 deletions packages/flux-actions/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
{
"name": "@pacote/flux-actions",
"description": "Typed actions and reducers for Flux and Flux-like architectures.",
"version": "3.0.3",
"version": "3.0.4",
"sideEffects": false,
"author": {
"name": "Luís Rodrigues",
"email": "[email protected]",
"url": "https://goblindegook.com"
},
"keywords": ["flux", "redux", "actions", "reducers"],
"keywords": [
"flux",
"redux",
"actions",
"reducers"
],
"repository": "github:PacoteJS/pacote",
"bugs": {
"url": "https://github.com/PacoteJS/pacote/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/get-style/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.4](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2025-02-25)

**Note:** Version bump only for package @pacote/get-style

## [2.0.3](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2024-10-05)

**Note:** Version bump only for package @pacote/get-style
Expand Down
7 changes: 5 additions & 2 deletions packages/get-style/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
{
"name": "@pacote/get-style",
"description": "Get an element's computed style for the provided CSS property.",
"version": "2.0.3",
"version": "2.0.4",
"sideEffects": false,
"license": "MIT",
"author": {
"name": "Luís Rodrigues",
"email": "[email protected]",
"url": "https://goblindegook.com"
},
"keywords": ["css", "styles"],
"keywords": [
"css",
"styles"
],
"repository": "github:PacoteJS/pacote",
"bugs": {
"url": "https://github.com/PacoteJS/pacote/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/iff/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.4](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2025-02-25)

**Note:** Version bump only for package @pacote/iff

## [3.0.3](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2024-10-05)

**Note:** Version bump only for package @pacote/iff
Expand Down
2 changes: 1 addition & 1 deletion packages/iff/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pacote/iff",
"description": "Conditional expressions with Option support.",
"version": "3.0.3",
"version": "3.0.4",
"sideEffects": false,
"license": "MIT",
"author": {
Expand Down
4 changes: 4 additions & 0 deletions packages/immutable/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.3](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2025-02-25)

**Note:** Version bump only for package @pacote/immutable

## [2.0.2](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2024-10-05)

**Note:** Version bump only for package @pacote/immutable
Expand Down
6 changes: 4 additions & 2 deletions packages/immutable/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"name": "@pacote/immutable",
"description": "Immutable generic type.",
"version": "2.0.2",
"version": "2.0.3",
"sideEffects": false,
"license": "MIT",
"author": {
"name": "Luís Rodrigues",
"email": "[email protected]",
"url": "https://goblindegook.com"
},
"keywords": ["immutability"],
"keywords": [
"immutability"
],
"repository": "github:PacoteJS/pacote",
"bugs": {
"url": "https://github.com/PacoteJS/pacote/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/is-plain-object/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.4](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2025-02-25)

**Note:** Version bump only for package @pacote/is-plain-object

## [2.0.3](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2024-10-05)

**Note:** Version bump only for package @pacote/is-plain-object
Expand Down
6 changes: 4 additions & 2 deletions packages/is-plain-object/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"name": "@pacote/is-plain-object",
"description": "Checks whether the provided object is a plain JavaScript object.",
"version": "2.0.3",
"version": "2.0.4",
"sideEffects": false,
"license": "MIT",
"author": {
"name": "Luís Rodrigues",
"email": "[email protected]",
"url": "https://goblindegook.com"
},
"keywords": ["object"],
"keywords": [
"object"
],
"repository": "github:PacoteJS/pacote",
"bugs": {
"url": "https://github.com/PacoteJS/pacote/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/jest-either/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.9](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2025-02-25)

**Note:** Version bump only for package @pacote/jest-either

## [5.0.8](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2024-10-05)

**Note:** Version bump only for package @pacote/jest-either
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-either/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pacote/jest-either",
"description": "Jest matcher for Either objects.",
"version": "5.0.8",
"version": "5.0.9",
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/linked-list/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.7.6](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2025-02-25)

**Note:** Version bump only for package @pacote/linked-list

## [0.7.5](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2024-10-05)

**Note:** Version bump only for package @pacote/linked-list
Expand Down
Loading

0 comments on commit d57d56b

Please sign in to comment.