From 50e37072f42bcca6d393a74bed29f7f0e029805d Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Fri, 19 Apr 2024 02:49:53 +0200 Subject: [PATCH] chore(release): 9.0.4 --- .changeset/moody-geckos-bathe.md | 9 --------- .changeset/two-points-peel.md | 6 ------ deps/graph-builder/CHANGELOG.md | 6 ++++++ deps/graph-builder/package.json | 2 +- exec/plugin-commands-rebuild/CHANGELOG.md | 6 ++++++ exec/plugin-commands-rebuild/package.json | 2 +- exec/plugin-commands-script-runners/CHANGELOG.md | 6 ++++++ exec/plugin-commands-script-runners/package.json | 2 +- lockfile/filter-lockfile/CHANGELOG.md | 6 ++++++ lockfile/filter-lockfile/package.json | 2 +- patching/plugin-commands-patching/CHANGELOG.md | 7 +++++++ patching/plugin-commands-patching/package.json | 2 +- pkg-manager/core/CHANGELOG.md | 12 ++++++++++++ pkg-manager/core/package.json | 2 +- pkg-manager/headless/CHANGELOG.md | 11 +++++++++++ pkg-manager/headless/package.json | 2 +- pkg-manager/modules-cleaner/CHANGELOG.md | 7 +++++++ pkg-manager/modules-cleaner/package.json | 2 +- pkg-manager/package-requester/CHANGELOG.md | 6 ++++++ pkg-manager/package-requester/package.json | 2 +- .../plugin-commands-installation/CHANGELOG.md | 9 +++++++++ .../plugin-commands-installation/package.json | 2 +- pkg-manager/resolve-dependencies/CHANGELOG.md | 6 ++++++ pkg-manager/resolve-dependencies/package.json | 2 +- pnpm/CHANGELOG.md | 7 +++++++ pnpm/artifacts/exe/package.json | 2 +- pnpm/artifacts/linux-arm64/package.json | 2 +- pnpm/artifacts/linux-x64/package.json | 2 +- pnpm/artifacts/macos-arm64/package.json | 2 +- pnpm/artifacts/macos-x64/package.json | 2 +- pnpm/artifacts/win-x64/package.json | 2 +- pnpm/package.json | 2 +- releasing/plugin-commands-deploy/CHANGELOG.md | 6 ++++++ releasing/plugin-commands-deploy/package.json | 2 +- store/package-store/CHANGELOG.md | 7 +++++++ store/package-store/package.json | 2 +- store/plugin-commands-server/CHANGELOG.md | 7 +++++++ store/plugin-commands-server/package.json | 2 +- store/plugin-commands-store/CHANGELOG.md | 6 ++++++ store/plugin-commands-store/package.json | 2 +- store/store-connection-manager/CHANGELOG.md | 7 +++++++ store/store-connection-manager/package.json | 2 +- 42 files changed, 145 insertions(+), 38 deletions(-) delete mode 100644 .changeset/moody-geckos-bathe.md delete mode 100644 .changeset/two-points-peel.md diff --git a/.changeset/moody-geckos-bathe.md b/.changeset/moody-geckos-bathe.md deleted file mode 100644 index bec0c6b74d1..00000000000 --- a/.changeset/moody-geckos-bathe.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@pnpm/package-requester": patch -"@pnpm/filter-lockfile": patch -"@pnpm/headless": patch -"@pnpm/deps.graph-builder": patch -"pnpm": patch ---- - -The `engines.pnpm` field in the `package.json` files of dependencies should be ignored [#7965](https://github.com/pnpm/pnpm/issues/7965). diff --git a/.changeset/two-points-peel.md b/.changeset/two-points-peel.md deleted file mode 100644 index 91cbede4e86..00000000000 --- a/.changeset/two-points-peel.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/resolve-dependencies": patch -"pnpm": patch ---- - -Fix aliased dependencies resolution on repeat install with existing lockfile [#7957](https://github.com/pnpm/pnpm/issues/7957). diff --git a/deps/graph-builder/CHANGELOG.md b/deps/graph-builder/CHANGELOG.md index 6cb147ff490..5794ec81aaa 100644 --- a/deps/graph-builder/CHANGELOG.md +++ b/deps/graph-builder/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/deps.graph-builder +## 1.0.1 + +### Patch Changes + +- b7d2ed4: The `engines.pnpm` field in the `package.json` files of dependencies should be ignored [#7965](https://github.com/pnpm/pnpm/issues/7965). + ## 1.0.0 ### Major Changes diff --git a/deps/graph-builder/package.json b/deps/graph-builder/package.json index e9feca6b4c2..d163059ddab 100644 --- a/deps/graph-builder/package.json +++ b/deps/graph-builder/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/deps.graph-builder", "description": "A package for building a dependency graph from a lockfile", - "version": "1.0.0", + "version": "1.0.1", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/exec/plugin-commands-rebuild/CHANGELOG.md b/exec/plugin-commands-rebuild/CHANGELOG.md index fbed31e91ce..b1c24ed03d2 100644 --- a/exec/plugin-commands-rebuild/CHANGELOG.md +++ b/exec/plugin-commands-rebuild/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-rebuild +## 11.0.3 + +### Patch Changes + +- @pnpm/store-connection-manager@8.0.3 + ## 11.0.2 ### Patch Changes diff --git a/exec/plugin-commands-rebuild/package.json b/exec/plugin-commands-rebuild/package.json index 67e145001e5..10f5e60a225 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": "11.0.2", + "version": "11.0.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 6f5189c1680..7039a4650d5 100644 --- a/exec/plugin-commands-script-runners/CHANGELOG.md +++ b/exec/plugin-commands-script-runners/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-script-runners +## 9.0.5 + +### Patch Changes + +- @pnpm/plugin-commands-installation@15.0.5 + ## 9.0.4 ### Patch Changes diff --git a/exec/plugin-commands-script-runners/package.json b/exec/plugin-commands-script-runners/package.json index 196414c75b2..05dc81b03df 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": "9.0.4", + "version": "9.0.5", "description": "Commands for running scripts", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/lockfile/filter-lockfile/CHANGELOG.md b/lockfile/filter-lockfile/CHANGELOG.md index ca90d8bddb7..faf04cf2cf2 100644 --- a/lockfile/filter-lockfile/CHANGELOG.md +++ b/lockfile/filter-lockfile/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/filter-lockfile +## 9.0.1 + +### Patch Changes + +- b7d2ed4: The `engines.pnpm` field in the `package.json` files of dependencies should be ignored [#7965](https://github.com/pnpm/pnpm/issues/7965). + ## 9.0.0 ### Major Changes diff --git a/lockfile/filter-lockfile/package.json b/lockfile/filter-lockfile/package.json index b7289786086..04dffaf5ef1 100644 --- a/lockfile/filter-lockfile/package.json +++ b/lockfile/filter-lockfile/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/filter-lockfile", - "version": "9.0.0", + "version": "9.0.1", "description": "Filters a lockfile", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/patching/plugin-commands-patching/CHANGELOG.md b/patching/plugin-commands-patching/CHANGELOG.md index 9b02a84c841..0bea2284ad1 100644 --- a/patching/plugin-commands-patching/CHANGELOG.md +++ b/patching/plugin-commands-patching/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-patching +## 6.0.5 + +### Patch Changes + +- @pnpm/plugin-commands-installation@15.0.5 +- @pnpm/store-connection-manager@8.0.3 + ## 6.0.4 ### Patch Changes diff --git a/patching/plugin-commands-patching/package.json b/patching/plugin-commands-patching/package.json index bad343c7100..97f6db6f461 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": "6.0.4", + "version": "6.0.5", "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 4abf4d40704..70d5a520df7 100644 --- a/pkg-manager/core/CHANGELOG.md +++ b/pkg-manager/core/CHANGELOG.md @@ -1,5 +1,17 @@ # @pnpm/core +## 14.0.5 + +### Patch Changes + +- Updated dependencies [b7d2ed4] +- Updated dependencies [eb19475] + - @pnpm/package-requester@25.0.1 + - @pnpm/filter-lockfile@9.0.1 + - @pnpm/headless@23.0.2 + - @pnpm/resolve-dependencies@32.0.3 + - @pnpm/modules-cleaner@15.0.1 + ## 14.0.4 ### Patch Changes diff --git a/pkg-manager/core/package.json b/pkg-manager/core/package.json index 8fffccfc73a..41e7b5d0fe3 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": "14.0.4", + "version": "14.0.5", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/pkg-manager/headless/CHANGELOG.md b/pkg-manager/headless/CHANGELOG.md index 545b86b64fa..6410f531462 100644 --- a/pkg-manager/headless/CHANGELOG.md +++ b/pkg-manager/headless/CHANGELOG.md @@ -1,5 +1,16 @@ # @pnpm/headless +## 23.0.2 + +### Patch Changes + +- b7d2ed4: The `engines.pnpm` field in the `package.json` files of dependencies should be ignored [#7965](https://github.com/pnpm/pnpm/issues/7965). +- Updated dependencies [b7d2ed4] + - @pnpm/package-requester@25.0.1 + - @pnpm/filter-lockfile@9.0.1 + - @pnpm/deps.graph-builder@1.0.1 + - @pnpm/modules-cleaner@15.0.1 + ## 23.0.1 ### Patch Changes diff --git a/pkg-manager/headless/package.json b/pkg-manager/headless/package.json index 32b83fae338..d1bc77264e5 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": "23.0.1", + "version": "23.0.2", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/pkg-manager/modules-cleaner/CHANGELOG.md b/pkg-manager/modules-cleaner/CHANGELOG.md index a4d8a843e38..ae4bec225c2 100644 --- a/pkg-manager/modules-cleaner/CHANGELOG.md +++ b/pkg-manager/modules-cleaner/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/modules-cleaner +## 15.0.1 + +### Patch Changes + +- Updated dependencies [b7d2ed4] + - @pnpm/filter-lockfile@9.0.1 + ## 15.0.0 ### Major Changes diff --git a/pkg-manager/modules-cleaner/package.json b/pkg-manager/modules-cleaner/package.json index c8558ff0495..4213d591cec 100644 --- a/pkg-manager/modules-cleaner/package.json +++ b/pkg-manager/modules-cleaner/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/modules-cleaner", - "version": "15.0.0", + "version": "15.0.1", "description": "Exports util functions to clean up node_modules", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pkg-manager/package-requester/CHANGELOG.md b/pkg-manager/package-requester/CHANGELOG.md index bd496e17a9c..f6e63ccf3c0 100644 --- a/pkg-manager/package-requester/CHANGELOG.md +++ b/pkg-manager/package-requester/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/package-requester +## 25.0.1 + +### Patch Changes + +- b7d2ed4: The `engines.pnpm` field in the `package.json` files of dependencies should be ignored [#7965](https://github.com/pnpm/pnpm/issues/7965). + ## 25.0.0 ### Major Changes diff --git a/pkg-manager/package-requester/package.json b/pkg-manager/package-requester/package.json index a22122fca38..322425f8231 100644 --- a/pkg-manager/package-requester/package.json +++ b/pkg-manager/package-requester/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/package-requester", - "version": "25.0.0", + "version": "25.0.1", "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 f0edafa0a4c..729c0a34e6f 100644 --- a/pkg-manager/plugin-commands-installation/CHANGELOG.md +++ b/pkg-manager/plugin-commands-installation/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-installation +## 15.0.5 + +### Patch Changes + +- @pnpm/core@14.0.5 +- @pnpm/package-store@20.0.1 +- @pnpm/store-connection-manager@8.0.3 +- @pnpm/plugin-commands-rebuild@11.0.3 + ## 15.0.4 ### Patch Changes diff --git a/pkg-manager/plugin-commands-installation/package.json b/pkg-manager/plugin-commands-installation/package.json index 580804a2c93..5fd8626c2e5 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": "15.0.4", + "version": "15.0.5", "description": "Commands for installation", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pkg-manager/resolve-dependencies/CHANGELOG.md b/pkg-manager/resolve-dependencies/CHANGELOG.md index 67060a97fcb..44809890363 100644 --- a/pkg-manager/resolve-dependencies/CHANGELOG.md +++ b/pkg-manager/resolve-dependencies/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/resolve-dependencies +## 32.0.3 + +### Patch Changes + +- eb19475: Fix aliased dependencies resolution on repeat install with existing lockfile [#7957](https://github.com/pnpm/pnpm/issues/7957). + ## 32.0.2 ### Patch Changes diff --git a/pkg-manager/resolve-dependencies/package.json b/pkg-manager/resolve-dependencies/package.json index 9000ae36ab1..9e34dbc0a22 100644 --- a/pkg-manager/resolve-dependencies/package.json +++ b/pkg-manager/resolve-dependencies/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/resolve-dependencies", - "version": "32.0.2", + "version": "32.0.3", "description": "Resolves dependency graph of a package", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pnpm/CHANGELOG.md b/pnpm/CHANGELOG.md index 2f29bda378e..c29ff3bf969 100644 --- a/pnpm/CHANGELOG.md +++ b/pnpm/CHANGELOG.md @@ -1,5 +1,12 @@ # pnpm +## 9.0.4 + +### Patch Changes + +- Fix aliased dependencies resolution on repeat install with existing lockfile [#7957](https://github.com/pnpm/pnpm/issues/7957). +- The `engines.pnpm` field in the `package.json` files of dependencies should be ignored [#7965](https://github.com/pnpm/pnpm/issues/7965). + ## 9.0.3 ### Patch Changes diff --git a/pnpm/artifacts/exe/package.json b/pnpm/artifacts/exe/package.json index 1ece7ebca2d..9a0bb73daec 100644 --- a/pnpm/artifacts/exe/package.json +++ b/pnpm/artifacts/exe/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/exe", "description": "Fast, disk space efficient package manager", - "version": "9.0.3", + "version": "9.0.4", "publishConfig": { "tag": "next-9", "bin": { diff --git a/pnpm/artifacts/linux-arm64/package.json b/pnpm/artifacts/linux-arm64/package.json index b5b6e6230fe..8dac3cfded3 100644 --- a/pnpm/artifacts/linux-arm64/package.json +++ b/pnpm/artifacts/linux-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/linux-arm64", - "version": "9.0.3", + "version": "9.0.4", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/linux-x64/package.json b/pnpm/artifacts/linux-x64/package.json index 4e44b67a4ae..c349fe9f9c9 100644 --- a/pnpm/artifacts/linux-x64/package.json +++ b/pnpm/artifacts/linux-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/linux-x64", - "version": "9.0.3", + "version": "9.0.4", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/macos-arm64/package.json b/pnpm/artifacts/macos-arm64/package.json index 62ab257899d..53d89e8f9c3 100644 --- a/pnpm/artifacts/macos-arm64/package.json +++ b/pnpm/artifacts/macos-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/macos-arm64", - "version": "9.0.3", + "version": "9.0.4", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/macos-x64/package.json b/pnpm/artifacts/macos-x64/package.json index cafe490304e..429019bfd94 100644 --- a/pnpm/artifacts/macos-x64/package.json +++ b/pnpm/artifacts/macos-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/macos-x64", - "version": "9.0.3", + "version": "9.0.4", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/win-x64/package.json b/pnpm/artifacts/win-x64/package.json index b5dcce662fc..26e93dd3bac 100644 --- a/pnpm/artifacts/win-x64/package.json +++ b/pnpm/artifacts/win-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/win-x64", - "version": "9.0.3", + "version": "9.0.4", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/package.json b/pnpm/package.json index 83041636293..0b1d6908b89 100644 --- a/pnpm/package.json +++ b/pnpm/package.json @@ -1,7 +1,7 @@ { "name": "pnpm", "description": "Fast, disk space efficient package manager", - "version": "9.0.3", + "version": "9.0.4", "bin": { "pnpm": "bin/pnpm.cjs", "pnpx": "bin/pnpx.cjs" diff --git a/releasing/plugin-commands-deploy/CHANGELOG.md b/releasing/plugin-commands-deploy/CHANGELOG.md index 9de3c3c9098..b627ab755e2 100644 --- a/releasing/plugin-commands-deploy/CHANGELOG.md +++ b/releasing/plugin-commands-deploy/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-deploy +## 5.0.5 + +### Patch Changes + +- @pnpm/plugin-commands-installation@15.0.5 + ## 5.0.4 ### Patch Changes diff --git a/releasing/plugin-commands-deploy/package.json b/releasing/plugin-commands-deploy/package.json index 863ea6911a1..558b96b627c 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": "5.0.4", + "version": "5.0.5", "description": "Commands for deploy", "funding": "https://opencollective.com/pnpm", "main": "lib/index.js", diff --git a/store/package-store/CHANGELOG.md b/store/package-store/CHANGELOG.md index b9164e6ba1e..325563dc34d 100644 --- a/store/package-store/CHANGELOG.md +++ b/store/package-store/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/package-store +## 20.0.1 + +### Patch Changes + +- Updated dependencies [b7d2ed4] + - @pnpm/package-requester@25.0.1 + ## 20.0.0 ### Major Changes diff --git a/store/package-store/package.json b/store/package-store/package.json index c465a009311..b7bb90160c0 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": "20.0.0", + "version": "20.0.1", "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 9de81c04f5d..71776d6470b 100644 --- a/store/plugin-commands-server/CHANGELOG.md +++ b/store/plugin-commands-server/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-server +## 7.0.3 + +### Patch Changes + +- @pnpm/server@18.0.0 +- @pnpm/store-connection-manager@8.0.3 + ## 7.0.2 ### Patch Changes diff --git a/store/plugin-commands-server/package.json b/store/plugin-commands-server/package.json index 641ad068127..91bf9f0abad 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": "7.0.2", + "version": "7.0.3", "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 d4e1f816c68..08dafadb8d7 100644 --- a/store/plugin-commands-store/CHANGELOG.md +++ b/store/plugin-commands-store/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-store +## 9.0.3 + +### Patch Changes + +- @pnpm/store-connection-manager@8.0.3 + ## 9.0.2 ### Patch Changes diff --git a/store/plugin-commands-store/package.json b/store/plugin-commands-store/package.json index 56e8c0e8ba9..cf8c3a7bd87 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": "9.0.2", + "version": "9.0.3", "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 fa856b57209..4860ff758d5 100644 --- a/store/store-connection-manager/CHANGELOG.md +++ b/store/store-connection-manager/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/store-connection-manager +## 8.0.3 + +### Patch Changes + +- @pnpm/package-store@20.0.1 +- @pnpm/server@18.0.0 + ## 8.0.2 ### Patch Changes diff --git a/store/store-connection-manager/package.json b/store/store-connection-manager/package.json index c1c4c580eb2..3d57f6ddbce 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": "8.0.2", + "version": "8.0.3", "description": "Create a direct pnpm store controller or connect to a running store server", "main": "lib/index.js", "types": "lib/index.d.ts",