From 33f95fcc7f2eff2bd66eb5b00bc67c7e9f0ad14f Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Wed, 28 Dec 2022 16:45:22 +0200 Subject: [PATCH] chore(release): 7.21.0 --- .changeset/brave-coats-beam.md | 6 ------ .changeset/olive-readers-drop.md | 6 ------ .changeset/spicy-panthers-agree.md | 7 ------- cli/cli-utils/CHANGELOG.md | 8 ++++++++ cli/cli-utils/package.json | 2 +- cli/default-reporter/CHANGELOG.md | 7 +++++++ cli/default-reporter/package.json | 2 +- config/config/CHANGELOG.md | 6 ++++++ config/config/package.json | 2 +- config/plugin-commands-config/CHANGELOG.md | 9 +++++++++ config/plugin-commands-config/package.json | 2 +- env/plugin-commands-env/CHANGELOG.md | 8 ++++++++ env/plugin-commands-env/package.json | 2 +- exec/plugin-commands-rebuild/CHANGELOG.md | 10 ++++++++++ exec/plugin-commands-rebuild/package.json | 2 +- exec/plugin-commands-script-runners/CHANGELOG.md | 13 +++++++++++++ exec/plugin-commands-script-runners/package.json | 2 +- lockfile/plugin-commands-audit/CHANGELOG.md | 8 ++++++++ lockfile/plugin-commands-audit/package.json | 2 +- packages/mount-modules/CHANGELOG.md | 7 +++++++ packages/mount-modules/package.json | 2 +- packages/plugin-commands-doctor/CHANGELOG.md | 8 ++++++++ packages/plugin-commands-doctor/package.json | 2 +- packages/plugin-commands-init/CHANGELOG.md | 8 ++++++++ packages/plugin-commands-init/package.json | 2 +- packages/plugin-commands-patching/CHANGELOG.md | 10 ++++++++++ packages/plugin-commands-patching/package.json | 2 +- packages/plugin-commands-setup/CHANGELOG.md | 6 ++++++ packages/plugin-commands-setup/package.json | 2 +- .../plugin-commands-installation/CHANGELOG.md | 13 +++++++++++++ .../plugin-commands-installation/package.json | 2 +- pnpm/CHANGELOG.md | 11 +++++++++++ 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 | 8 ++++++++ releasing/plugin-commands-deploy/package.json | 2 +- releasing/plugin-commands-publishing/CHANGELOG.md | 8 ++++++++ releasing/plugin-commands-publishing/package.json | 2 +- reviewing/plugin-commands-licenses/CHANGELOG.md | 8 ++++++++ reviewing/plugin-commands-licenses/package.json | 2 +- reviewing/plugin-commands-listing/CHANGELOG.md | 8 ++++++++ reviewing/plugin-commands-listing/package.json | 2 +- reviewing/plugin-commands-outdated/CHANGELOG.md | 8 ++++++++ reviewing/plugin-commands-outdated/package.json | 2 +- store/plugin-commands-server/CHANGELOG.md | 9 +++++++++ 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 | 7 +++++++ store/store-connection-manager/package.json | 2 +- workspace/filter-workspace-packages/CHANGELOG.md | 6 ++++++ workspace/filter-workspace-packages/package.json | 2 +- workspace/find-workspace-packages/CHANGELOG.md | 6 ++++++ workspace/find-workspace-packages/package.json | 2 +- 59 files changed, 240 insertions(+), 50 deletions(-) delete mode 100644 .changeset/brave-coats-beam.md delete mode 100644 .changeset/olive-readers-drop.md delete mode 100644 .changeset/spicy-panthers-agree.md diff --git a/.changeset/brave-coats-beam.md b/.changeset/brave-coats-beam.md deleted file mode 100644 index db00ba84f..000000000 --- a/.changeset/brave-coats-beam.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/plugin-commands-config": patch -"pnpm": patch ---- - -The config command should work with the `--location=global` CLI option [#5841](https://github.com/pnpm/pnpm/issues/5841). diff --git a/.changeset/olive-readers-drop.md b/.changeset/olive-readers-drop.md deleted file mode 100644 index 0ab01959a..000000000 --- a/.changeset/olive-readers-drop.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/plugin-commands-script-runners": minor -"pnpm": minor ---- - -The `pnpm dlx` command supports the `--shell-mode` (or `-c`) option. When used, the script is executed by a shell [#5679](https://github.com/pnpm/pnpm/issues/5679). diff --git a/.changeset/spicy-panthers-agree.md b/.changeset/spicy-panthers-agree.md deleted file mode 100644 index 437430dbd..000000000 --- a/.changeset/spicy-panthers-agree.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@pnpm/config": patch -"@pnpm/plugin-commands-installation": patch -"pnpm": patch ---- - -Only the `pnpm add --global ` command should fail if there is no global pnpm bin directory in the system PATH [#5841](https://github.com/pnpm/pnpm/issues/5841). diff --git a/cli/cli-utils/CHANGELOG.md b/cli/cli-utils/CHANGELOG.md index 241a6f92b..a4599bc75 100644 --- a/cli/cli-utils/CHANGELOG.md +++ b/cli/cli-utils/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/cli-utils +## 1.0.19 + +### Patch Changes + +- Updated dependencies [d71dbf230] + - @pnpm/config@16.2.1 + - @pnpm/default-reporter@11.0.19 + ## 1.0.18 ### Patch Changes diff --git a/cli/cli-utils/package.json b/cli/cli-utils/package.json index 6d0ee403d..9cfb20591 100644 --- a/cli/cli-utils/package.json +++ b/cli/cli-utils/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/cli-utils", - "version": "1.0.18", + "version": "1.0.19", "description": "Utils for pnpm commands", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/cli/default-reporter/CHANGELOG.md b/cli/default-reporter/CHANGELOG.md index d5f43ea30..0a1d01092 100644 --- a/cli/default-reporter/CHANGELOG.md +++ b/cli/default-reporter/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/default-reporter +## 11.0.19 + +### Patch Changes + +- Updated dependencies [d71dbf230] + - @pnpm/config@16.2.1 + ## 11.0.18 ### Patch Changes diff --git a/cli/default-reporter/package.json b/cli/default-reporter/package.json index 0a4f0f8b1..9b6c44da7 100644 --- a/cli/default-reporter/package.json +++ b/cli/default-reporter/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/default-reporter", - "version": "11.0.18", + "version": "11.0.19", "description": "The default reporter of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/config/config/CHANGELOG.md b/config/config/CHANGELOG.md index 719931979..e952dc466 100644 --- a/config/config/CHANGELOG.md +++ b/config/config/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/config +## 16.2.1 + +### Patch Changes + +- d71dbf230: Only the `pnpm add --global ` command should fail if there is no global pnpm bin directory in the system PATH [#5841](https://github.com/pnpm/pnpm/issues/5841). + ## 16.2.0 ### Minor Changes diff --git a/config/config/package.json b/config/config/package.json index 5feaad270..e4421dd60 100644 --- a/config/config/package.json +++ b/config/config/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/config", - "version": "16.2.0", + "version": "16.2.1", "description": "Gets configuration options for pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/config/plugin-commands-config/CHANGELOG.md b/config/plugin-commands-config/CHANGELOG.md index 303beb03c..fc20275c5 100644 --- a/config/plugin-commands-config/CHANGELOG.md +++ b/config/plugin-commands-config/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-config +## 1.0.1 + +### Patch Changes + +- 83a627a25: The config command should work with the `--location=global` CLI option [#5841](https://github.com/pnpm/pnpm/issues/5841). +- Updated dependencies [d71dbf230] + - @pnpm/config@16.2.1 + - @pnpm/cli-utils@1.0.19 + ## 1.0.0 ### Major Changes diff --git a/config/plugin-commands-config/package.json b/config/plugin-commands-config/package.json index 8fd42fe3a..658b7fd47 100644 --- a/config/plugin-commands-config/package.json +++ b/config/plugin-commands-config/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-config", - "version": "1.0.0", + "version": "1.0.1", "description": "Commands for reading and writing settings to/from config files", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/env/plugin-commands-env/CHANGELOG.md b/env/plugin-commands-env/CHANGELOG.md index e5f4343f4..d362229bc 100644 --- a/env/plugin-commands-env/CHANGELOG.md +++ b/env/plugin-commands-env/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-env +## 3.1.13 + +### Patch Changes + +- Updated dependencies [d71dbf230] + - @pnpm/config@16.2.1 + - @pnpm/cli-utils@1.0.19 + ## 3.1.12 ### Patch Changes diff --git a/env/plugin-commands-env/package.json b/env/plugin-commands-env/package.json index 16ef40213..23db8faa8 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": "3.1.12", + "version": "3.1.13", "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 5582e998c..01d4c35dc 100644 --- a/exec/plugin-commands-rebuild/CHANGELOG.md +++ b/exec/plugin-commands-rebuild/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/plugin-commands-rebuild +## 7.0.19 + +### Patch Changes + +- Updated dependencies [d71dbf230] + - @pnpm/config@16.2.1 + - @pnpm/cli-utils@1.0.19 + - @pnpm/store-connection-manager@5.1.12 + - @pnpm/find-workspace-packages@5.0.19 + ## 7.0.18 ### Patch Changes diff --git a/exec/plugin-commands-rebuild/package.json b/exec/plugin-commands-rebuild/package.json index 6827ef612..1ffe2f632 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": "7.0.18", + "version": "7.0.19", "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 372e8e8de..2880aa477 100644 --- a/exec/plugin-commands-script-runners/CHANGELOG.md +++ b/exec/plugin-commands-script-runners/CHANGELOG.md @@ -1,5 +1,18 @@ # @pnpm/plugin-commands-script-runners +## 6.2.0 + +### Minor Changes + +- b3dfa3ba8: The `pnpm dlx` command supports the `--shell-mode` (or `-c`) option. When used, the script is executed by a shell [#5679](https://github.com/pnpm/pnpm/issues/5679). + +### Patch Changes + +- Updated dependencies [d71dbf230] + - @pnpm/config@16.2.1 + - @pnpm/plugin-commands-installation@11.1.6 + - @pnpm/cli-utils@1.0.19 + ## 6.1.1 ### Patch Changes diff --git a/exec/plugin-commands-script-runners/package.json b/exec/plugin-commands-script-runners/package.json index 9b8514ba8..e2f73f911 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": "6.1.1", + "version": "6.2.0", "description": "Commands for running scripts", "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 858249480..f63cf6662 100644 --- a/lockfile/plugin-commands-audit/CHANGELOG.md +++ b/lockfile/plugin-commands-audit/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-audit +## 7.1.14 + +### Patch Changes + +- Updated dependencies [d71dbf230] + - @pnpm/config@16.2.1 + - @pnpm/cli-utils@1.0.19 + ## 7.1.13 ### Patch Changes diff --git a/lockfile/plugin-commands-audit/package.json b/lockfile/plugin-commands-audit/package.json index ee25dedc8..3d6bb3bbd 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": "7.1.13", + "version": "7.1.14", "description": "pnpm commands for dependencies audit", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/mount-modules/CHANGELOG.md b/packages/mount-modules/CHANGELOG.md index de23dee99..cdd8b5603 100644 --- a/packages/mount-modules/CHANGELOG.md +++ b/packages/mount-modules/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/mount-modules +## 0.3.19 + +### Patch Changes + +- Updated dependencies [d71dbf230] + - @pnpm/config@16.2.1 + ## 0.3.18 ### Patch Changes diff --git a/packages/mount-modules/package.json b/packages/mount-modules/package.json index da91d95f3..873d74373 100644 --- a/packages/mount-modules/package.json +++ b/packages/mount-modules/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/mount-modules", - "version": "0.3.18", + "version": "0.3.19", "description": "Mounts a node_modules directory with FUSE", "main": "lib/index.js", "bin": "bin/mount-modules.js", diff --git a/packages/plugin-commands-doctor/CHANGELOG.md b/packages/plugin-commands-doctor/CHANGELOG.md index caec98380..e647f068a 100644 --- a/packages/plugin-commands-doctor/CHANGELOG.md +++ b/packages/plugin-commands-doctor/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-doctor +## 1.0.17 + +### Patch Changes + +- Updated dependencies [d71dbf230] + - @pnpm/config@16.2.1 + - @pnpm/cli-utils@1.0.19 + ## 1.0.16 ### Patch Changes diff --git a/packages/plugin-commands-doctor/package.json b/packages/plugin-commands-doctor/package.json index 623cb5cc5..2e5a62ec7 100644 --- a/packages/plugin-commands-doctor/package.json +++ b/packages/plugin-commands-doctor/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-doctor", - "version": "1.0.16", + "version": "1.0.17", "description": "Commands for checks of known common issues ", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/plugin-commands-init/CHANGELOG.md b/packages/plugin-commands-init/CHANGELOG.md index 3b0ae0abd..109ddcb6d 100644 --- a/packages/plugin-commands-init/CHANGELOG.md +++ b/packages/plugin-commands-init/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-init +## 2.0.19 + +### Patch Changes + +- Updated dependencies [d71dbf230] + - @pnpm/config@16.2.1 + - @pnpm/cli-utils@1.0.19 + ## 2.0.18 ### Patch Changes diff --git a/packages/plugin-commands-init/package.json b/packages/plugin-commands-init/package.json index 8874ef1b8..07a3f198e 100644 --- a/packages/plugin-commands-init/package.json +++ b/packages/plugin-commands-init/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-init", - "version": "2.0.18", + "version": "2.0.19", "description": "Create a package.json file", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/plugin-commands-patching/CHANGELOG.md b/packages/plugin-commands-patching/CHANGELOG.md index eed205c0f..4ec833110 100644 --- a/packages/plugin-commands-patching/CHANGELOG.md +++ b/packages/plugin-commands-patching/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/plugin-commands-patching +## 2.0.19 + +### Patch Changes + +- Updated dependencies [d71dbf230] + - @pnpm/config@16.2.1 + - @pnpm/plugin-commands-installation@11.1.6 + - @pnpm/cli-utils@1.0.19 + - @pnpm/store-connection-manager@5.1.12 + ## 2.0.18 ### Patch Changes diff --git a/packages/plugin-commands-patching/package.json b/packages/plugin-commands-patching/package.json index 43e771ddb..1ce27d233 100644 --- a/packages/plugin-commands-patching/package.json +++ b/packages/plugin-commands-patching/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-patching", - "version": "2.0.18", + "version": "2.0.19", "description": "Commands for creating patches", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/plugin-commands-setup/CHANGELOG.md b/packages/plugin-commands-setup/CHANGELOG.md index 6cc08e762..c5ceb013e 100644 --- a/packages/plugin-commands-setup/CHANGELOG.md +++ b/packages/plugin-commands-setup/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-setup +## 3.0.19 + +### Patch Changes + +- @pnpm/cli-utils@1.0.19 + ## 3.0.18 ### Patch Changes diff --git a/packages/plugin-commands-setup/package.json b/packages/plugin-commands-setup/package.json index 6bf77bc37..19932214b 100644 --- a/packages/plugin-commands-setup/package.json +++ b/packages/plugin-commands-setup/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-setup", - "version": "3.0.18", + "version": "3.0.19", "description": "pnpm commands for setting up pnpm", "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 22c034eca..94323bbd7 100644 --- a/pkg-manager/plugin-commands-installation/CHANGELOG.md +++ b/pkg-manager/plugin-commands-installation/CHANGELOG.md @@ -1,5 +1,18 @@ # @pnpm/plugin-commands-installation +## 11.1.6 + +### Patch Changes + +- d71dbf230: Only the `pnpm add --global ` command should fail if there is no global pnpm bin directory in the system PATH [#5841](https://github.com/pnpm/pnpm/issues/5841). +- Updated dependencies [d71dbf230] + - @pnpm/config@16.2.1 + - @pnpm/cli-utils@1.0.19 + - @pnpm/plugin-commands-rebuild@7.0.19 + - @pnpm/store-connection-manager@5.1.12 + - @pnpm/find-workspace-packages@5.0.19 + - @pnpm/filter-workspace-packages@6.0.19 + ## 11.1.5 ### Patch Changes diff --git a/pkg-manager/plugin-commands-installation/package.json b/pkg-manager/plugin-commands-installation/package.json index 49e0d1431..f442ffb3f 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": "11.1.5", + "version": "11.1.6", "description": "Commands for installation", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pnpm/CHANGELOG.md b/pnpm/CHANGELOG.md index cfa10e1b9..aa8c8d3b1 100644 --- a/pnpm/CHANGELOG.md +++ b/pnpm/CHANGELOG.md @@ -1,5 +1,16 @@ # pnpm +## 7.21.0 + +### Minor Changes + +- The `pnpm dlx` command supports the `--shell-mode` (or `-c`) option. When used, the script is executed by a shell [#5679](https://github.com/pnpm/pnpm/issues/5679). + +### Patch Changes + +- The config command should work with the `--location=global` CLI option [#5841](https://github.com/pnpm/pnpm/issues/5841). +- Only the `pnpm add --global ` command should fail if there is no global pnpm bin directory in the system PATH [#5841](https://github.com/pnpm/pnpm/issues/5841). + ## 7.20.0 ### Minor Changes diff --git a/pnpm/artifacts/exe/package.json b/pnpm/artifacts/exe/package.json index 155959ea0..ad58b7658 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": "7.20.0", + "version": "7.21.0", "publishConfig": { "bin": { "pnpm": "pnpm" diff --git a/pnpm/artifacts/linux-arm64/package.json b/pnpm/artifacts/linux-arm64/package.json index 800bbd528..411340de8 100644 --- a/pnpm/artifacts/linux-arm64/package.json +++ b/pnpm/artifacts/linux-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/linux-arm64", - "version": "7.20.0", + "version": "7.21.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/linux-x64/package.json b/pnpm/artifacts/linux-x64/package.json index 3e2d3931d..eb65d4e87 100644 --- a/pnpm/artifacts/linux-x64/package.json +++ b/pnpm/artifacts/linux-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/linux-x64", - "version": "7.20.0", + "version": "7.21.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/macos-arm64/package.json b/pnpm/artifacts/macos-arm64/package.json index 5cc7e9447..4184b73a2 100644 --- a/pnpm/artifacts/macos-arm64/package.json +++ b/pnpm/artifacts/macos-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/macos-arm64", - "version": "7.20.0", + "version": "7.21.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/macos-x64/package.json b/pnpm/artifacts/macos-x64/package.json index 65f086fd9..1ab1d6f16 100644 --- a/pnpm/artifacts/macos-x64/package.json +++ b/pnpm/artifacts/macos-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/macos-x64", - "version": "7.20.0", + "version": "7.21.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/win-x64/package.json b/pnpm/artifacts/win-x64/package.json index 5176721d7..b2ee58193 100644 --- a/pnpm/artifacts/win-x64/package.json +++ b/pnpm/artifacts/win-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/win-x64", - "version": "7.20.0", + "version": "7.21.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/package.json b/pnpm/package.json index f19ef2769..89d9190a9 100644 --- a/pnpm/package.json +++ b/pnpm/package.json @@ -1,7 +1,7 @@ { "name": "pnpm", "description": "Fast, disk space efficient package manager", - "version": "7.20.0", + "version": "7.21.0", "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 a3366dcf8..b761a25a7 100644 --- a/releasing/plugin-commands-deploy/CHANGELOG.md +++ b/releasing/plugin-commands-deploy/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-deploy +## 2.0.19 + +### Patch Changes + +- Updated dependencies [d71dbf230] + - @pnpm/plugin-commands-installation@11.1.6 + - @pnpm/cli-utils@1.0.19 + ## 2.0.18 ### Patch Changes diff --git a/releasing/plugin-commands-deploy/package.json b/releasing/plugin-commands-deploy/package.json index 6f046ce9e..29cafb847 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": "2.0.18", + "version": "2.0.19", "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 2a5e115a5..3dc6dff31 100644 --- a/releasing/plugin-commands-publishing/CHANGELOG.md +++ b/releasing/plugin-commands-publishing/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-publishing +## 6.0.19 + +### Patch Changes + +- Updated dependencies [d71dbf230] + - @pnpm/config@16.2.1 + - @pnpm/cli-utils@1.0.19 + ## 6.0.18 ### Patch Changes diff --git a/releasing/plugin-commands-publishing/package.json b/releasing/plugin-commands-publishing/package.json index b60e82f5e..5f68dd1cc 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": "6.0.18", + "version": "6.0.19", "description": "The pack and publish commands of pnpm", "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 17b46dfb1..d8cbc76f7 100644 --- a/reviewing/plugin-commands-licenses/CHANGELOG.md +++ b/reviewing/plugin-commands-licenses/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-licenses +## 1.0.10 + +### Patch Changes + +- Updated dependencies [d71dbf230] + - @pnpm/config@16.2.1 + - @pnpm/cli-utils@1.0.19 + ## 1.0.9 ### Patch Changes diff --git a/reviewing/plugin-commands-licenses/package.json b/reviewing/plugin-commands-licenses/package.json index d2e3db9d0..c45ada44b 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": "1.0.9", + "version": "1.0.10", "description": "The licenses command of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/reviewing/plugin-commands-listing/CHANGELOG.md b/reviewing/plugin-commands-listing/CHANGELOG.md index 98ad7d9d1..0964cb203 100644 --- a/reviewing/plugin-commands-listing/CHANGELOG.md +++ b/reviewing/plugin-commands-listing/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-listing +## 6.0.19 + +### Patch Changes + +- Updated dependencies [d71dbf230] + - @pnpm/config@16.2.1 + - @pnpm/cli-utils@1.0.19 + ## 6.0.18 ### Patch Changes diff --git a/reviewing/plugin-commands-listing/package.json b/reviewing/plugin-commands-listing/package.json index 0de82a9f2..c8e6f9a05 100644 --- a/reviewing/plugin-commands-listing/package.json +++ b/reviewing/plugin-commands-listing/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-listing", - "version": "6.0.18", + "version": "6.0.19", "description": "The list and why commands of pnpm", "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 ab9926e4d..758908b56 100644 --- a/reviewing/plugin-commands-outdated/CHANGELOG.md +++ b/reviewing/plugin-commands-outdated/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-outdated +## 8.0.14 + +### Patch Changes + +- Updated dependencies [d71dbf230] + - @pnpm/config@16.2.1 + - @pnpm/cli-utils@1.0.19 + ## 8.0.13 ### Patch Changes diff --git a/reviewing/plugin-commands-outdated/package.json b/reviewing/plugin-commands-outdated/package.json index d5cb80472..d40255d07 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": "8.0.13", + "version": "8.0.14", "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 39491d2cd..f1b660444 100644 --- a/store/plugin-commands-server/CHANGELOG.md +++ b/store/plugin-commands-server/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-server +## 5.0.19 + +### Patch Changes + +- Updated dependencies [d71dbf230] + - @pnpm/config@16.2.1 + - @pnpm/cli-utils@1.0.19 + - @pnpm/store-connection-manager@5.1.12 + ## 5.0.18 ### Patch Changes diff --git a/store/plugin-commands-server/package.json b/store/plugin-commands-server/package.json index 934857979..4d208d2c5 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": "5.0.18", + "version": "5.0.19", "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 b902b2823..5ce497b97 100644 --- a/store/plugin-commands-store/CHANGELOG.md +++ b/store/plugin-commands-store/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-store +## 6.0.19 + +### Patch Changes + +- Updated dependencies [d71dbf230] + - @pnpm/config@16.2.1 + - @pnpm/cli-utils@1.0.19 + - @pnpm/store-connection-manager@5.1.12 + ## 6.0.18 ### Patch Changes diff --git a/store/plugin-commands-store/package.json b/store/plugin-commands-store/package.json index 2d366db02..72fd384fa 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": "6.0.18", + "version": "6.0.19", "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 cb7afc51d..89dff184d 100644 --- a/store/store-connection-manager/CHANGELOG.md +++ b/store/store-connection-manager/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/store-connection-manager +## 5.1.12 + +### Patch Changes + +- Updated dependencies [d71dbf230] + - @pnpm/config@16.2.1 + ## 5.1.11 ### Patch Changes diff --git a/store/store-connection-manager/package.json b/store/store-connection-manager/package.json index 89c2020ce..41e7587f1 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": "5.1.11", + "version": "5.1.12", "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/workspace/filter-workspace-packages/CHANGELOG.md b/workspace/filter-workspace-packages/CHANGELOG.md index ae54379b0..c5e47915e 100644 --- a/workspace/filter-workspace-packages/CHANGELOG.md +++ b/workspace/filter-workspace-packages/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/filter-workspace-packages +## 6.0.19 + +### Patch Changes + +- @pnpm/find-workspace-packages@5.0.19 + ## 6.0.18 ### Patch Changes diff --git a/workspace/filter-workspace-packages/package.json b/workspace/filter-workspace-packages/package.json index f53dc47ad..0f35ac157 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": "6.0.18", + "version": "6.0.19", "description": "Filters packages in a workspace", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/workspace/find-workspace-packages/CHANGELOG.md b/workspace/find-workspace-packages/CHANGELOG.md index 0a6170dd3..75b6eab4f 100644 --- a/workspace/find-workspace-packages/CHANGELOG.md +++ b/workspace/find-workspace-packages/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/find-workspace-packages +## 5.0.19 + +### Patch Changes + +- @pnpm/cli-utils@1.0.19 + ## 5.0.18 ### Patch Changes diff --git a/workspace/find-workspace-packages/package.json b/workspace/find-workspace-packages/package.json index 789644454..6633cbedc 100644 --- a/workspace/find-workspace-packages/package.json +++ b/workspace/find-workspace-packages/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/find-workspace-packages", - "version": "5.0.18", + "version": "5.0.19", "description": "Finds packages inside a workspace", "main": "lib/index.js", "types": "lib/index.d.ts",