From cd08faf7e5ae5efdfdab4bc2b88596ab42b84588 Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Fri, 29 Nov 2024 11:42:48 +0100 Subject: [PATCH] chore(release): 9.14.4 --- .changeset/silent-wombats-roll.md | 6 ------ cache/api/CHANGELOG.md | 7 +++++++ cache/api/package.json | 2 +- cache/commands/CHANGELOG.md | 6 ++++++ cache/commands/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 +- patching/plugin-commands-patching/CHANGELOG.md | 7 +++++++ patching/plugin-commands-patching/package.json | 2 +- pkg-manager/client/CHANGELOG.md | 6 ++++++ pkg-manager/client/package.json | 2 +- pkg-manager/core/CHANGELOG.md | 8 ++++++++ pkg-manager/core/package.json | 2 +- .../plugin-commands-installation/CHANGELOG.md | 12 ++++++++++++ .../plugin-commands-installation/package.json | 2 +- pkg-manager/resolve-dependencies/CHANGELOG.md | 7 +++++++ pkg-manager/resolve-dependencies/package.json | 2 +- pnpm/CHANGELOG.md | 6 ++++++ 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-arm64/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 +- releasing/plugin-commands-publishing/CHANGELOG.md | 6 ++++++ releasing/plugin-commands-publishing/package.json | 2 +- resolving/default-resolver/CHANGELOG.md | 7 +++++++ resolving/default-resolver/package.json | 2 +- resolving/npm-resolver/CHANGELOG.md | 6 ++++++ resolving/npm-resolver/package.json | 2 +- reviewing/outdated/CHANGELOG.md | 8 ++++++++ reviewing/outdated/package.json | 2 +- reviewing/plugin-commands-outdated/CHANGELOG.md | 7 +++++++ reviewing/plugin-commands-outdated/package.json | 2 +- store/plugin-commands-server/CHANGELOG.md | 7 +++++++ store/plugin-commands-server/package.json | 2 +- store/plugin-commands-store-inspecting/CHANGELOG.md | 6 ++++++ store/plugin-commands-store-inspecting/package.json | 2 +- store/plugin-commands-store/CHANGELOG.md | 6 ++++++ store/plugin-commands-store/package.json | 2 +- store/store-connection-manager/CHANGELOG.md | 8 ++++++++ store/store-connection-manager/package.json | 2 +- tools/plugin-commands-self-updater/CHANGELOG.md | 7 +++++++ tools/plugin-commands-self-updater/package.json | 2 +- workspace/filter-packages-from-dir/CHANGELOG.md | 6 ++++++ workspace/filter-packages-from-dir/package.json | 2 +- workspace/filter-workspace-packages/CHANGELOG.md | 6 ++++++ workspace/filter-workspace-packages/package.json | 2 +- workspace/pkgs-graph/CHANGELOG.md | 7 +++++++ workspace/pkgs-graph/package.json | 2 +- 56 files changed, 195 insertions(+), 37 deletions(-) delete mode 100644 .changeset/silent-wombats-roll.md diff --git a/.changeset/silent-wombats-roll.md b/.changeset/silent-wombats-roll.md deleted file mode 100644 index 0c85b2f9bc..0000000000 --- a/.changeset/silent-wombats-roll.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/npm-resolver": patch -"pnpm": patch ---- - -Don't ever save mutated metadata to the metadata cache. diff --git a/cache/api/CHANGELOG.md b/cache/api/CHANGELOG.md index 0ef37dc34b..819c359a08 100644 --- a/cache/api/CHANGELOG.md +++ b/cache/api/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/cache.api +## 900.0.1 + +### Patch Changes + +- Updated dependencies [11afcdd] + - @pnpm/npm-resolver@900.0.1 + ## 0.1.4 ### Patch Changes diff --git a/cache/api/package.json b/cache/api/package.json index 88d94545e6..6d79309b9f 100644 --- a/cache/api/package.json +++ b/cache/api/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/cache.api", - "version": "900.0.0", + "version": "900.0.1", "description": "API for controlling the cache", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/cache/commands/CHANGELOG.md b/cache/commands/CHANGELOG.md index a04c1c212d..8048ff5222 100644 --- a/cache/commands/CHANGELOG.md +++ b/cache/commands/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/cache.commands +## 900.0.1 + +### Patch Changes + +- @pnpm/cache.api@900.0.1 + ## 0.1.5 ### Patch Changes diff --git a/cache/commands/package.json b/cache/commands/package.json index d81bc98351..76ffafa2d8 100644 --- a/cache/commands/package.json +++ b/cache/commands/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/cache.commands", - "version": "900.0.0", + "version": "900.0.1", "description": "Commands for controlling the cache", "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 514d9be411..ba9c9081f1 100644 --- a/exec/plugin-commands-rebuild/CHANGELOG.md +++ b/exec/plugin-commands-rebuild/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-rebuild +## 900.0.1 + +### Patch Changes + +- @pnpm/store-connection-manager@900.0.1 + ## 12.1.5 ### Patch Changes diff --git a/exec/plugin-commands-rebuild/package.json b/exec/plugin-commands-rebuild/package.json index 1bb9a9648e..4813f71e6a 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": "900.0.0", + "version": "900.0.1", "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 1bf0be1041..d6eca861e8 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 +## 900.0.1 + +### Patch Changes + +- @pnpm/plugin-commands-installation@900.0.1 + ## 12.0.15 ### Patch Changes diff --git a/exec/plugin-commands-script-runners/package.json b/exec/plugin-commands-script-runners/package.json index 58a34f91dd..120c97601d 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": "900.0.0", + "version": "900.0.1", "description": "Commands for running scripts", "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 4f5c436762..198417cc42 100644 --- a/patching/plugin-commands-patching/CHANGELOG.md +++ b/patching/plugin-commands-patching/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-patching +## 900.0.1 + +### Patch Changes + +- @pnpm/plugin-commands-installation@900.0.1 +- @pnpm/store-connection-manager@900.0.1 + ## 6.4.19 ### Patch Changes diff --git a/patching/plugin-commands-patching/package.json b/patching/plugin-commands-patching/package.json index 9dac0ea4c3..c876874e6b 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": "900.0.0", + "version": "900.0.1", "description": "Commands for creating patches", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pkg-manager/client/CHANGELOG.md b/pkg-manager/client/CHANGELOG.md index 6c9d6691b4..07d0b99f22 100644 --- a/pkg-manager/client/CHANGELOG.md +++ b/pkg-manager/client/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/client +## 900.0.1 + +### Patch Changes + +- @pnpm/default-resolver@900.0.1 + ## 11.1.13 ### Patch Changes diff --git a/pkg-manager/client/package.json b/pkg-manager/client/package.json index bd50b288e7..4ed2937929 100644 --- a/pkg-manager/client/package.json +++ b/pkg-manager/client/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/client", - "version": "900.0.0", + "version": "900.0.1", "description": "Creates the package resolve and fetch functions", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pkg-manager/core/CHANGELOG.md b/pkg-manager/core/CHANGELOG.md index d19baf62ce..460f6a6660 100644 --- a/pkg-manager/core/CHANGELOG.md +++ b/pkg-manager/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/core +## 900.0.1 + +### Patch Changes + +- @pnpm/resolve-dependencies@900.0.1 +- @pnpm/headless@900.0.0 +- @pnpm/package-requester@900.0.0 + ## 15.3.13 ### Patch Changes diff --git a/pkg-manager/core/package.json b/pkg-manager/core/package.json index be16cdbdb6..31f8c9bd58 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": "900.0.0", + "version": "900.0.1", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/pkg-manager/plugin-commands-installation/CHANGELOG.md b/pkg-manager/plugin-commands-installation/CHANGELOG.md index 4d9341a7c5..5cb6b67858 100644 --- a/pkg-manager/plugin-commands-installation/CHANGELOG.md +++ b/pkg-manager/plugin-commands-installation/CHANGELOG.md @@ -1,5 +1,17 @@ # @pnpm/plugin-commands-installation +## 900.0.1 + +### Patch Changes + +- @pnpm/outdated@900.0.1 +- @pnpm/workspace.pkgs-graph@900.0.1 +- @pnpm/core@900.0.1 +- @pnpm/filter-workspace-packages@900.0.1 +- @pnpm/package-store@900.0.0 +- @pnpm/store-connection-manager@900.0.1 +- @pnpm/plugin-commands-rebuild@900.0.1 + ## 17.2.12 ### Patch Changes diff --git a/pkg-manager/plugin-commands-installation/package.json b/pkg-manager/plugin-commands-installation/package.json index 5093c2e5c7..e74c22e6cf 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": "900.0.0", + "version": "900.0.1", "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 17690dd218..4ab66c767e 100644 --- a/pkg-manager/resolve-dependencies/CHANGELOG.md +++ b/pkg-manager/resolve-dependencies/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/resolve-dependencies +## 900.0.1 + +### Patch Changes + +- Updated dependencies [11afcdd] + - @pnpm/npm-resolver@900.0.1 + ## 36.0.9 ### Patch Changes diff --git a/pkg-manager/resolve-dependencies/package.json b/pkg-manager/resolve-dependencies/package.json index 34a3776972..911d9a03ce 100644 --- a/pkg-manager/resolve-dependencies/package.json +++ b/pkg-manager/resolve-dependencies/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/resolve-dependencies", - "version": "900.0.0", + "version": "900.0.1", "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 3838576390..aed2a886f9 100644 --- a/pnpm/CHANGELOG.md +++ b/pnpm/CHANGELOG.md @@ -1,5 +1,11 @@ # pnpm +## 9.14.4 + +### Patch Changes + +- Don't ever save mutated metadata to the metadata cache. + ## 9.14.3 ### Patch Changes diff --git a/pnpm/artifacts/exe/package.json b/pnpm/artifacts/exe/package.json index 7946304dd0..5e484c0ab7 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.14.3", + "version": "9.14.4", "publishConfig": { "tag": "next-9", "bin": { diff --git a/pnpm/artifacts/linux-arm64/package.json b/pnpm/artifacts/linux-arm64/package.json index 9320beda9f..3870693c3d 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.14.3", + "version": "9.14.4", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/linux-x64/package.json b/pnpm/artifacts/linux-x64/package.json index 2e9c499d8f..12d47ee5c8 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.14.3", + "version": "9.14.4", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/macos-arm64/package.json b/pnpm/artifacts/macos-arm64/package.json index c08bca5925..b2d832f534 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.14.3", + "version": "9.14.4", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/macos-x64/package.json b/pnpm/artifacts/macos-x64/package.json index 45ac8ae2c0..290502bb92 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.14.3", + "version": "9.14.4", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/win-arm64/package.json b/pnpm/artifacts/win-arm64/package.json index 001cc908bd..462ce30291 100644 --- a/pnpm/artifacts/win-arm64/package.json +++ b/pnpm/artifacts/win-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/win-arm64", - "version": "9.14.3", + "version": "9.14.4", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/win-x64/package.json b/pnpm/artifacts/win-x64/package.json index ac9f3807ec..5a6fe22b3d 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.14.3", + "version": "9.14.4", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/package.json b/pnpm/package.json index 5fe26e535d..9e0d714786 100644 --- a/pnpm/package.json +++ b/pnpm/package.json @@ -1,7 +1,7 @@ { "name": "pnpm", "description": "Fast, disk space efficient package manager", - "version": "9.14.3", + "version": "9.14.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 d49d61fee4..1c49752aad 100644 --- a/releasing/plugin-commands-deploy/CHANGELOG.md +++ b/releasing/plugin-commands-deploy/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-deploy +## 900.0.1 + +### Patch Changes + +- @pnpm/plugin-commands-installation@900.0.1 + ## 5.1.36 ### Patch Changes diff --git a/releasing/plugin-commands-deploy/package.json b/releasing/plugin-commands-deploy/package.json index 5d3d9fc8a3..9db2fbbbb9 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": "900.0.0", + "version": "900.0.1", "description": "Commands for deploy", "funding": "https://opencollective.com/pnpm", "main": "lib/index.js", diff --git a/releasing/plugin-commands-publishing/CHANGELOG.md b/releasing/plugin-commands-publishing/CHANGELOG.md index ac1f1c1340..612aba2e69 100644 --- a/releasing/plugin-commands-publishing/CHANGELOG.md +++ b/releasing/plugin-commands-publishing/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-publishing +## 900.0.1 + +### Patch Changes + +- @pnpm/client@900.0.1 + ## 10.1.1 ### Patch Changes diff --git a/releasing/plugin-commands-publishing/package.json b/releasing/plugin-commands-publishing/package.json index bd22bb38f6..aab1a74871 100644 --- a/releasing/plugin-commands-publishing/package.json +++ b/releasing/plugin-commands-publishing/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-publishing", - "version": "900.0.0", + "version": "900.0.1", "description": "The pack and publish commands of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/resolving/default-resolver/CHANGELOG.md b/resolving/default-resolver/CHANGELOG.md index e7cb153586..dbbf134006 100644 --- a/resolving/default-resolver/CHANGELOG.md +++ b/resolving/default-resolver/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/default-resolver +## 900.0.1 + +### Patch Changes + +- Updated dependencies [11afcdd] + - @pnpm/npm-resolver@900.0.1 + ## 20.0.10 ### Patch Changes diff --git a/resolving/default-resolver/package.json b/resolving/default-resolver/package.json index d91a66336e..e0ba79035e 100644 --- a/resolving/default-resolver/package.json +++ b/resolving/default-resolver/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/default-resolver", - "version": "900.0.0", + "version": "900.0.1", "description": "pnpm's default package resolver", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/resolving/npm-resolver/CHANGELOG.md b/resolving/npm-resolver/CHANGELOG.md index 617e668828..0b132c9ce8 100644 --- a/resolving/npm-resolver/CHANGELOG.md +++ b/resolving/npm-resolver/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/npm-resolver +## 900.0.1 + +### Patch Changes + +- 11afcdd: Don't ever save mutated metadata to the metadata cache. + ## 21.1.1 ### Patch Changes diff --git a/resolving/npm-resolver/package.json b/resolving/npm-resolver/package.json index efd617e0af..bbd494cbda 100644 --- a/resolving/npm-resolver/package.json +++ b/resolving/npm-resolver/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/npm-resolver", - "version": "900.0.0", + "version": "900.0.1", "description": "Resolver for npm-hosted packages", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/reviewing/outdated/CHANGELOG.md b/reviewing/outdated/CHANGELOG.md index 0b7d5fe870..4d9202a6bb 100644 --- a/reviewing/outdated/CHANGELOG.md +++ b/reviewing/outdated/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/outdated +## 900.0.1 + +### Patch Changes + +- Updated dependencies [11afcdd] + - @pnpm/npm-resolver@900.0.1 + - @pnpm/client@900.0.1 + ## 15.1.9 ### Patch Changes diff --git a/reviewing/outdated/package.json b/reviewing/outdated/package.json index c4ce84fef9..7a585fc5d8 100644 --- a/reviewing/outdated/package.json +++ b/reviewing/outdated/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/outdated", - "version": "900.0.0", + "version": "900.0.1", "description": "Check for outdated packages", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/reviewing/plugin-commands-outdated/CHANGELOG.md b/reviewing/plugin-commands-outdated/CHANGELOG.md index e6bc8ab3d9..eab84f1f1c 100644 --- a/reviewing/plugin-commands-outdated/CHANGELOG.md +++ b/reviewing/plugin-commands-outdated/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-outdated +## 900.0.1 + +### Patch Changes + +- @pnpm/default-resolver@900.0.1 +- @pnpm/outdated@900.0.1 + ## 12.1.5 ### Patch Changes diff --git a/reviewing/plugin-commands-outdated/package.json b/reviewing/plugin-commands-outdated/package.json index 9099e2e753..0f4b94b4f9 100644 --- a/reviewing/plugin-commands-outdated/package.json +++ b/reviewing/plugin-commands-outdated/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-outdated", - "version": "900.0.0", + "version": "900.0.1", "description": "The outdated command of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/store/plugin-commands-server/CHANGELOG.md b/store/plugin-commands-server/CHANGELOG.md index 9d9961724d..2b0652d9c3 100644 --- a/store/plugin-commands-server/CHANGELOG.md +++ b/store/plugin-commands-server/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-server +## 900.0.1 + +### Patch Changes + +- @pnpm/server@900.0.0 +- @pnpm/store-connection-manager@900.0.1 + ## 7.0.29 ### Patch Changes diff --git a/store/plugin-commands-server/package.json b/store/plugin-commands-server/package.json index 5e69630136..f5c91f4dee 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": "900.0.0", + "version": "900.0.1", "description": "Commands for controlling the store server", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/store/plugin-commands-store-inspecting/CHANGELOG.md b/store/plugin-commands-store-inspecting/CHANGELOG.md index 459adcb0c8..f24f4e086c 100644 --- a/store/plugin-commands-store-inspecting/CHANGELOG.md +++ b/store/plugin-commands-store-inspecting/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-store-inspecting +## 900.0.1 + +### Patch Changes + +- @pnpm/client@900.0.1 + ## 0.2.25 ### Patch Changes diff --git a/store/plugin-commands-store-inspecting/package.json b/store/plugin-commands-store-inspecting/package.json index cc59c13d10..fdde35e3ae 100644 --- a/store/plugin-commands-store-inspecting/package.json +++ b/store/plugin-commands-store-inspecting/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-store-inspecting", - "version": "900.0.0", + "version": "900.0.1", "description": "The inspecting store commands of pnpm", "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 378c9a214d..91220ec61f 100644 --- a/store/plugin-commands-store/CHANGELOG.md +++ b/store/plugin-commands-store/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-store +## 900.0.1 + +### Patch Changes + +- @pnpm/store-connection-manager@900.0.1 + ## 9.2.18 ### Patch Changes diff --git a/store/plugin-commands-store/package.json b/store/plugin-commands-store/package.json index f588528064..2f3addb9bc 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": "900.0.0", + "version": "900.0.1", "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 b56f6266dc..681b182f75 100644 --- a/store/store-connection-manager/CHANGELOG.md +++ b/store/store-connection-manager/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/store-connection-manager +## 900.0.1 + +### Patch Changes + +- @pnpm/client@900.0.1 +- @pnpm/package-store@900.0.0 +- @pnpm/server@900.0.0 + ## 8.4.3 ### Patch Changes diff --git a/store/store-connection-manager/package.json b/store/store-connection-manager/package.json index a300229eae..b7430c3b9f 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": "900.0.0", + "version": "900.0.1", "description": "Create a direct pnpm store controller or connect to a running store server", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/tools/plugin-commands-self-updater/CHANGELOG.md b/tools/plugin-commands-self-updater/CHANGELOG.md index 16509a5575..dacea58999 100644 --- a/tools/plugin-commands-self-updater/CHANGELOG.md +++ b/tools/plugin-commands-self-updater/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/tools.plugin-commands-self-updater +## 900.0.1 + +### Patch Changes + +- @pnpm/client@900.0.1 +- @pnpm/plugin-commands-installation@900.0.1 + ## 1.1.4 ### Patch Changes diff --git a/tools/plugin-commands-self-updater/package.json b/tools/plugin-commands-self-updater/package.json index 6ce2aeca57..ff2844d6d5 100644 --- a/tools/plugin-commands-self-updater/package.json +++ b/tools/plugin-commands-self-updater/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/tools.plugin-commands-self-updater", - "version": "900.0.0", + "version": "900.0.1", "description": "A command for updating pnpm itself", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/workspace/filter-packages-from-dir/CHANGELOG.md b/workspace/filter-packages-from-dir/CHANGELOG.md index 40dd479a23..a361019904 100644 --- a/workspace/filter-packages-from-dir/CHANGELOG.md +++ b/workspace/filter-packages-from-dir/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/workspace.filter-packages-from-dir +## 900.0.1 + +### Patch Changes + +- @pnpm/filter-workspace-packages@900.0.1 + ## 1.0.15 ### Patch Changes diff --git a/workspace/filter-packages-from-dir/package.json b/workspace/filter-packages-from-dir/package.json index acd24f885c..b5ada50579 100644 --- a/workspace/filter-packages-from-dir/package.json +++ b/workspace/filter-packages-from-dir/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/workspace.filter-packages-from-dir", - "version": "900.0.0", + "version": "900.0.1", "description": "Filters packages in a directory", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/workspace/filter-workspace-packages/CHANGELOG.md b/workspace/filter-workspace-packages/CHANGELOG.md index 93c33ec43a..b4841449cf 100644 --- a/workspace/filter-workspace-packages/CHANGELOG.md +++ b/workspace/filter-workspace-packages/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/filter-workspace-packages +## 900.0.1 + +### Patch Changes + +- @pnpm/workspace.pkgs-graph@900.0.1 + ## 10.0.14 ### Patch Changes diff --git a/workspace/filter-workspace-packages/package.json b/workspace/filter-workspace-packages/package.json index 5c2190623f..c969782e09 100644 --- a/workspace/filter-workspace-packages/package.json +++ b/workspace/filter-workspace-packages/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/filter-workspace-packages", - "version": "900.0.0", + "version": "900.0.1", "description": "Filters packages in a workspace", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/workspace/pkgs-graph/CHANGELOG.md b/workspace/pkgs-graph/CHANGELOG.md index 1ad10db4b2..0e10030223 100644 --- a/workspace/pkgs-graph/CHANGELOG.md +++ b/workspace/pkgs-graph/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/workspace.pkgs-graph +## 900.0.1 + +### Patch Changes + +- Updated dependencies [11afcdd] + - @pnpm/npm-resolver@900.0.1 + ## 4.0.7 ### Patch Changes diff --git a/workspace/pkgs-graph/package.json b/workspace/pkgs-graph/package.json index 7b3f698e9d..051fdc33ce 100644 --- a/workspace/pkgs-graph/package.json +++ b/workspace/pkgs-graph/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/workspace.pkgs-graph", - "version": "900.0.0", + "version": "900.0.1", "description": "Create a graph from an array of packages", "main": "lib/index.js", "types": "lib/index.d.ts",