From 8782bcba7e0523ac7a8119b1984a907fbebdbf51 Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Thu, 14 Jul 2022 02:24:09 +0300 Subject: [PATCH] chore(release): 7.5.2 --- .changeset/kind-cups-rescue.md | 6 ------ .changeset/lemon-numbers-hug.md | 6 ------ packages/artifacts/linux-arm64/package.json | 2 +- packages/artifacts/linux-x64/package.json | 2 +- packages/artifacts/macos-arm64/package.json | 2 +- packages/artifacts/macos-x64/package.json | 2 +- packages/artifacts/win-x64/package.json | 2 +- packages/cli-utils/CHANGELOG.md | 8 ++++++++ packages/cli-utils/package.json | 2 +- packages/config/CHANGELOG.md | 7 +++++++ packages/config/package.json | 2 +- packages/core/CHANGELOG.md | 7 +++++++ packages/core/package.json | 2 +- packages/default-reporter/CHANGELOG.md | 7 +++++++ packages/default-reporter/package.json | 2 +- packages/exe/package.json | 2 +- packages/filter-workspace-packages/CHANGELOG.md | 6 ++++++ packages/filter-workspace-packages/package.json | 2 +- packages/find-workspace-packages/CHANGELOG.md | 6 ++++++ packages/find-workspace-packages/package.json | 2 +- packages/headless/CHANGELOG.md | 6 ++++++ packages/headless/package.json | 2 +- packages/lockfile-to-pnp/CHANGELOG.md | 6 ++++++ packages/lockfile-to-pnp/package.json | 2 +- packages/mount-modules/CHANGELOG.md | 6 ++++++ packages/mount-modules/package.json | 2 +- packages/plugin-commands-audit/CHANGELOG.md | 7 +++++++ packages/plugin-commands-audit/package.json | 2 +- packages/plugin-commands-deploy/CHANGELOG.md | 7 +++++++ packages/plugin-commands-deploy/package.json | 2 +- packages/plugin-commands-env/CHANGELOG.md | 7 +++++++ packages/plugin-commands-env/package.json | 2 +- packages/plugin-commands-init/CHANGELOG.md | 7 +++++++ packages/plugin-commands-init/package.json | 2 +- packages/plugin-commands-installation/CHANGELOG.md | 14 ++++++++++++++ packages/plugin-commands-installation/package.json | 2 +- packages/plugin-commands-listing/CHANGELOG.md | 7 +++++++ packages/plugin-commands-listing/package.json | 2 +- packages/plugin-commands-outdated/CHANGELOG.md | 7 +++++++ packages/plugin-commands-outdated/package.json | 2 +- packages/plugin-commands-patching/CHANGELOG.md | 9 +++++++++ packages/plugin-commands-patching/package.json | 2 +- packages/plugin-commands-publishing/CHANGELOG.md | 7 +++++++ packages/plugin-commands-publishing/package.json | 2 +- packages/plugin-commands-rebuild/CHANGELOG.md | 9 +++++++++ packages/plugin-commands-rebuild/package.json | 2 +- .../plugin-commands-script-runners/CHANGELOG.md | 8 ++++++++ .../plugin-commands-script-runners/package.json | 2 +- packages/plugin-commands-server/CHANGELOG.md | 8 ++++++++ packages/plugin-commands-server/package.json | 2 +- packages/plugin-commands-setup/CHANGELOG.md | 6 ++++++ packages/plugin-commands-setup/package.json | 2 +- packages/plugin-commands-store/CHANGELOG.md | 8 ++++++++ packages/plugin-commands-store/package.json | 2 +- packages/pnpm/CHANGELOG.md | 7 +++++++ packages/pnpm/package.json | 2 +- packages/pnpmfile/CHANGELOG.md | 6 ++++++ packages/pnpmfile/package.json | 2 +- packages/store-connection-manager/CHANGELOG.md | 6 ++++++ packages/store-connection-manager/package.json | 2 +- 60 files changed, 221 insertions(+), 44 deletions(-) delete mode 100644 .changeset/kind-cups-rescue.md delete mode 100644 .changeset/lemon-numbers-hug.md diff --git a/.changeset/kind-cups-rescue.md b/.changeset/kind-cups-rescue.md deleted file mode 100644 index 471777db59d..00000000000 --- a/.changeset/kind-cups-rescue.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"pnpm": patch -"@pnpm/pnpmfile": patch ---- - -Don't print any info messages about .pnpmfile.cjs [#5027](https://github.com/pnpm/pnpm/issues/5027). diff --git a/.changeset/lemon-numbers-hug.md b/.changeset/lemon-numbers-hug.md deleted file mode 100644 index 47a46d85fba..00000000000 --- a/.changeset/lemon-numbers-hug.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/default-reporter": patch -"pnpm": patch ---- - -Do not print a package with unchanged version in the installation summary. diff --git a/packages/artifacts/linux-arm64/package.json b/packages/artifacts/linux-arm64/package.json index 67c918dc875..d02745fcbba 100644 --- a/packages/artifacts/linux-arm64/package.json +++ b/packages/artifacts/linux-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/linux-arm64", - "version": "7.5.1", + "version": "7.5.2", "license": "MIT", "publishConfig": { "bin": { diff --git a/packages/artifacts/linux-x64/package.json b/packages/artifacts/linux-x64/package.json index 8da1134275e..9c8b16eb88d 100644 --- a/packages/artifacts/linux-x64/package.json +++ b/packages/artifacts/linux-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/linux-x64", - "version": "7.5.1", + "version": "7.5.2", "license": "MIT", "publishConfig": { "bin": { diff --git a/packages/artifacts/macos-arm64/package.json b/packages/artifacts/macos-arm64/package.json index e49d5ce0005..f886abc12e7 100644 --- a/packages/artifacts/macos-arm64/package.json +++ b/packages/artifacts/macos-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/macos-arm64", - "version": "7.5.1", + "version": "7.5.2", "license": "MIT", "publishConfig": { "bin": { diff --git a/packages/artifacts/macos-x64/package.json b/packages/artifacts/macos-x64/package.json index ab23a6373de..d568f6c7b6a 100644 --- a/packages/artifacts/macos-x64/package.json +++ b/packages/artifacts/macos-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/macos-x64", - "version": "7.5.1", + "version": "7.5.2", "license": "MIT", "publishConfig": { "bin": { diff --git a/packages/artifacts/win-x64/package.json b/packages/artifacts/win-x64/package.json index b973b4ab9c5..f1eafe891b7 100644 --- a/packages/artifacts/win-x64/package.json +++ b/packages/artifacts/win-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/win-x64", - "version": "7.5.1", + "version": "7.5.2", "license": "MIT", "publishConfig": { "bin": { diff --git a/packages/cli-utils/CHANGELOG.md b/packages/cli-utils/CHANGELOG.md index d30a9e49b2e..09426c6da9a 100644 --- a/packages/cli-utils/CHANGELOG.md +++ b/packages/cli-utils/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/cli-utils +## 0.7.19 + +### Patch Changes + +- Updated dependencies [c71215041] + - @pnpm/default-reporter@9.1.8 + - @pnpm/config@15.5.2 + ## 0.7.18 ### Patch Changes diff --git a/packages/cli-utils/package.json b/packages/cli-utils/package.json index f0d568edb62..7643f599eaa 100644 --- a/packages/cli-utils/package.json +++ b/packages/cli-utils/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/cli-utils", - "version": "0.7.18", + "version": "0.7.19", "description": "Utils for pnpm commands", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index 3dd81dbc23b..45030ef82f4 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/config +## 15.5.2 + +### Patch Changes + +- Updated dependencies [744d47d90] + - @pnpm/pnpmfile@2.0.7 + ## 15.5.1 ### Patch Changes diff --git a/packages/config/package.json b/packages/config/package.json index 7e530cc1da8..ca7b9edc19f 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/config", - "version": "15.5.1", + "version": "15.5.2", "description": "Gets configuration options for pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 0c84aba80ea..bc8bfbd3c4f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/core +## 5.5.9 + +### Patch Changes + +- @pnpm/lockfile-to-pnp@0.5.18 +- @pnpm/headless@18.3.7 + ## 5.5.8 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 9e0fbec8d10..e9452054970 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/core", "description": "Fast, disk space efficient installation engine", - "version": "5.5.8", + "version": "5.5.9", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/packages/default-reporter/CHANGELOG.md b/packages/default-reporter/CHANGELOG.md index 53ca2b4cf87..b9967777208 100644 --- a/packages/default-reporter/CHANGELOG.md +++ b/packages/default-reporter/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/default-reporter +## 9.1.8 + +### Patch Changes + +- c71215041: Do not print a package with unchanged version in the installation summary. + - @pnpm/config@15.5.2 + ## 9.1.7 ### Patch Changes diff --git a/packages/default-reporter/package.json b/packages/default-reporter/package.json index 6d443251c56..e58765f969d 100644 --- a/packages/default-reporter/package.json +++ b/packages/default-reporter/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/default-reporter", - "version": "9.1.7", + "version": "9.1.8", "description": "The default reporter of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/exe/package.json b/packages/exe/package.json index 1c1378303b8..51c4fe24a9b 100644 --- a/packages/exe/package.json +++ b/packages/exe/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/exe", "description": "Fast, disk space efficient package manager", - "version": "7.5.1", + "version": "7.5.2", "publishConfig": { "bin": { "pnpm": "pnpm" diff --git a/packages/filter-workspace-packages/CHANGELOG.md b/packages/filter-workspace-packages/CHANGELOG.md index 03aaf8f0d76..fe601b2d8b9 100644 --- a/packages/filter-workspace-packages/CHANGELOG.md +++ b/packages/filter-workspace-packages/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/filter-workspace-packages +## 5.0.19 + +### Patch Changes + +- @pnpm/find-workspace-packages@4.0.19 + ## 5.0.18 ### Patch Changes diff --git a/packages/filter-workspace-packages/package.json b/packages/filter-workspace-packages/package.json index 2add72e2652..9350d645db8 100644 --- a/packages/filter-workspace-packages/package.json +++ b/packages/filter-workspace-packages/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/filter-workspace-packages", - "version": "5.0.18", + "version": "5.0.19", "description": "Filters packages in a workspace", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/find-workspace-packages/CHANGELOG.md b/packages/find-workspace-packages/CHANGELOG.md index 2d3969cf93a..3f6efb6d74f 100644 --- a/packages/find-workspace-packages/CHANGELOG.md +++ b/packages/find-workspace-packages/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/find-workspace-packages +## 4.0.19 + +### Patch Changes + +- @pnpm/cli-utils@0.7.19 + ## 4.0.18 ### Patch Changes diff --git a/packages/find-workspace-packages/package.json b/packages/find-workspace-packages/package.json index b9fc48d1ef0..dadda3a2f68 100644 --- a/packages/find-workspace-packages/package.json +++ b/packages/find-workspace-packages/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/find-workspace-packages", - "version": "4.0.18", + "version": "4.0.19", "description": "Finds packages inside a workspace", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/headless/CHANGELOG.md b/packages/headless/CHANGELOG.md index 1c479b8f453..2fa7df590a8 100644 --- a/packages/headless/CHANGELOG.md +++ b/packages/headless/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/headless +## 18.3.7 + +### Patch Changes + +- @pnpm/lockfile-to-pnp@0.5.18 + ## 18.3.6 ### Patch Changes diff --git a/packages/headless/package.json b/packages/headless/package.json index 791032c1cf8..8038d79bd36 100644 --- a/packages/headless/package.json +++ b/packages/headless/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/headless", "description": "Fast installation using only pnpm-lock.yaml", - "version": "18.3.6", + "version": "18.3.7", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/packages/lockfile-to-pnp/CHANGELOG.md b/packages/lockfile-to-pnp/CHANGELOG.md index 4c353f0c10a..c45b0c27a47 100644 --- a/packages/lockfile-to-pnp/CHANGELOG.md +++ b/packages/lockfile-to-pnp/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/lockfile-to-pnp +## 0.5.18 + +### Patch Changes + +- @pnpm/config@15.5.2 + ## 0.5.17 ### Patch Changes diff --git a/packages/lockfile-to-pnp/package.json b/packages/lockfile-to-pnp/package.json index 8ac3cd0d25b..a6d2a0a5119 100644 --- a/packages/lockfile-to-pnp/package.json +++ b/packages/lockfile-to-pnp/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/lockfile-to-pnp", - "version": "0.5.17", + "version": "0.5.18", "description": "Creates a Plug'n'Play file from a pnpm-lock.yaml", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/mount-modules/CHANGELOG.md b/packages/mount-modules/CHANGELOG.md index 8b3c8781082..b13aa6def1a 100644 --- a/packages/mount-modules/CHANGELOG.md +++ b/packages/mount-modules/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/mount-modules +## 0.2.20 + +### Patch Changes + +- @pnpm/config@15.5.2 + ## 0.2.19 ### Patch Changes diff --git a/packages/mount-modules/package.json b/packages/mount-modules/package.json index d581a90ba0d..d8a3f5c4ab5 100644 --- a/packages/mount-modules/package.json +++ b/packages/mount-modules/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/mount-modules", - "version": "0.2.19", + "version": "0.2.20", "description": "Mounts a node_modules directory with FUSE", "main": "lib/index.js", "bin": "bin/mount-modules.js", diff --git a/packages/plugin-commands-audit/CHANGELOG.md b/packages/plugin-commands-audit/CHANGELOG.md index 82d1ae62c49..837635a7a37 100644 --- a/packages/plugin-commands-audit/CHANGELOG.md +++ b/packages/plugin-commands-audit/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-audit +## 6.0.21 + +### Patch Changes + +- @pnpm/config@15.5.2 +- @pnpm/cli-utils@0.7.19 + ## 6.0.20 ### Patch Changes diff --git a/packages/plugin-commands-audit/package.json b/packages/plugin-commands-audit/package.json index 2971fe90ab1..7230199683e 100644 --- a/packages/plugin-commands-audit/package.json +++ b/packages/plugin-commands-audit/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-audit", - "version": "6.0.20", + "version": "6.0.21", "description": "pnpm commands for dependencies audit", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/plugin-commands-deploy/CHANGELOG.md b/packages/plugin-commands-deploy/CHANGELOG.md index 1601df0b022..c82c4a18ae6 100644 --- a/packages/plugin-commands-deploy/CHANGELOG.md +++ b/packages/plugin-commands-deploy/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-deploy +## 1.0.6 + +### Patch Changes + +- @pnpm/plugin-commands-installation@10.3.9 +- @pnpm/cli-utils@0.7.19 + ## 1.0.5 ### Patch Changes diff --git a/packages/plugin-commands-deploy/package.json b/packages/plugin-commands-deploy/package.json index 5e6dfeac520..44fcb2c5eba 100644 --- a/packages/plugin-commands-deploy/package.json +++ b/packages/plugin-commands-deploy/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-deploy", - "version": "1.0.5", + "version": "1.0.6", "description": "Commands for deploy", "funding": "https://opencollective.com/pnpm", "main": "lib/index.js", diff --git a/packages/plugin-commands-env/CHANGELOG.md b/packages/plugin-commands-env/CHANGELOG.md index 49b0f011d4b..03740ce725f 100644 --- a/packages/plugin-commands-env/CHANGELOG.md +++ b/packages/plugin-commands-env/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-env +## 2.1.19 + +### Patch Changes + +- @pnpm/config@15.5.2 +- @pnpm/cli-utils@0.7.19 + ## 2.1.18 ### Patch Changes diff --git a/packages/plugin-commands-env/package.json b/packages/plugin-commands-env/package.json index eacdac865f3..8231244e631 100644 --- a/packages/plugin-commands-env/package.json +++ b/packages/plugin-commands-env/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-env", - "version": "2.1.18", + "version": "2.1.19", "description": "pnpm commands for managing Node.js", "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 9824480b76e..3cda8fd52e3 100644 --- a/packages/plugin-commands-init/CHANGELOG.md +++ b/packages/plugin-commands-init/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-init +## 1.0.19 + +### Patch Changes + +- @pnpm/config@15.5.2 +- @pnpm/cli-utils@0.7.19 + ## 1.0.18 ### Patch Changes diff --git a/packages/plugin-commands-init/package.json b/packages/plugin-commands-init/package.json index 2678b34d2b1..29fedde6e9a 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": "1.0.18", + "version": "1.0.19", "description": "Create a package.json file", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/plugin-commands-installation/CHANGELOG.md b/packages/plugin-commands-installation/CHANGELOG.md index 014dc8b4868..4e37c9d93da 100644 --- a/packages/plugin-commands-installation/CHANGELOG.md +++ b/packages/plugin-commands-installation/CHANGELOG.md @@ -1,5 +1,19 @@ # @pnpm/plugin-commands-installation +## 10.3.9 + +### Patch Changes + +- Updated dependencies [744d47d90] + - @pnpm/pnpmfile@2.0.7 + - @pnpm/config@15.5.2 + - @pnpm/cli-utils@0.7.19 + - @pnpm/plugin-commands-rebuild@6.1.21 + - @pnpm/store-connection-manager@4.1.20 + - @pnpm/find-workspace-packages@4.0.19 + - @pnpm/core@5.5.9 + - @pnpm/filter-workspace-packages@5.0.19 + ## 10.3.8 ### Patch Changes diff --git a/packages/plugin-commands-installation/package.json b/packages/plugin-commands-installation/package.json index bd61432d12c..b020374a56c 100644 --- a/packages/plugin-commands-installation/package.json +++ b/packages/plugin-commands-installation/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-installation", - "version": "10.3.8", + "version": "10.3.9", "description": "Commands for installation", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/plugin-commands-listing/CHANGELOG.md b/packages/plugin-commands-listing/CHANGELOG.md index 19e2f169973..a65a57f2ab5 100644 --- a/packages/plugin-commands-listing/CHANGELOG.md +++ b/packages/plugin-commands-listing/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-listing +## 5.0.21 + +### Patch Changes + +- @pnpm/config@15.5.2 +- @pnpm/cli-utils@0.7.19 + ## 5.0.20 ### Patch Changes diff --git a/packages/plugin-commands-listing/package.json b/packages/plugin-commands-listing/package.json index 918843fb891..405d886161e 100644 --- a/packages/plugin-commands-listing/package.json +++ b/packages/plugin-commands-listing/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-listing", - "version": "5.0.20", + "version": "5.0.21", "description": "The list and why commands of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/plugin-commands-outdated/CHANGELOG.md b/packages/plugin-commands-outdated/CHANGELOG.md index 9911b9dac29..5a0c622c4b9 100644 --- a/packages/plugin-commands-outdated/CHANGELOG.md +++ b/packages/plugin-commands-outdated/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-outdated +## 6.0.21 + +### Patch Changes + +- @pnpm/config@15.5.2 +- @pnpm/cli-utils@0.7.19 + ## 6.0.20 ### Patch Changes diff --git a/packages/plugin-commands-outdated/package.json b/packages/plugin-commands-outdated/package.json index d22cdafbbb4..d1b88d5e999 100644 --- a/packages/plugin-commands-outdated/package.json +++ b/packages/plugin-commands-outdated/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-outdated", - "version": "6.0.20", + "version": "6.0.21", "description": "The outdated command of pnpm", "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 ef6ec7c795d..fc25ead3186 100644 --- a/packages/plugin-commands-patching/CHANGELOG.md +++ b/packages/plugin-commands-patching/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-patching +## 1.1.1 + +### Patch Changes + +- @pnpm/config@15.5.2 +- @pnpm/plugin-commands-installation@10.3.9 +- @pnpm/cli-utils@0.7.19 +- @pnpm/store-connection-manager@4.1.20 + ## 1.1.0 ### Minor Changes diff --git a/packages/plugin-commands-patching/package.json b/packages/plugin-commands-patching/package.json index 943c209b8a4..eb46d2a299e 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": "1.1.0", + "version": "1.1.1", "description": "Commands for creating patches", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/plugin-commands-publishing/CHANGELOG.md b/packages/plugin-commands-publishing/CHANGELOG.md index bf52ea99727..3c8b8c28ac4 100644 --- a/packages/plugin-commands-publishing/CHANGELOG.md +++ b/packages/plugin-commands-publishing/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-publishing +## 5.1.7 + +### Patch Changes + +- @pnpm/config@15.5.2 +- @pnpm/cli-utils@0.7.19 + ## 5.1.6 ### Patch Changes diff --git a/packages/plugin-commands-publishing/package.json b/packages/plugin-commands-publishing/package.json index 7e9262dd15e..319796393ea 100644 --- a/packages/plugin-commands-publishing/package.json +++ b/packages/plugin-commands-publishing/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-publishing", - "version": "5.1.6", + "version": "5.1.7", "description": "The pack and publish commands of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/plugin-commands-rebuild/CHANGELOG.md b/packages/plugin-commands-rebuild/CHANGELOG.md index aa63163b92d..d87f34ddd14 100644 --- a/packages/plugin-commands-rebuild/CHANGELOG.md +++ b/packages/plugin-commands-rebuild/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-rebuild +## 6.1.21 + +### Patch Changes + +- @pnpm/config@15.5.2 +- @pnpm/cli-utils@0.7.19 +- @pnpm/store-connection-manager@4.1.20 +- @pnpm/find-workspace-packages@4.0.19 + ## 6.1.20 ### Patch Changes diff --git a/packages/plugin-commands-rebuild/package.json b/packages/plugin-commands-rebuild/package.json index 220ee652bb2..866930f5100 100644 --- a/packages/plugin-commands-rebuild/package.json +++ b/packages/plugin-commands-rebuild/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-rebuild", - "version": "6.1.20", + "version": "6.1.21", "description": "Commands for rebuilding dependencies", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/plugin-commands-script-runners/CHANGELOG.md b/packages/plugin-commands-script-runners/CHANGELOG.md index 1266e8c8947..d8c549ed7a0 100644 --- a/packages/plugin-commands-script-runners/CHANGELOG.md +++ b/packages/plugin-commands-script-runners/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-script-runners +## 5.0.26 + +### Patch Changes + +- @pnpm/config@15.5.2 +- @pnpm/plugin-commands-installation@10.3.9 +- @pnpm/cli-utils@0.7.19 + ## 5.0.25 ### Patch Changes diff --git a/packages/plugin-commands-script-runners/package.json b/packages/plugin-commands-script-runners/package.json index f378ea580ce..a8c06586a61 100644 --- a/packages/plugin-commands-script-runners/package.json +++ b/packages/plugin-commands-script-runners/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-script-runners", - "version": "5.0.25", + "version": "5.0.26", "description": "Commands for running scripts", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/plugin-commands-server/CHANGELOG.md b/packages/plugin-commands-server/CHANGELOG.md index d326dcef541..8d8ea088766 100644 --- a/packages/plugin-commands-server/CHANGELOG.md +++ b/packages/plugin-commands-server/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-server +## 4.0.22 + +### Patch Changes + +- @pnpm/config@15.5.2 +- @pnpm/cli-utils@0.7.19 +- @pnpm/store-connection-manager@4.1.20 + ## 4.0.21 ### Patch Changes diff --git a/packages/plugin-commands-server/package.json b/packages/plugin-commands-server/package.json index 1190467a907..89826108e47 100644 --- a/packages/plugin-commands-server/package.json +++ b/packages/plugin-commands-server/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-server", - "version": "4.0.21", + "version": "4.0.22", "description": "Commands for controlling the store server", "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 d9b5162be12..e7c8f0bd4a8 100644 --- a/packages/plugin-commands-setup/CHANGELOG.md +++ b/packages/plugin-commands-setup/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-setup +## 2.0.20 + +### Patch Changes + +- @pnpm/cli-utils@0.7.19 + ## 2.0.19 ### Patch Changes diff --git a/packages/plugin-commands-setup/package.json b/packages/plugin-commands-setup/package.json index 378c0a5707f..0b219dc7d98 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": "2.0.19", + "version": "2.0.20", "description": "pnpm commands for setting up pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/plugin-commands-store/CHANGELOG.md b/packages/plugin-commands-store/CHANGELOG.md index 6b9baf918d5..d9cc89f4a83 100644 --- a/packages/plugin-commands-store/CHANGELOG.md +++ b/packages/plugin-commands-store/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-store +## 5.1.21 + +### Patch Changes + +- @pnpm/config@15.5.2 +- @pnpm/cli-utils@0.7.19 +- @pnpm/store-connection-manager@4.1.20 + ## 5.1.20 ### Patch Changes diff --git a/packages/plugin-commands-store/package.json b/packages/plugin-commands-store/package.json index bd60d236489..b1c8377dfb1 100644 --- a/packages/plugin-commands-store/package.json +++ b/packages/plugin-commands-store/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-store", - "version": "5.1.20", + "version": "5.1.21", "description": "Commands for controlling the store", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/pnpm/CHANGELOG.md b/packages/pnpm/CHANGELOG.md index 569db3285a7..e6571e5e526 100644 --- a/packages/pnpm/CHANGELOG.md +++ b/packages/pnpm/CHANGELOG.md @@ -1,5 +1,12 @@ # pnpm +## 7.5.2 + +### Patch Changes + +- Don't print any info messages about .pnpmfile.cjs [#5027](https://github.com/pnpm/pnpm/issues/5027). +- Do not print a package with unchanged version in the installation summary [#5031](https://github.com/pnpm/pnpm/pull/5031). + ## 7.5.1 ### Patch Changes diff --git a/packages/pnpm/package.json b/packages/pnpm/package.json index 3ab884853b6..ee59e55c817 100644 --- a/packages/pnpm/package.json +++ b/packages/pnpm/package.json @@ -1,7 +1,7 @@ { "name": "pnpm", "description": "Fast, disk space efficient package manager", - "version": "7.5.1", + "version": "7.5.2", "bin": { "pnpm": "bin/pnpm.cjs", "pnpx": "bin/pnpx.cjs" diff --git a/packages/pnpmfile/CHANGELOG.md b/packages/pnpmfile/CHANGELOG.md index 694ef27d15f..548ac6ddad5 100644 --- a/packages/pnpmfile/CHANGELOG.md +++ b/packages/pnpmfile/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/pnpmfile +## 2.0.7 + +### Patch Changes + +- 744d47d90: Don't print any info messages about .pnpmfile.cjs [#5027](https://github.com/pnpm/pnpm/issues/5027). + ## 2.0.6 ### Patch Changes diff --git a/packages/pnpmfile/package.json b/packages/pnpmfile/package.json index 03acd4f900b..32bc162ac9e 100644 --- a/packages/pnpmfile/package.json +++ b/packages/pnpmfile/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/pnpmfile", - "version": "2.0.6", + "version": "2.0.7", "description": "Reading a .pnpmfile.cjs", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/store-connection-manager/CHANGELOG.md b/packages/store-connection-manager/CHANGELOG.md index 507e132382d..58020e3acea 100644 --- a/packages/store-connection-manager/CHANGELOG.md +++ b/packages/store-connection-manager/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/store-connection-manager +## 4.1.20 + +### Patch Changes + +- @pnpm/config@15.5.2 + ## 4.1.19 ### Patch Changes diff --git a/packages/store-connection-manager/package.json b/packages/store-connection-manager/package.json index a668a7fad7a..2394c879124 100644 --- a/packages/store-connection-manager/package.json +++ b/packages/store-connection-manager/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/store-connection-manager", - "version": "4.1.19", + "version": "4.1.20", "description": "Create a direct pnpm store controller or connect to a running store server", "main": "lib/index.js", "types": "lib/index.d.ts",