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/.changeset/rare-walls-smell.md b/.changeset/rare-walls-smell.md deleted file mode 100644 index 85fd435282d..00000000000 --- a/.changeset/rare-walls-smell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"pnpm": patch ---- - -Remove file reporter logging. Logged file is not useful [#4949](https://github.com/pnpm/pnpm/issues/4949). diff --git a/packages/artifacts/linux-arm64/package.json b/packages/artifacts/linux-arm64/package.json index 69d5be79daa..8fb3db04460 100644 --- a/packages/artifacts/linux-arm64/package.json +++ b/packages/artifacts/linux-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/linux-arm64", - "version": "6.33.0", + "version": "6.33.1", "license": "MIT", "publishConfig": { "bin": { diff --git a/packages/artifacts/linux-x64/package.json b/packages/artifacts/linux-x64/package.json index 7cb98393868..18c4ca7f827 100644 --- a/packages/artifacts/linux-x64/package.json +++ b/packages/artifacts/linux-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/linux-x64", - "version": "6.33.0", + "version": "6.33.1", "license": "MIT", "publishConfig": { "bin": { diff --git a/packages/artifacts/macos-arm64/package.json b/packages/artifacts/macos-arm64/package.json index 06312839d11..954f24e2ee9 100644 --- a/packages/artifacts/macos-arm64/package.json +++ b/packages/artifacts/macos-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/macos-arm64", - "version": "6.33.0", + "version": "6.33.1", "license": "MIT", "publishConfig": { "bin": { diff --git a/packages/artifacts/macos-x64/package.json b/packages/artifacts/macos-x64/package.json index e2ace1daf14..440844996cb 100644 --- a/packages/artifacts/macos-x64/package.json +++ b/packages/artifacts/macos-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/macos-x64", - "version": "6.33.0", + "version": "6.33.1", "license": "MIT", "publishConfig": { "bin": { diff --git a/packages/artifacts/win-x64/package.json b/packages/artifacts/win-x64/package.json index b979a7b912a..d3ae32895c7 100644 --- a/packages/artifacts/win-x64/package.json +++ b/packages/artifacts/win-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/win-x64", - "version": "6.33.0", + "version": "6.33.1", "license": "MIT", "publishConfig": { "bin": { diff --git a/packages/cli-utils/CHANGELOG.md b/packages/cli-utils/CHANGELOG.md index 24c57959652..3b35552c18c 100644 --- a/packages/cli-utils/CHANGELOG.md +++ b/packages/cli-utils/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/cli-utils +## 0.6.62 + +### Patch Changes + +- Updated dependencies [b92e46a3b] + - @pnpm/default-reporter@8.6.4 + - @pnpm/config@13.14.3 + ## 0.6.61 ### Patch Changes diff --git a/packages/cli-utils/package.json b/packages/cli-utils/package.json index 3f5c47ceccf..ee19d569507 100644 --- a/packages/cli-utils/package.json +++ b/packages/cli-utils/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/cli-utils", - "version": "0.6.61", + "version": "0.6.62", "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 00ff931a641..b12e9bd3a88 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/config +## 13.14.3 + +### Patch Changes + +- Updated dependencies [ffbee1cf0] + - @pnpm/pnpmfile@1.2.8 + ## 13.14.2 ### Patch Changes diff --git a/packages/config/package.json b/packages/config/package.json index a5572ce512c..842ebee6e96 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/config", - "version": "13.14.2", + "version": "13.14.3", "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 d70faceb385..d5d14e36217 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/core +## 2.10.1 + +### Patch Changes + +- @pnpm/lockfile-to-pnp@0.4.57 +- @pnpm/headless@17.3.18 + ## 2.10.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 5500e3ffc78..b14585cc3d7 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": "2.10.0", + "version": "2.10.1", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/packages/default-reporter/CHANGELOG.md b/packages/default-reporter/CHANGELOG.md index 83551d5fb6b..f776baa45e3 100644 --- a/packages/default-reporter/CHANGELOG.md +++ b/packages/default-reporter/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/default-reporter +## 8.6.4 + +### Patch Changes + +- b92e46a3b: Do not print a package with unchanged version in the installation summary. + - @pnpm/config@13.14.3 + ## 8.6.3 ### Patch Changes diff --git a/packages/default-reporter/package.json b/packages/default-reporter/package.json index 3777a97a06c..24f1b4f173a 100644 --- a/packages/default-reporter/package.json +++ b/packages/default-reporter/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/default-reporter", - "version": "8.6.3", + "version": "8.6.4", "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 3eb9f8178df..4c2e7e07271 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": "6.33.0", + "version": "6.33.1", "publishConfig": { "bin": { "pnpm": "pnpm" diff --git a/packages/filter-workspace-packages/CHANGELOG.md b/packages/filter-workspace-packages/CHANGELOG.md index 91770b3a9ea..145362e9b10 100644 --- a/packages/filter-workspace-packages/CHANGELOG.md +++ b/packages/filter-workspace-packages/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/filter-workspace-packages +## 4.4.35 + +### Patch Changes + +- @pnpm/find-workspace-packages@3.1.54 + ## 4.4.34 ### Patch Changes diff --git a/packages/filter-workspace-packages/package.json b/packages/filter-workspace-packages/package.json index 32b1c945e81..70f1972bc05 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": "4.4.34", + "version": "4.4.35", "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 7d6084c4d73..807302be8c9 100644 --- a/packages/find-workspace-packages/CHANGELOG.md +++ b/packages/find-workspace-packages/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/find-workspace-packages +## 3.1.54 + +### Patch Changes + +- @pnpm/cli-utils@0.6.62 + ## 3.1.53 ### Patch Changes diff --git a/packages/find-workspace-packages/package.json b/packages/find-workspace-packages/package.json index e44f851e0cc..ce30fb4f1b7 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": "3.1.53", + "version": "3.1.54", "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 92098c978d9..ef9645439bf 100644 --- a/packages/headless/CHANGELOG.md +++ b/packages/headless/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/headless +## 17.3.18 + +### Patch Changes + +- @pnpm/lockfile-to-pnp@0.4.57 + ## 17.3.17 ### Patch Changes diff --git a/packages/headless/package.json b/packages/headless/package.json index bbd1c7c2113..be9d9912fa0 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": "17.3.17", + "version": "17.3.18", "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 91d92172dd6..a0bb6f175ac 100644 --- a/packages/lockfile-to-pnp/CHANGELOG.md +++ b/packages/lockfile-to-pnp/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/lockfile-to-pnp +## 0.4.57 + +### Patch Changes + +- @pnpm/config@13.14.3 + ## 0.4.56 ### Patch Changes diff --git a/packages/lockfile-to-pnp/package.json b/packages/lockfile-to-pnp/package.json index 21a47193625..64ac59f6943 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.4.56", + "version": "0.4.57", "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/plugin-commands-audit/CHANGELOG.md b/packages/plugin-commands-audit/CHANGELOG.md index 2039b96491c..72cba972752 100644 --- a/packages/plugin-commands-audit/CHANGELOG.md +++ b/packages/plugin-commands-audit/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-audit +## 5.1.57 + +### Patch Changes + +- @pnpm/config@13.14.3 +- @pnpm/cli-utils@0.6.62 + ## 5.1.56 ### Patch Changes diff --git a/packages/plugin-commands-audit/package.json b/packages/plugin-commands-audit/package.json index 1b7dc41c9a9..92fa76e1ed7 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": "5.1.56", + "version": "5.1.57", "description": "pnpm commands for dependencies audit", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/plugin-commands-env/CHANGELOG.md b/packages/plugin-commands-env/CHANGELOG.md index 4c1827a4e6e..e8d0db8a263 100644 --- a/packages/plugin-commands-env/CHANGELOG.md +++ b/packages/plugin-commands-env/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-env +## 1.4.32 + +### Patch Changes + +- @pnpm/config@13.14.3 +- @pnpm/cli-utils@0.6.62 + ## 1.4.31 ### Patch Changes diff --git a/packages/plugin-commands-env/package.json b/packages/plugin-commands-env/package.json index 0ca3ebf0ba4..e4a0e9a10ea 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": "1.4.31", + "version": "1.4.32", "description": "pnpm commands for managing Node.js", "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 f891c30bf72..58a93b78b0d 100644 --- a/packages/plugin-commands-installation/CHANGELOG.md +++ b/packages/plugin-commands-installation/CHANGELOG.md @@ -1,5 +1,19 @@ # @pnpm/plugin-commands-installation +## 8.4.28 + +### Patch Changes + +- Updated dependencies [ffbee1cf0] + - @pnpm/pnpmfile@1.2.8 + - @pnpm/config@13.14.3 + - @pnpm/cli-utils@0.6.62 + - @pnpm/plugin-commands-rebuild@5.4.32 + - @pnpm/store-connection-manager@3.2.24 + - @pnpm/find-workspace-packages@3.1.54 + - @pnpm/core@2.10.1 + - @pnpm/filter-workspace-packages@4.4.35 + ## 8.4.27 ### Patch Changes diff --git a/packages/plugin-commands-installation/package.json b/packages/plugin-commands-installation/package.json index af4bf076046..2bb6b66eb65 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": "8.4.27", + "version": "8.4.28", "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 4e660700e71..bae3529a5c2 100644 --- a/packages/plugin-commands-listing/CHANGELOG.md +++ b/packages/plugin-commands-listing/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-listing +## 4.1.24 + +### Patch Changes + +- @pnpm/config@13.14.3 +- @pnpm/cli-utils@0.6.62 + ## 4.1.23 ### Patch Changes diff --git a/packages/plugin-commands-listing/package.json b/packages/plugin-commands-listing/package.json index 5fa850030bd..947095ac092 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": "4.1.23", + "version": "4.1.24", "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 13092366009..0b99dc88cf5 100644 --- a/packages/plugin-commands-outdated/CHANGELOG.md +++ b/packages/plugin-commands-outdated/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-outdated +## 5.1.25 + +### Patch Changes + +- @pnpm/config@13.14.3 +- @pnpm/cli-utils@0.6.62 + ## 5.1.24 ### Patch Changes diff --git a/packages/plugin-commands-outdated/package.json b/packages/plugin-commands-outdated/package.json index b1d3c3847c1..c5a7e6411ed 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": "5.1.24", + "version": "5.1.25", "description": "The outdated command of pnpm", "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 79faaf6a761..9f46c94f6e7 100644 --- a/packages/plugin-commands-publishing/CHANGELOG.md +++ b/packages/plugin-commands-publishing/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-publishing +## 4.5.19 + +### Patch Changes + +- @pnpm/config@13.14.3 +- @pnpm/cli-utils@0.6.62 + ## 4.5.18 ### Patch Changes diff --git a/packages/plugin-commands-publishing/package.json b/packages/plugin-commands-publishing/package.json index e8ae4b17efd..beb9347a5d4 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": "4.5.18", + "version": "4.5.19", "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 fafd18530fb..c2405f4fdb2 100644 --- a/packages/plugin-commands-rebuild/CHANGELOG.md +++ b/packages/plugin-commands-rebuild/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-rebuild +## 5.4.32 + +### Patch Changes + +- @pnpm/config@13.14.3 +- @pnpm/cli-utils@0.6.62 +- @pnpm/store-connection-manager@3.2.24 +- @pnpm/find-workspace-packages@3.1.54 + ## 5.4.31 ### Patch Changes diff --git a/packages/plugin-commands-rebuild/package.json b/packages/plugin-commands-rebuild/package.json index 8a7362faab6..2273e6d99e2 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": "5.4.31", + "version": "5.4.32", "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 8d1de6c0846..e6f60dd4e85 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 +## 4.6.22 + +### Patch Changes + +- @pnpm/config@13.14.3 +- @pnpm/plugin-commands-installation@8.4.28 +- @pnpm/cli-utils@0.6.62 + ## 4.6.21 ### Patch Changes diff --git a/packages/plugin-commands-script-runners/package.json b/packages/plugin-commands-script-runners/package.json index dc6a6882780..8a0d8d3b7f2 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": "4.6.21", + "version": "4.6.22", "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 faeb0bd5e65..4c5d1656a15 100644 --- a/packages/plugin-commands-server/CHANGELOG.md +++ b/packages/plugin-commands-server/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-server +## 3.0.87 + +### Patch Changes + +- @pnpm/config@13.14.3 +- @pnpm/cli-utils@0.6.62 +- @pnpm/store-connection-manager@3.2.24 + ## 3.0.86 ### Patch Changes diff --git a/packages/plugin-commands-server/package.json b/packages/plugin-commands-server/package.json index 14446b0e8fc..53eda3d92ca 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": "3.0.86", + "version": "3.0.87", "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 744216f9eb3..8f71d68a588 100644 --- a/packages/plugin-commands-setup/CHANGELOG.md +++ b/packages/plugin-commands-setup/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-setup +## 1.1.49 + +### Patch Changes + +- @pnpm/cli-utils@0.6.62 + ## 1.1.48 ### Patch Changes diff --git a/packages/plugin-commands-setup/package.json b/packages/plugin-commands-setup/package.json index 1ac62499fa4..58a0cd0395c 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": "1.1.48", + "version": "1.1.49", "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 63adde16d1f..10bf4177d8f 100644 --- a/packages/plugin-commands-store/CHANGELOG.md +++ b/packages/plugin-commands-store/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-store +## 4.1.30 + +### Patch Changes + +- @pnpm/config@13.14.3 +- @pnpm/cli-utils@0.6.62 +- @pnpm/store-connection-manager@3.2.24 + ## 4.1.29 ### Patch Changes diff --git a/packages/plugin-commands-store/package.json b/packages/plugin-commands-store/package.json index 75ee9050726..55623a69008 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": "4.1.29", + "version": "4.1.30", "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 cdd4672768e..c31dd1ec351 100644 --- a/packages/pnpm/CHANGELOG.md +++ b/packages/pnpm/CHANGELOG.md @@ -1,5 +1,13 @@ # pnpm +## 6.33.1 + +### 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 [#5032](https://github.com/pnpm/pnpm/pull/5032). +- Remove file reporter logging. Logged file is not useful [#4949](https://github.com/pnpm/pnpm/issues/4949). + ## 6.33.0 ### Minor Changes diff --git a/packages/pnpm/package.json b/packages/pnpm/package.json index ad4f162e1f0..3c7771f9cc2 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": "6.33.0", + "version": "6.33.1", "bin": { "pnpm": "bin/pnpm.cjs", "pnpx": "bin/pnpx.cjs" diff --git a/packages/pnpmfile/CHANGELOG.md b/packages/pnpmfile/CHANGELOG.md index 52396025bf9..22696c2ecc0 100644 --- a/packages/pnpmfile/CHANGELOG.md +++ b/packages/pnpmfile/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/pnpmfile +## 1.2.8 + +### Patch Changes + +- ffbee1cf0: Don't print any info messages about .pnpmfile.cjs [#5027](https://github.com/pnpm/pnpm/issues/5027). + ## 1.2.7 ### Patch Changes diff --git a/packages/pnpmfile/package.json b/packages/pnpmfile/package.json index d8d64b59354..1f310894952 100644 --- a/packages/pnpmfile/package.json +++ b/packages/pnpmfile/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/pnpmfile", - "version": "1.2.7", + "version": "1.2.8", "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 947bc333566..50ecc8a1a1c 100644 --- a/packages/store-connection-manager/CHANGELOG.md +++ b/packages/store-connection-manager/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/store-connection-manager +## 3.2.24 + +### Patch Changes + +- @pnpm/config@13.14.3 + ## 3.2.23 ### Patch Changes diff --git a/packages/store-connection-manager/package.json b/packages/store-connection-manager/package.json index 85923196d1c..10b90229839 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": "3.2.23", + "version": "3.2.24", "description": "Create a direct pnpm store controller or connect to a running store server", "main": "lib/index.js", "types": "lib/index.d.ts",