From 7bd51298d39c12ef7edcbdb93e3f9f4c318a5a47 Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Tue, 9 May 2023 22:49:01 +0300 Subject: [PATCH] chore(release): 8.5.0 --- .changeset/angry-bobcats-develop.md | 6 ------ .changeset/heavy-dolls-itch.md | 5 ----- .changeset/two-grapes-think.md | 6 ------ exec/plugin-commands-script-runners/CHANGELOG.md | 7 +++++++ exec/plugin-commands-script-runners/package.json | 2 +- patching/plugin-commands-patching/CHANGELOG.md | 11 +++++++++++ patching/plugin-commands-patching/package.json | 2 +- .../plugin-commands-installation/CHANGELOG.md | 6 ++++++ .../plugin-commands-installation/package.json | 2 +- pnpm/CHANGELOG.md | 12 ++++++++++++ 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 | 7 +++++++ releasing/plugin-commands-deploy/package.json | 2 +- 19 files changed, 54 insertions(+), 28 deletions(-) delete mode 100644 .changeset/angry-bobcats-develop.md delete mode 100644 .changeset/heavy-dolls-itch.md delete mode 100644 .changeset/two-grapes-think.md diff --git a/.changeset/angry-bobcats-develop.md b/.changeset/angry-bobcats-develop.md deleted file mode 100644 index a1de02d9fe9..00000000000 --- a/.changeset/angry-bobcats-develop.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/plugin-commands-installation": patch -"pnpm": patch ---- - -`pnpm link -g ` should not modify the `package.json` file [#4341](https://github.com/pnpm/pnpm/issues/4341). diff --git a/.changeset/heavy-dolls-itch.md b/.changeset/heavy-dolls-itch.md deleted file mode 100644 index e4ebe89c391..00000000000 --- a/.changeset/heavy-dolls-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"pnpm": patch ---- - -The deploy command should not ask for confirmation to purge the `node_modules` directory [#6510](https://github.com/pnpm/pnpm/issues/6510). diff --git a/.changeset/two-grapes-think.md b/.changeset/two-grapes-think.md deleted file mode 100644 index d1da0c449bf..00000000000 --- a/.changeset/two-grapes-think.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"pnpm": patch ---- - -Show cyclic workspace dependency details [#5059](https://github.com/pnpm/pnpm/issues/5059). - diff --git a/exec/plugin-commands-script-runners/CHANGELOG.md b/exec/plugin-commands-script-runners/CHANGELOG.md index ef852813d6a..552b4efc147 100644 --- a/exec/plugin-commands-script-runners/CHANGELOG.md +++ b/exec/plugin-commands-script-runners/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-script-runners +## 7.0.11 + +### Patch Changes + +- Updated dependencies [d5c40b556] + - @pnpm/plugin-commands-installation@13.0.5 + ## 7.0.10 ### Patch Changes diff --git a/exec/plugin-commands-script-runners/package.json b/exec/plugin-commands-script-runners/package.json index 512f8d642bf..15af3a3f999 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.10", + "version": "7.0.11", "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 fed487f4be7..152b1f2b66e 100644 --- a/patching/plugin-commands-patching/CHANGELOG.md +++ b/patching/plugin-commands-patching/CHANGELOG.md @@ -1,5 +1,16 @@ # @pnpm/plugin-commands-patching +## 3.1.0 + +### Minor Changes + +- `pnpm patch-remove` command added [#6521](https://github.com/pnpm/pnpm/pull/6521). + +### Patch Changes + +- Updated dependencies [d5c40b556] + - @pnpm/plugin-commands-installation@13.0.5 + ## 3.0.10 ### Patch Changes diff --git a/patching/plugin-commands-patching/package.json b/patching/plugin-commands-patching/package.json index 55d26e88a82..5c7c6c8dcc8 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.10", + "version": "3.1.0", "description": "Commands for creating patches", "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 11c74e5f909..d8aa00a6eab 100644 --- a/pkg-manager/plugin-commands-installation/CHANGELOG.md +++ b/pkg-manager/plugin-commands-installation/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-installation +## 13.0.5 + +### Patch Changes + +- d5c40b556: `pnpm link -g ` should not modify the `package.json` file [#4341](https://github.com/pnpm/pnpm/issues/4341). + ## 13.0.4 ### Patch Changes diff --git a/pkg-manager/plugin-commands-installation/package.json b/pkg-manager/plugin-commands-installation/package.json index 3bbd5d8b20d..a8f32a6b37d 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.4", + "version": "13.0.5", "description": "Commands for installation", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pnpm/CHANGELOG.md b/pnpm/CHANGELOG.md index ec940e6e6ca..56107ecb67e 100644 --- a/pnpm/CHANGELOG.md +++ b/pnpm/CHANGELOG.md @@ -1,5 +1,17 @@ # pnpm +## 8.5.0 + +### Minor Changes + +- `pnpm patch-remove` command added [#6521](https://github.com/pnpm/pnpm/pull/6521). + +### Patch Changes + +- `pnpm link -g ` should not modify the `package.json` file [#4341](https://github.com/pnpm/pnpm/issues/4341). +- The deploy command should not ask for confirmation to purge the `node_modules` directory [#6510](https://github.com/pnpm/pnpm/issues/6510). +- Show cyclic workspace dependency details [#5059](https://github.com/pnpm/pnpm/issues/5059). + ## 8.4.0 ### Minor Changes diff --git a/pnpm/artifacts/exe/package.json b/pnpm/artifacts/exe/package.json index c04f907a774..a38c47fbbe6 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.4.0", + "version": "8.5.0", "publishConfig": { "bin": { "pnpm": "pnpm" diff --git a/pnpm/artifacts/linux-arm64/package.json b/pnpm/artifacts/linux-arm64/package.json index 0051d492ca9..6ddcf596e11 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.4.0", + "version": "8.5.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/linux-x64/package.json b/pnpm/artifacts/linux-x64/package.json index 25cbd9f84c3..31fcc6adc91 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.4.0", + "version": "8.5.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/macos-arm64/package.json b/pnpm/artifacts/macos-arm64/package.json index a68f561a670..d7029e103c1 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.4.0", + "version": "8.5.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/macos-x64/package.json b/pnpm/artifacts/macos-x64/package.json index 4e92d80699f..250826be6d5 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.4.0", + "version": "8.5.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/win-x64/package.json b/pnpm/artifacts/win-x64/package.json index 0dc49a56ca9..6ebbdb068aa 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.4.0", + "version": "8.5.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/package.json b/pnpm/package.json index dd1c09bb07d..1210ca428de 100644 --- a/pnpm/package.json +++ b/pnpm/package.json @@ -1,7 +1,7 @@ { "name": "pnpm", "description": "Fast, disk space efficient package manager", - "version": "8.4.0", + "version": "8.5.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 558467e8e8f..ee15d6383ec 100644 --- a/releasing/plugin-commands-deploy/CHANGELOG.md +++ b/releasing/plugin-commands-deploy/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-deploy +## 3.0.11 + +### Patch Changes + +- Updated dependencies [d5c40b556] + - @pnpm/plugin-commands-installation@13.0.5 + ## 3.0.10 ### Patch Changes diff --git a/releasing/plugin-commands-deploy/package.json b/releasing/plugin-commands-deploy/package.json index 9727a8d3ed1..084aa879cd4 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.10", + "version": "3.0.11", "description": "Commands for deploy", "funding": "https://opencollective.com/pnpm", "main": "lib/index.js",