From cd00a79ab245148fbe5f49d78ef608f6ca040cf7 Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Wed, 19 Jul 2023 02:19:20 +0300 Subject: [PATCH] chore(release): libs --- .changeset/tame-crabs-clean.md | 7 ------- __utils__/assert-project/CHANGELOG.md | 6 ++++++ __utils__/assert-project/package.json | 2 +- __utils__/assert-store/CHANGELOG.md | 7 +++++++ __utils__/assert-store/package.json | 2 +- __utils__/prepare/CHANGELOG.md | 6 ++++++ __utils__/prepare/package.json | 2 +- __utils__/test-fixtures/CHANGELOG.md | 6 ++++++ __utils__/test-fixtures/package.json | 2 +- env/node.fetcher/CHANGELOG.md | 7 +++++++ env/node.fetcher/package.json | 2 +- env/node.resolver/CHANGELOG.md | 6 ++++++ env/node.resolver/package.json | 2 +- env/plugin-commands-env/CHANGELOG.md | 8 ++++++++ env/plugin-commands-env/package.json | 2 +- exec/plugin-commands-rebuild/CHANGELOG.md | 12 ++++++++++++ exec/plugin-commands-rebuild/package.json | 2 +- exec/plugin-commands-script-runners/CHANGELOG.md | 8 ++++++++ exec/plugin-commands-script-runners/package.json | 2 +- modules-mounter/daemon/CHANGELOG.md | 8 ++++++++ modules-mounter/daemon/package.json | 2 +- patching/plugin-commands-patching/CHANGELOG.md | 9 +++++++++ patching/plugin-commands-patching/package.json | 2 +- pkg-manager/core/CHANGELOG.md | 11 +++++++++++ pkg-manager/core/package.json | 2 +- pkg-manager/headless/CHANGELOG.md | 9 +++++++++ pkg-manager/headless/package.json | 2 +- pkg-manager/package-requester/CHANGELOG.md | 7 +++++++ pkg-manager/package-requester/package.json | 2 +- .../plugin-commands-installation/CHANGELOG.md | 10 ++++++++++ .../plugin-commands-installation/package.json | 2 +- releasing/plugin-commands-deploy/CHANGELOG.md | 8 ++++++++ releasing/plugin-commands-deploy/package.json | 2 +- reviewing/license-scanner/CHANGELOG.md | 8 ++++++++ reviewing/license-scanner/package.json | 2 +- reviewing/plugin-commands-licenses/CHANGELOG.md | 7 +++++++ reviewing/plugin-commands-licenses/package.json | 2 +- store/cafs/CHANGELOG.md | 9 +++++++++ store/cafs/package.json | 2 +- store/create-cafs-store/CHANGELOG.md | 8 ++++++++ store/create-cafs-store/package.json | 2 +- store/package-store/CHANGELOG.md | 9 +++++++++ store/package-store/package.json | 2 +- store/plugin-commands-server/CHANGELOG.md | 8 ++++++++ store/plugin-commands-server/package.json | 2 +- store/plugin-commands-store/CHANGELOG.md | 9 +++++++++ store/plugin-commands-store/package.json | 2 +- store/store-connection-manager/CHANGELOG.md | 8 ++++++++ store/store-connection-manager/package.json | 2 +- 49 files changed, 218 insertions(+), 31 deletions(-) delete mode 100644 .changeset/tame-crabs-clean.md create mode 100644 store/cafs/CHANGELOG.md diff --git a/.changeset/tame-crabs-clean.md b/.changeset/tame-crabs-clean.md deleted file mode 100644 index be4fb09539..0000000000 --- a/.changeset/tame-crabs-clean.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@pnpm/store.cafs": major ---- - -The package is renamed from `@pnpm/cafs` to `@pnpm/store.cafs`. - -The content-addressable store locker should be only created once per process. This fixes an issue that started happening after merging [#6817](https://github.com/pnpm/pnpm/pull/6817) diff --git a/__utils__/assert-project/CHANGELOG.md b/__utils__/assert-project/CHANGELOG.md index d6103639cf..424441ddb9 100644 --- a/__utils__/assert-project/CHANGELOG.md +++ b/__utils__/assert-project/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/assert-project +## 2.3.30 + +### Patch Changes + +- @pnpm/assert-store@1.0.65 + ## 2.3.29 ### Patch Changes diff --git a/__utils__/assert-project/package.json b/__utils__/assert-project/package.json index fffef9d47d..3b938e4a21 100644 --- a/__utils__/assert-project/package.json +++ b/__utils__/assert-project/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/assert-project", "description": "Utils for testing projects that use pnpm", - "version": "2.3.29", + "version": "2.3.30", "author": { "name": "Zoltan Kochan", "email": "z@kochan.io", diff --git a/__utils__/assert-store/CHANGELOG.md b/__utils__/assert-store/CHANGELOG.md index e2e23c93b0..decef5c6ca 100644 --- a/__utils__/assert-store/CHANGELOG.md +++ b/__utils__/assert-store/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/assert-store +## 1.0.65 + +### Patch Changes + +- Updated dependencies [4bbf482d1] + - @pnpm/store.cafs@1.0.0 + ## 1.0.64 ### Patch Changes diff --git a/__utils__/assert-store/package.json b/__utils__/assert-store/package.json index a09b2963c9..caabc402cf 100644 --- a/__utils__/assert-store/package.json +++ b/__utils__/assert-store/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/assert-store", "description": "Utils for testing pnpm store", - "version": "1.0.64", + "version": "1.0.65", "author": { "name": "Zoltan Kochan", "email": "z@kochan.io", diff --git a/__utils__/prepare/CHANGELOG.md b/__utils__/prepare/CHANGELOG.md index b886be2080..9169f8ed69 100644 --- a/__utils__/prepare/CHANGELOG.md +++ b/__utils__/prepare/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/prepare +## 0.0.73 + +### Patch Changes + +- @pnpm/assert-project@2.3.30 + ## 0.0.72 ### Patch Changes diff --git a/__utils__/prepare/package.json b/__utils__/prepare/package.json index f0adf9a432..4819492988 100644 --- a/__utils__/prepare/package.json +++ b/__utils__/prepare/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/prepare", - "version": "0.0.72", + "version": "0.0.73", "main": "lib/index.js", "types": "lib/index.d.ts", "dependencies": { diff --git a/__utils__/test-fixtures/CHANGELOG.md b/__utils__/test-fixtures/CHANGELOG.md index 3f7c9f1ed5..f144e98ec3 100644 --- a/__utils__/test-fixtures/CHANGELOG.md +++ b/__utils__/test-fixtures/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/test-fixtures +## 0.1.3 + +### Patch Changes + +- @pnpm/prepare@0.0.73 + ## 0.1.2 ### Patch Changes diff --git a/__utils__/test-fixtures/package.json b/__utils__/test-fixtures/package.json index 5520d4032a..a950bc9a64 100644 --- a/__utils__/test-fixtures/package.json +++ b/__utils__/test-fixtures/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/test-fixtures", "description": "Test fixtures", - "version": "0.1.2", + "version": "0.1.3", "author": { "name": "Zoltan Kochan", "email": "z@kochan.io", diff --git a/env/node.fetcher/CHANGELOG.md b/env/node.fetcher/CHANGELOG.md index b67c96bf23..1579cc3d91 100644 --- a/env/node.fetcher/CHANGELOG.md +++ b/env/node.fetcher/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/node.fetcher +## 3.0.9 + +### Patch Changes + +- @pnpm/tarball-fetcher@15.0.6 +- @pnpm/create-cafs-store@4.0.6 + ## 3.0.8 ### Patch Changes diff --git a/env/node.fetcher/package.json b/env/node.fetcher/package.json index df6df4a9e3..a4b952dfd4 100644 --- a/env/node.fetcher/package.json +++ b/env/node.fetcher/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/node.fetcher", - "version": "3.0.8", + "version": "3.0.9", "description": "Node.js artifacts fetcher", "funding": "https://opencollective.com/pnpm", "main": "lib/index.js", diff --git a/env/node.resolver/CHANGELOG.md b/env/node.resolver/CHANGELOG.md index ddcdb83a9a..c919dfd5c6 100644 --- a/env/node.resolver/CHANGELOG.md +++ b/env/node.resolver/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/node.resolver +## 2.0.10 + +### Patch Changes + +- @pnpm/node.fetcher@3.0.9 + ## 2.0.9 ### Patch Changes diff --git a/env/node.resolver/package.json b/env/node.resolver/package.json index c4a7355288..e85862f667 100644 --- a/env/node.resolver/package.json +++ b/env/node.resolver/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/node.resolver", - "version": "2.0.9", + "version": "2.0.10", "description": "Resolves a Node.js version specifier to an exact Node.js version", "funding": "https://opencollective.com/pnpm", "main": "lib/index.js", diff --git a/env/plugin-commands-env/CHANGELOG.md b/env/plugin-commands-env/CHANGELOG.md index 4c76741245..af88c28884 100644 --- a/env/plugin-commands-env/CHANGELOG.md +++ b/env/plugin-commands-env/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-env +## 4.0.17 + +### Patch Changes + +- @pnpm/node.fetcher@3.0.9 +- @pnpm/node.resolver@2.0.10 +- @pnpm/config@18.4.4 + ## 4.0.16 ### Patch Changes diff --git a/env/plugin-commands-env/package.json b/env/plugin-commands-env/package.json index c0e3a09fec..dceba7698c 100644 --- a/env/plugin-commands-env/package.json +++ b/env/plugin-commands-env/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-env", - "version": "4.0.16", + "version": "4.0.17", "description": "pnpm commands for managing Node.js", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/exec/plugin-commands-rebuild/CHANGELOG.md b/exec/plugin-commands-rebuild/CHANGELOG.md index 448d765bfa..c3640fcab4 100644 --- a/exec/plugin-commands-rebuild/CHANGELOG.md +++ b/exec/plugin-commands-rebuild/CHANGELOG.md @@ -1,5 +1,17 @@ # @pnpm/plugin-commands-rebuild +## 9.1.3 + +### Patch Changes + +- Updated dependencies [4bbf482d1] + - @pnpm/store.cafs@1.0.0 + - @pnpm/store-connection-manager@6.0.20 + - @pnpm/config@18.4.4 + - @pnpm/fs.hard-link-dir@2.0.1 + - @pnpm/lifecycle@15.0.5 + - @pnpm/link-bins@9.0.5 + ## 9.1.2 ### Patch Changes diff --git a/exec/plugin-commands-rebuild/package.json b/exec/plugin-commands-rebuild/package.json index 7adc6d84d8..6614d6829d 100644 --- a/exec/plugin-commands-rebuild/package.json +++ b/exec/plugin-commands-rebuild/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-rebuild", - "version": "9.1.2", + "version": "9.1.3", "description": "Commands for rebuilding dependencies", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/exec/plugin-commands-script-runners/CHANGELOG.md b/exec/plugin-commands-script-runners/CHANGELOG.md index 4508756604..61768a3aff 100644 --- a/exec/plugin-commands-script-runners/CHANGELOG.md +++ b/exec/plugin-commands-script-runners/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-script-runners +## 7.1.14 + +### Patch Changes + +- @pnpm/plugin-commands-installation@13.0.20 +- @pnpm/config@18.4.4 +- @pnpm/lifecycle@15.0.5 + ## 7.1.13 ### Patch Changes diff --git a/exec/plugin-commands-script-runners/package.json b/exec/plugin-commands-script-runners/package.json index 5fec0b3f53..9d4115ccdc 100644 --- a/exec/plugin-commands-script-runners/package.json +++ b/exec/plugin-commands-script-runners/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-script-runners", - "version": "7.1.13", + "version": "7.1.14", "description": "Commands for running scripts", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/modules-mounter/daemon/CHANGELOG.md b/modules-mounter/daemon/CHANGELOG.md index badf7c9d90..129ca0a881 100644 --- a/modules-mounter/daemon/CHANGELOG.md +++ b/modules-mounter/daemon/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/mount-modules +## 0.4.16 + +### Patch Changes + +- Updated dependencies [4bbf482d1] + - @pnpm/store.cafs@1.0.0 + - @pnpm/config@18.4.4 + ## 0.4.15 ### Patch Changes diff --git a/modules-mounter/daemon/package.json b/modules-mounter/daemon/package.json index d6009c5292..b9be5889c3 100644 --- a/modules-mounter/daemon/package.json +++ b/modules-mounter/daemon/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/mount-modules", - "version": "0.4.15", + "version": "0.4.16", "description": "Mounts a node_modules directory with FUSE", "main": "lib/index.js", "bin": "bin/mount-modules.js", diff --git a/patching/plugin-commands-patching/CHANGELOG.md b/patching/plugin-commands-patching/CHANGELOG.md index a4bbbed6c6..f127568417 100644 --- a/patching/plugin-commands-patching/CHANGELOG.md +++ b/patching/plugin-commands-patching/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-patching +## 3.1.15 + +### Patch Changes + +- @pnpm/plugin-commands-installation@13.0.20 +- @pnpm/store-connection-manager@6.0.20 +- @pnpm/config@18.4.4 +- @pnpm/patching.apply-patch@2.0.4 + ## 3.1.14 ### Patch Changes diff --git a/patching/plugin-commands-patching/package.json b/patching/plugin-commands-patching/package.json index 393836bc08..b782bbbaf9 100644 --- a/patching/plugin-commands-patching/package.json +++ b/patching/plugin-commands-patching/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-patching", - "version": "3.1.14", + "version": "3.1.15", "description": "Commands for creating patches", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pkg-manager/core/CHANGELOG.md b/pkg-manager/core/CHANGELOG.md index 63763ff821..c80df2d7a9 100644 --- a/pkg-manager/core/CHANGELOG.md +++ b/pkg-manager/core/CHANGELOG.md @@ -1,5 +1,16 @@ # @pnpm/core +## 10.2.10 + +### Patch Changes + +- @pnpm/headless@21.0.8 +- @pnpm/package-requester@21.0.9 +- @pnpm/symlink-dependency@7.0.2 +- @pnpm/crypto.base32-hash@2.0.0 +- @pnpm/lifecycle@15.0.5 +- @pnpm/link-bins@9.0.5 + ## 10.2.9 ### Patch Changes diff --git a/pkg-manager/core/package.json b/pkg-manager/core/package.json index 55ccbef02e..5f97a86331 100644 --- a/pkg-manager/core/package.json +++ b/pkg-manager/core/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/core", "description": "Fast, disk space efficient installation engine", - "version": "10.2.9", + "version": "10.2.10", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/pkg-manager/headless/CHANGELOG.md b/pkg-manager/headless/CHANGELOG.md index a568ca4e25..edb0736b37 100644 --- a/pkg-manager/headless/CHANGELOG.md +++ b/pkg-manager/headless/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/headless +## 21.0.8 + +### Patch Changes + +- @pnpm/package-requester@21.0.9 +- @pnpm/symlink-dependency@7.0.2 +- @pnpm/lifecycle@15.0.5 +- @pnpm/link-bins@9.0.5 + ## 21.0.7 ### Patch Changes diff --git a/pkg-manager/headless/package.json b/pkg-manager/headless/package.json index 4364e15d9e..f8f16c2dc5 100644 --- a/pkg-manager/headless/package.json +++ b/pkg-manager/headless/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/headless", "description": "Fast installation using only pnpm-lock.yaml", - "version": "21.0.7", + "version": "21.0.8", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/pkg-manager/package-requester/CHANGELOG.md b/pkg-manager/package-requester/CHANGELOG.md index 569f079b78..8c2d6f5dca 100644 --- a/pkg-manager/package-requester/CHANGELOG.md +++ b/pkg-manager/package-requester/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/package-requester +## 21.0.9 + +### Patch Changes + +- Updated dependencies [4bbf482d1] + - @pnpm/store.cafs@1.0.0 + ## 21.0.8 ### Patch Changes diff --git a/pkg-manager/package-requester/package.json b/pkg-manager/package-requester/package.json index 01d3334c08..56a754534d 100644 --- a/pkg-manager/package-requester/package.json +++ b/pkg-manager/package-requester/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/package-requester", - "version": "21.0.8", + "version": "21.0.9", "description": "Concurrent downloader of npm-compatible packages", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pkg-manager/plugin-commands-installation/CHANGELOG.md b/pkg-manager/plugin-commands-installation/CHANGELOG.md index be7761897b..9d0be19c5b 100644 --- a/pkg-manager/plugin-commands-installation/CHANGELOG.md +++ b/pkg-manager/plugin-commands-installation/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/plugin-commands-installation +## 13.0.20 + +### Patch Changes + +- @pnpm/plugin-commands-rebuild@9.1.3 +- @pnpm/core@10.2.10 +- @pnpm/package-store@16.0.9 +- @pnpm/store-connection-manager@6.0.20 +- @pnpm/config@18.4.4 + ## 13.0.19 ### Patch Changes diff --git a/pkg-manager/plugin-commands-installation/package.json b/pkg-manager/plugin-commands-installation/package.json index de5e415fa4..460e7189d7 100644 --- a/pkg-manager/plugin-commands-installation/package.json +++ b/pkg-manager/plugin-commands-installation/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-installation", - "version": "13.0.19", + "version": "13.0.20", "description": "Commands for installation", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/releasing/plugin-commands-deploy/CHANGELOG.md b/releasing/plugin-commands-deploy/CHANGELOG.md index 031adce409..a102b852dd 100644 --- a/releasing/plugin-commands-deploy/CHANGELOG.md +++ b/releasing/plugin-commands-deploy/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-deploy +## 3.0.26 + +### Patch Changes + +- @pnpm/plugin-commands-installation@13.0.20 +- @pnpm/fs.indexed-pkg-importer@3.0.2 +- @pnpm/directory-fetcher@6.0.4 + ## 3.0.25 ### Patch Changes diff --git a/releasing/plugin-commands-deploy/package.json b/releasing/plugin-commands-deploy/package.json index b90cf0f8e4..cad667e371 100644 --- a/releasing/plugin-commands-deploy/package.json +++ b/releasing/plugin-commands-deploy/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-deploy", - "version": "3.0.25", + "version": "3.0.26", "description": "Commands for deploy", "funding": "https://opencollective.com/pnpm", "main": "lib/index.js", diff --git a/reviewing/license-scanner/CHANGELOG.md b/reviewing/license-scanner/CHANGELOG.md index 693aaf53d7..1566ac7a2b 100644 --- a/reviewing/license-scanner/CHANGELOG.md +++ b/reviewing/license-scanner/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/license-scanner +## 2.0.12 + +### Patch Changes + +- Updated dependencies [4bbf482d1] + - @pnpm/store.cafs@1.0.0 + - @pnpm/directory-fetcher@6.0.4 + ## 2.0.11 ### Patch Changes diff --git a/reviewing/license-scanner/package.json b/reviewing/license-scanner/package.json index dc4e5bafb3..d8102bbbd1 100644 --- a/reviewing/license-scanner/package.json +++ b/reviewing/license-scanner/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/license-scanner", - "version": "2.0.11", + "version": "2.0.12", "description": "Check for licenses packages", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/reviewing/plugin-commands-licenses/CHANGELOG.md b/reviewing/plugin-commands-licenses/CHANGELOG.md index 943b122171..da476770d3 100644 --- a/reviewing/plugin-commands-licenses/CHANGELOG.md +++ b/reviewing/plugin-commands-licenses/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-licenses +## 2.0.16 + +### Patch Changes + +- @pnpm/license-scanner@2.0.12 +- @pnpm/config@18.4.4 + ## 2.0.15 ### Patch Changes diff --git a/reviewing/plugin-commands-licenses/package.json b/reviewing/plugin-commands-licenses/package.json index 0b83bac62d..899998a922 100644 --- a/reviewing/plugin-commands-licenses/package.json +++ b/reviewing/plugin-commands-licenses/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-licenses", - "version": "2.0.15", + "version": "2.0.16", "description": "The licenses command of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/store/cafs/CHANGELOG.md b/store/cafs/CHANGELOG.md new file mode 100644 index 0000000000..ada746449c --- /dev/null +++ b/store/cafs/CHANGELOG.md @@ -0,0 +1,9 @@ +# @pnpm/store.cafs + +## 1.0.0 + +### Major Changes + +- 4bbf482d1: The package is renamed from `@pnpm/cafs` to `@pnpm/store.cafs`. + + The content-addressable store locker should be only created once per process. This fixes an issue that started happening after merging [#6817](https://github.com/pnpm/pnpm/pull/6817) diff --git a/store/cafs/package.json b/store/cafs/package.json index 8966462385..62ca4f4622 100644 --- a/store/cafs/package.json +++ b/store/cafs/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/store.cafs", - "version": "0.0.0", + "version": "1.0.0", "description": "A content-addressable filesystem for the packages storage", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/store/create-cafs-store/CHANGELOG.md b/store/create-cafs-store/CHANGELOG.md index a8e5bb62cf..29165eaf77 100644 --- a/store/create-cafs-store/CHANGELOG.md +++ b/store/create-cafs-store/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/create-cafs-store +## 4.0.6 + +### Patch Changes + +- Updated dependencies [4bbf482d1] + - @pnpm/store.cafs@1.0.0 + - @pnpm/fs.indexed-pkg-importer@3.0.2 + ## 4.0.5 ### Patch Changes diff --git a/store/create-cafs-store/package.json b/store/create-cafs-store/package.json index 2985cf43c1..9c6d23a882 100644 --- a/store/create-cafs-store/package.json +++ b/store/create-cafs-store/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/create-cafs-store", "description": "Create a CAFS store controller", - "version": "4.0.5", + "version": "4.0.6", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/store/package-store/CHANGELOG.md b/store/package-store/CHANGELOG.md index c93d9cf128..1108b0cc9a 100644 --- a/store/package-store/CHANGELOG.md +++ b/store/package-store/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/package-store +## 16.0.9 + +### Patch Changes + +- Updated dependencies [4bbf482d1] + - @pnpm/store.cafs@1.0.0 + - @pnpm/package-requester@21.0.9 + - @pnpm/create-cafs-store@4.0.6 + ## 16.0.8 ### Patch Changes diff --git a/store/package-store/package.json b/store/package-store/package.json index 5f6f637ecb..0eace30c41 100644 --- a/store/package-store/package.json +++ b/store/package-store/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/package-store", "description": "A storage for packages", - "version": "16.0.8", + "version": "16.0.9", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/store/plugin-commands-server/CHANGELOG.md b/store/plugin-commands-server/CHANGELOG.md index 745012481d..6f892d82b4 100644 --- a/store/plugin-commands-server/CHANGELOG.md +++ b/store/plugin-commands-server/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-server +## 6.0.20 + +### Patch Changes + +- @pnpm/server@15.0.3 +- @pnpm/store-connection-manager@6.0.20 +- @pnpm/config@18.4.4 + ## 6.0.19 ### Patch Changes diff --git a/store/plugin-commands-server/package.json b/store/plugin-commands-server/package.json index 2065d9eaff..1022a44410 100644 --- a/store/plugin-commands-server/package.json +++ b/store/plugin-commands-server/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-server", - "version": "6.0.19", + "version": "6.0.20", "description": "Commands for controlling the store server", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/store/plugin-commands-store/CHANGELOG.md b/store/plugin-commands-store/CHANGELOG.md index cafabf7cd1..12ec219677 100644 --- a/store/plugin-commands-store/CHANGELOG.md +++ b/store/plugin-commands-store/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-store +## 8.0.10 + +### Patch Changes + +- Updated dependencies [4bbf482d1] + - @pnpm/store.cafs@1.0.0 + - @pnpm/store-connection-manager@6.0.20 + - @pnpm/config@18.4.4 + ## 8.0.9 ### Patch Changes diff --git a/store/plugin-commands-store/package.json b/store/plugin-commands-store/package.json index 1372b295aa..2edde5226d 100644 --- a/store/plugin-commands-store/package.json +++ b/store/plugin-commands-store/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-store", - "version": "8.0.9", + "version": "8.0.10", "description": "Commands for controlling the store", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/store/store-connection-manager/CHANGELOG.md b/store/store-connection-manager/CHANGELOG.md index 41a71006a0..105ebb6433 100644 --- a/store/store-connection-manager/CHANGELOG.md +++ b/store/store-connection-manager/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/store-connection-manager +## 6.0.20 + +### Patch Changes + +- @pnpm/package-store@16.0.9 +- @pnpm/server@15.0.3 +- @pnpm/config@18.4.4 + ## 6.0.19 ### Patch Changes diff --git a/store/store-connection-manager/package.json b/store/store-connection-manager/package.json index c9d03f0b3e..394b2094a4 100644 --- a/store/store-connection-manager/package.json +++ b/store/store-connection-manager/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/store-connection-manager", - "version": "6.0.19", + "version": "6.0.20", "description": "Create a direct pnpm store controller or connect to a running store server", "main": "lib/index.js", "types": "lib/index.d.ts",