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 db00ba84fdc..00000000000 --- 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 0ab01959af6..00000000000 --- 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 437430dbdba..00000000000 --- 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 241a6f92b1d..a4599bc75a2 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 6d0ee403de1..9cfb2059194 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 d5f43ea305e..0a1d0109275 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 0a4f0f8b185..9b6c44da79b 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 71993197987..e952dc466ea 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 5feaad270c8..e4421dd6079 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 303beb03c87..fc20275c503 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 8fd42fe3af6..658b7fd4702 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 e5f4343f442..d362229bc5f 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 16ef4021368..23db8faa89d 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 5582e998cab..01d4c35dc29 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 6827ef612a9..1ffe2f63265 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 372e8e8de49..2880aa47792 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 9b8514ba86a..e2f73f911f7 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 85824948047..f63cf666237 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 ee25dedc8d7..3d6bb3bbd00 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 de23dee9941..cdd8b560333 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 da91d95f30c..873d74373c6 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 caec9838042..e647f068af3 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 623cb5cc5a1..2e5a62ec72c 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 3b0ae0abdec..109ddcb6da7 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 8874ef1b809..07a3f198ec2 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 eed205c0f6c..4ec8331102d 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 43e771ddb22..1ce27d23397 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 6cc08e762b3..c5ceb013e97 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 6bf77bc3772..19932214b7f 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 22c034eca4d..94323bbd71a 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 49e0d143126..f442ffb3fc3 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 cfa10e1b9a8..aa8c8d3b182 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 155959ea06e..ad58b76580e 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 800bbd52861..411340de8f3 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 3e2d3931d45..eb65d4e87ab 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 5cc7e9447b7..4184b73a2ca 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 65f086fd9c0..1ab1d6f16e8 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 5176721d7b6..b2ee5819368 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 f19ef276980..89d9190a9f0 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 a3366dcf8dc..b761a25a72d 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 6f046ce9ebf..29cafb8473e 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 2a5e115a5d3..3dc6dff3199 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 b60e82f5e85..5f68dd1cc1b 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 17b46dfb141..d8cbc76f7fe 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 d2e3db9d08b..c45ada44b64 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 98ad7d9d1bd..0964cb203c7 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 0de82a9f2de..c8e6f9a0535 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 ab9926e4d3a..758908b56d2 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 d5cb804726b..d40255d07a5 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 39491d2cd91..f1b66044477 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 93485797990..4d208d2c5db 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 b902b282388..5ce497b97c7 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 2d366db0284..72fd384fac2 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 cb7afc51d3d..89dff184d7b 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 89c2020ce08..41e7587f1cd 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 ae54379b018..c5e47915ebd 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 f53dc47ad19..0f35ac1579c 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 0a6170dd3ec..75b6eab4f54 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 7896444546c..6633cbedc52 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",