From 8e8269a5afd9bb06adf9d41c101359f407c5180d Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Wed, 19 Apr 2023 15:06:20 +0300 Subject: [PATCH] chore(release): 8.3.1 --- .changeset/angry-frogs-deny.md | 7 ------- env/node.fetcher/CHANGELOG.md | 7 +++++++ env/node.fetcher/package.json | 2 +- env/node.resolver/CHANGELOG.md | 7 +++++++ env/node.resolver/package.json | 2 +- env/plugin-commands-env/CHANGELOG.md | 9 +++++++++ env/plugin-commands-env/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/audit/CHANGELOG.md | 7 +++++++ lockfile/audit/package.json | 2 +- lockfile/plugin-commands-audit/CHANGELOG.md | 6 ++++++ lockfile/plugin-commands-audit/package.json | 2 +- network/fetch/CHANGELOG.md | 6 ++++++ network/fetch/package.json | 2 +- patching/plugin-commands-patching/CHANGELOG.md | 7 +++++++ patching/plugin-commands-patching/package.json | 2 +- pkg-manager/client/CHANGELOG.md | 9 +++++++++ pkg-manager/client/package.json | 2 +- pkg-manager/plugin-commands-installation/CHANGELOG.md | 10 ++++++++++ pkg-manager/plugin-commands-installation/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-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/git-resolver/CHANGELOG.md | 7 +++++++ resolving/git-resolver/package.json | 2 +- reviewing/outdated/CHANGELOG.md | 7 +++++++ 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/CHANGELOG.md | 6 ++++++ store/plugin-commands-store/package.json | 2 +- store/server/CHANGELOG.md | 7 +++++++ store/server/package.json | 2 +- store/store-connection-manager/CHANGELOG.md | 8 ++++++++ store/store-connection-manager/package.json | 2 +- 51 files changed, 182 insertions(+), 35 deletions(-) delete mode 100644 .changeset/angry-frogs-deny.md diff --git a/.changeset/angry-frogs-deny.md b/.changeset/angry-frogs-deny.md deleted file mode 100644 index 0362cdfc10b..00000000000 --- a/.changeset/angry-frogs-deny.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@pnpm/node.fetcher": patch -"@pnpm/fetch": patch -"pnpm": patch ---- - -Patch node-fetch to fix an error that happens on Node.js 20 [#6424](https://github.com/pnpm/pnpm/issues/6424). diff --git a/env/node.fetcher/CHANGELOG.md b/env/node.fetcher/CHANGELOG.md index 73714099ecc..2847e98c11f 100644 --- a/env/node.fetcher/CHANGELOG.md +++ b/env/node.fetcher/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/node.fetcher +## 3.0.1 + +### Patch Changes + +- 8228c2cb1: Patch node-fetch to fix an error that happens on Node.js 20 [#6424](https://github.com/pnpm/pnpm/issues/6424). + - @pnpm/tarball-fetcher@15.0.0 + ## 3.0.0 ### Major Changes diff --git a/env/node.fetcher/package.json b/env/node.fetcher/package.json index 94b382ce336..534dbeb3f09 100644 --- a/env/node.fetcher/package.json +++ b/env/node.fetcher/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/node.fetcher", - "version": "3.0.0", + "version": "3.0.1", "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 b5b898e7a28..4d67717a09e 100644 --- a/env/node.resolver/CHANGELOG.md +++ b/env/node.resolver/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/node.resolver +## 2.0.2 + +### Patch Changes + +- Updated dependencies [8228c2cb1] + - @pnpm/node.fetcher@3.0.1 + ## 2.0.1 ### Patch Changes diff --git a/env/node.resolver/package.json b/env/node.resolver/package.json index 9f0286bdb8d..5e854a48d42 100644 --- a/env/node.resolver/package.json +++ b/env/node.resolver/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/node.resolver", - "version": "2.0.1", + "version": "2.0.2", "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 1d2a057623a..65487ba99dc 100644 --- a/env/plugin-commands-env/CHANGELOG.md +++ b/env/plugin-commands-env/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-env +## 4.0.7 + +### Patch Changes + +- Updated dependencies [8228c2cb1] + - @pnpm/node.fetcher@3.0.1 + - @pnpm/fetch@7.0.1 + - @pnpm/node.resolver@2.0.2 + ## 4.0.6 ### Patch Changes diff --git a/env/plugin-commands-env/package.json b/env/plugin-commands-env/package.json index e0328a9b5ad..4ce1647fcad 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.6", + "version": "4.0.7", "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 eb700671c72..aaac27cb86d 100644 --- a/exec/plugin-commands-rebuild/CHANGELOG.md +++ b/exec/plugin-commands-rebuild/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-rebuild +## 8.0.7 + +### Patch Changes + +- @pnpm/store-connection-manager@6.0.7 + ## 8.0.6 ### Patch Changes diff --git a/exec/plugin-commands-rebuild/package.json b/exec/plugin-commands-rebuild/package.json index 42756f18334..d65caeb1ce2 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": "8.0.6", + "version": "8.0.7", "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 fd6b135c933..24932f9b83b 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 +## 7.0.8 + +### Patch Changes + +- @pnpm/plugin-commands-installation@13.0.2 + ## 7.0.7 ### Patch Changes diff --git a/exec/plugin-commands-script-runners/package.json b/exec/plugin-commands-script-runners/package.json index 14a7b94ec4c..0ab4d06d161 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.0.7", + "version": "7.0.8", "description": "Commands for running scripts", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/lockfile/audit/CHANGELOG.md b/lockfile/audit/CHANGELOG.md index 6af60b10171..91590b9d8c9 100644 --- a/lockfile/audit/CHANGELOG.md +++ b/lockfile/audit/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/audit +## 7.0.5 + +### Patch Changes + +- Updated dependencies [8228c2cb1] + - @pnpm/fetch@7.0.1 + ## 7.0.4 ### Patch Changes diff --git a/lockfile/audit/package.json b/lockfile/audit/package.json index 3b2a77227bb..8504ee4d386 100644 --- a/lockfile/audit/package.json +++ b/lockfile/audit/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/audit", - "version": "7.0.4", + "version": "7.0.5", "description": "Audit a lockfile", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/lockfile/plugin-commands-audit/CHANGELOG.md b/lockfile/plugin-commands-audit/CHANGELOG.md index 92cfa00a0d4..a305d67aa16 100644 --- a/lockfile/plugin-commands-audit/CHANGELOG.md +++ b/lockfile/plugin-commands-audit/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-audit +## 8.0.7 + +### Patch Changes + +- @pnpm/audit@7.0.5 + ## 8.0.6 ### Patch Changes diff --git a/lockfile/plugin-commands-audit/package.json b/lockfile/plugin-commands-audit/package.json index 0ec387860d8..5f42e288b3b 100644 --- a/lockfile/plugin-commands-audit/package.json +++ b/lockfile/plugin-commands-audit/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-audit", - "version": "8.0.6", + "version": "8.0.7", "description": "pnpm commands for dependencies audit", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/network/fetch/CHANGELOG.md b/network/fetch/CHANGELOG.md index 92e9c9ae2cf..75491ea3921 100644 --- a/network/fetch/CHANGELOG.md +++ b/network/fetch/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/fetch +## 7.0.1 + +### Patch Changes + +- 8228c2cb1: Patch node-fetch to fix an error that happens on Node.js 20 [#6424](https://github.com/pnpm/pnpm/issues/6424). + ## 7.0.0 ### Major Changes diff --git a/network/fetch/package.json b/network/fetch/package.json index 84b624bcfcd..568dd77cd1c 100644 --- a/network/fetch/package.json +++ b/network/fetch/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/fetch", - "version": "7.0.0", + "version": "7.0.1", "description": "node-fetch with retries", "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 9e073ce9b71..ae5052abf67 100644 --- a/patching/plugin-commands-patching/CHANGELOG.md +++ b/patching/plugin-commands-patching/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-patching +## 3.0.8 + +### Patch Changes + +- @pnpm/store-connection-manager@6.0.7 +- @pnpm/plugin-commands-installation@13.0.2 + ## 3.0.7 ### Patch Changes diff --git a/patching/plugin-commands-patching/package.json b/patching/plugin-commands-patching/package.json index 1f277db2379..55d4ecc1e5d 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.0.7", + "version": "3.0.8", "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 6c60978c857..145213a4f43 100644 --- a/pkg-manager/client/CHANGELOG.md +++ b/pkg-manager/client/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/client +## 10.0.4 + +### Patch Changes + +- Updated dependencies [8228c2cb1] + - @pnpm/fetch@7.0.1 + - @pnpm/tarball-fetcher@15.0.0 + - @pnpm/default-resolver@18.0.4 + ## 10.0.3 ### Patch Changes diff --git a/pkg-manager/client/package.json b/pkg-manager/client/package.json index d62dedf3b6e..7dfae277ac6 100644 --- a/pkg-manager/client/package.json +++ b/pkg-manager/client/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/client", - "version": "10.0.3", + "version": "10.0.4", "description": "Creates the package resolve and fetch functions", "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 f91f3190db2..223cd1c7754 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.2 + +### Patch Changes + +- @pnpm/core@9.3.1 +- @pnpm/outdated@12.0.5 +- @pnpm/package-store@16.0.2 +- @pnpm/store-connection-manager@6.0.7 +- @pnpm/plugin-commands-rebuild@8.0.7 + ## 13.0.1 ### Patch Changes diff --git a/pkg-manager/plugin-commands-installation/package.json b/pkg-manager/plugin-commands-installation/package.json index ec200ed5f59..0a80d7d0aed 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.1", + "version": "13.0.2", "description": "Commands for installation", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pnpm/CHANGELOG.md b/pnpm/CHANGELOG.md index a5b4beb3ac0..caac98e932e 100644 --- a/pnpm/CHANGELOG.md +++ b/pnpm/CHANGELOG.md @@ -1,5 +1,11 @@ # pnpm +## 8.3.1 + +### Patch Changes + +- Patch `node-fetch` to fix an error that happens on Node.js 20 [#6424](https://github.com/pnpm/pnpm/issues/6424). + ## 8.3.0 ### Minor Changes diff --git a/pnpm/artifacts/exe/package.json b/pnpm/artifacts/exe/package.json index b9a8d8f94c5..2d6fec615f6 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": "8.3.0", + "version": "8.3.1", "publishConfig": { "bin": { "pnpm": "pnpm" diff --git a/pnpm/artifacts/linux-arm64/package.json b/pnpm/artifacts/linux-arm64/package.json index 54d3e603cb7..765154c1ecb 100644 --- a/pnpm/artifacts/linux-arm64/package.json +++ b/pnpm/artifacts/linux-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/linux-arm64", - "version": "8.3.0", + "version": "8.3.1", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/linux-x64/package.json b/pnpm/artifacts/linux-x64/package.json index b414db19c3c..44e1f303282 100644 --- a/pnpm/artifacts/linux-x64/package.json +++ b/pnpm/artifacts/linux-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/linux-x64", - "version": "8.3.0", + "version": "8.3.1", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/macos-arm64/package.json b/pnpm/artifacts/macos-arm64/package.json index 050fd5348eb..8c136c15dd6 100644 --- a/pnpm/artifacts/macos-arm64/package.json +++ b/pnpm/artifacts/macos-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/macos-arm64", - "version": "8.3.0", + "version": "8.3.1", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/macos-x64/package.json b/pnpm/artifacts/macos-x64/package.json index 7ea696b0b05..19ed3e5f0f1 100644 --- a/pnpm/artifacts/macos-x64/package.json +++ b/pnpm/artifacts/macos-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/macos-x64", - "version": "8.3.0", + "version": "8.3.1", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/win-x64/package.json b/pnpm/artifacts/win-x64/package.json index d4b1965fe0b..da61dfdf2e2 100644 --- a/pnpm/artifacts/win-x64/package.json +++ b/pnpm/artifacts/win-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/win-x64", - "version": "8.3.0", + "version": "8.3.1", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/package.json b/pnpm/package.json index 110e328734d..79e1107df4e 100644 --- a/pnpm/package.json +++ b/pnpm/package.json @@ -1,7 +1,7 @@ { "name": "pnpm", "description": "Fast, disk space efficient package manager", - "version": "8.3.0", + "version": "8.3.1", "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 298b10bbf8e..c704e3e3878 100644 --- a/releasing/plugin-commands-deploy/CHANGELOG.md +++ b/releasing/plugin-commands-deploy/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-deploy +## 3.0.8 + +### Patch Changes + +- @pnpm/plugin-commands-installation@13.0.2 + ## 3.0.7 ### Patch Changes diff --git a/releasing/plugin-commands-deploy/package.json b/releasing/plugin-commands-deploy/package.json index 0a2288e94fe..9c34b7fc396 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.7", + "version": "3.0.8", "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 fe761b3afb6..e5868f00ed0 100644 --- a/releasing/plugin-commands-publishing/CHANGELOG.md +++ b/releasing/plugin-commands-publishing/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-publishing +## 7.1.1 + +### Patch Changes + +- @pnpm/client@10.0.4 + ## 7.1.0 ### Minor Changes diff --git a/releasing/plugin-commands-publishing/package.json b/releasing/plugin-commands-publishing/package.json index 25fdd170c77..bc9d5fb8afd 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": "7.1.0", + "version": "7.1.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 8fe518e411c..b9cb9a52dd1 100644 --- a/resolving/default-resolver/CHANGELOG.md +++ b/resolving/default-resolver/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/default-resolver +## 18.0.4 + +### Patch Changes + +- @pnpm/git-resolver@8.0.2 +- @pnpm/npm-resolver@16.0.3 + ## 18.0.3 ### Patch Changes diff --git a/resolving/default-resolver/package.json b/resolving/default-resolver/package.json index e159d119302..a4995f34ea5 100644 --- a/resolving/default-resolver/package.json +++ b/resolving/default-resolver/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/default-resolver", - "version": "18.0.3", + "version": "18.0.4", "description": "pnpm's default package resolver", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/resolving/git-resolver/CHANGELOG.md b/resolving/git-resolver/CHANGELOG.md index 6f2aa4ef070..2001bfae955 100644 --- a/resolving/git-resolver/CHANGELOG.md +++ b/resolving/git-resolver/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/git-resolver +## 8.0.2 + +### Patch Changes + +- Updated dependencies [8228c2cb1] + - @pnpm/fetch@7.0.1 + ## 8.0.1 ### Patch Changes diff --git a/resolving/git-resolver/package.json b/resolving/git-resolver/package.json index e7418093dfe..3ff823f8d28 100644 --- a/resolving/git-resolver/package.json +++ b/resolving/git-resolver/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/git-resolver", - "version": "8.0.1", + "version": "8.0.2", "description": "Resolver for git-hosted packages", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/reviewing/outdated/CHANGELOG.md b/reviewing/outdated/CHANGELOG.md index 67041d8864f..60aa3d4eea4 100644 --- a/reviewing/outdated/CHANGELOG.md +++ b/reviewing/outdated/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/outdated +## 12.0.5 + +### Patch Changes + +- @pnpm/client@10.0.4 +- @pnpm/npm-resolver@16.0.3 + ## 12.0.4 ### Patch Changes diff --git a/reviewing/outdated/package.json b/reviewing/outdated/package.json index 113811d9d31..a43dc82ef42 100644 --- a/reviewing/outdated/package.json +++ b/reviewing/outdated/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/outdated", - "version": "12.0.4", + "version": "12.0.5", "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 bf753971e1c..83a1b90d712 100644 --- a/reviewing/plugin-commands-outdated/CHANGELOG.md +++ b/reviewing/plugin-commands-outdated/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-outdated +## 9.0.7 + +### Patch Changes + +- @pnpm/default-resolver@18.0.4 +- @pnpm/outdated@12.0.5 + ## 9.0.6 ### Patch Changes diff --git a/reviewing/plugin-commands-outdated/package.json b/reviewing/plugin-commands-outdated/package.json index bbe54652654..3a0e7284d01 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": "9.0.6", + "version": "9.0.7", "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 9017ef247cc..5d46dba1cfe 100644 --- a/store/plugin-commands-server/CHANGELOG.md +++ b/store/plugin-commands-server/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-server +## 6.0.7 + +### Patch Changes + +- @pnpm/server@15.0.1 +- @pnpm/store-connection-manager@6.0.7 + ## 6.0.6 ### Patch Changes diff --git a/store/plugin-commands-server/package.json b/store/plugin-commands-server/package.json index 249870dd009..17886b38654 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.6", + "version": "6.0.7", "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 34dc1bf8b23..160372111b3 100644 --- a/store/plugin-commands-store/CHANGELOG.md +++ b/store/plugin-commands-store/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-store +## 7.0.7 + +### Patch Changes + +- @pnpm/store-connection-manager@6.0.7 + ## 7.0.6 ### Patch Changes diff --git a/store/plugin-commands-store/package.json b/store/plugin-commands-store/package.json index 61cfa88a7e3..e1ef0fe19cf 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": "7.0.6", + "version": "7.0.7", "description": "Commands for controlling the store", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/store/server/CHANGELOG.md b/store/server/CHANGELOG.md index 896b6e3c75b..c5689271e30 100644 --- a/store/server/CHANGELOG.md +++ b/store/server/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/server +## 15.0.1 + +### Patch Changes + +- Updated dependencies [8228c2cb1] + - @pnpm/fetch@7.0.1 + ## 15.0.0 ### Major Changes diff --git a/store/server/package.json b/store/server/package.json index bfb11774b77..3c6725acc22 100644 --- a/store/server/package.json +++ b/store/server/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/server", - "version": "15.0.0", + "version": "15.0.1", "description": "A pnpm installer server", "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 e725e43432f..6d9c6c4bf25 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.7 + +### Patch Changes + +- @pnpm/client@10.0.4 +- @pnpm/server@15.0.1 +- @pnpm/package-store@16.0.2 + ## 6.0.6 ### Patch Changes diff --git a/store/store-connection-manager/package.json b/store/store-connection-manager/package.json index 32d556a5bdf..70cf2a2628c 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.6", + "version": "6.0.7", "description": "Create a direct pnpm store controller or connect to a running store server", "main": "lib/index.js", "types": "lib/index.d.ts",