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 6, 2025
1 parent 51e6a0e commit 205fc86
Show file tree
Hide file tree
Showing 17 changed files with 6,040 additions and 2,174 deletions.
7 changes: 7 additions & 0 deletions packages/array/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Features

- 🎸 array intersect and difference ([7d5ed83](https://github.com/PacoteJS/pacote/commit/7d5ed831bd77dae9cbdef3e362d212adb38e8f90))
- 🎸 random sampling with sample and sampleN ([5c16888](https://github.com/PacoteJS/pacote/commit/5c16888eda546b3425336198d146ffba6345c58c))

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

### 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.8.0",
"version": "0.9.0",
"sideEffects": false,
"license": "MIT",
"author": {
Expand Down
4 changes: 4 additions & 0 deletions packages/bloom-filter/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.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

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

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/bloom-filter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pacote/bloom-filter",
"description": "Space-efficient probabilistic data structures.",
"version": "0.7.0",
"version": "0.7.1",
"sideEffects": false,
"license": "MIT",
"author": {
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.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

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

**Note:** Version bump only for package @pacote/bloom-search
Expand Down
2 changes: 1 addition & 1 deletion packages/bloom-search/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pacote/bloom-search",
"description": "Document search using Bloom filters.",
"version": "0.17.4",
"version": "0.17.5",
"sideEffects": false,
"license": "MIT",
"author": {
Expand Down
4 changes: 4 additions & 0 deletions packages/eslint-config-jest/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-06)

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

## [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/eslint-config-jest
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@pacote/eslint-config-jest",
"description": "Shareable ESLint configuration for Jest.",
"deprecated": "This package is no longer maintained.",
"version": "3.0.3",
"version": "3.0.4",
"sideEffects": false,
"license": "MIT",
"author": {
Expand Down
4 changes: 4 additions & 0 deletions packages/eslint-config-react/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-06)

**Note:** Version bump only for package @pacote/eslint-config-react

## [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/eslint-config-react
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@pacote/eslint-config-react",
"description": "Shareable ESLint configuration for React.",
"deprecated": "This package is no longer maintained.",
"version": "2.0.2",
"version": "2.0.3",
"sideEffects": false,
"license": "MIT",
"author": {
Expand Down
4 changes: 4 additions & 0 deletions packages/eslint-config/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.

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

**Note:** Version bump only for package @pacote/eslint-config

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

**Note:** Version bump only for package @pacote/eslint-config
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@pacote/eslint-config",
"description": "Shareable ESLint configuration.",
"deprecated": "This package is no longer maintained.",
"version": "6.0.2",
"version": "6.0.3",
"sideEffects": false,
"license": "MIT",
"author": {
Expand Down
4 changes: 4 additions & 0 deletions packages/retry/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.2.4](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2025-02-06)

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

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/retry/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pacote/retry",
"description": "Asynchronous retry handler with timeout and exponential backoff support.",
"version": "0.2.3",
"version": "0.2.4",
"sideEffects": false,
"license": "MIT",
"author": {
Expand Down
10 changes: 10 additions & 0 deletions packages/task/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2025-02-06)

### Features

- 🎸 Task for asynchronous computations that never fail ([959c6b4](https://github.com/PacoteJS/pacote/commit/959c6b42b4548773c9bee13f1e63bca8097c1cc5))
2 changes: 1 addition & 1 deletion packages/task/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pacote/task",
"description": "Asynchronous computations that never fail.",
"version": "0.0.0",
"version": "0.1.0",
"sideEffects": false,
"license": "MIT",
"author": {
Expand Down
Loading

0 comments on commit 205fc86

Please sign in to comment.