diff --git a/.changeset/warm-lizards-agree.md b/.changeset/warm-lizards-agree.md deleted file mode 100644 index 09921c0ce7..0000000000 --- a/.changeset/warm-lizards-agree.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@pnpm/core": minor -"@pnpm/headless": minor -"@pnpm/lifecycle": minor ---- - -New option added: resolveSymlinksInInjectedDirs. diff --git a/packages/build-modules/CHANGELOG.md b/packages/build-modules/CHANGELOG.md index fb63047a95..3bffa61e6e 100644 --- a/packages/build-modules/CHANGELOG.md +++ b/packages/build-modules/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/build-modules +## 10.0.4 + +### Patch Changes + +- Updated dependencies [1d04e663b] + - @pnpm/lifecycle@14.1.0 + ## 10.0.3 ### Patch Changes diff --git a/packages/build-modules/package.json b/packages/build-modules/package.json index 09a56d5339..9d4130cc12 100644 --- a/packages/build-modules/package.json +++ b/packages/build-modules/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/build-modules", - "version": "10.0.3", + "version": "10.0.4", "description": "Build packages in node_modules", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/cli-utils/CHANGELOG.md b/packages/cli-utils/CHANGELOG.md index 8e67a60cb8..8f600dabf8 100644 --- a/packages/cli-utils/CHANGELOG.md +++ b/packages/cli-utils/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/cli-utils +## 1.0.8 + +### Patch Changes + +- @pnpm/config@16.1.2 +- @pnpm/default-reporter@11.0.8 + ## 1.0.7 ### Patch Changes diff --git a/packages/cli-utils/package.json b/packages/cli-utils/package.json index a8fac6e637..4f5e47abdd 100644 --- a/packages/cli-utils/package.json +++ b/packages/cli-utils/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/cli-utils", - "version": "1.0.7", + "version": "1.0.8", "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 d08680d98d..1e50ce8459 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/config +## 16.1.2 + +### Patch Changes + +- @pnpm/pnpmfile@4.0.8 + ## 16.1.1 ### Patch Changes diff --git a/packages/config/package.json b/packages/config/package.json index 79b50fba19..1b6c06a7db 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/config", - "version": "16.1.1", + "version": "16.1.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 34fbb0e512..095c4255e2 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,18 @@ # @pnpm/core +## 7.1.0 + +### Minor Changes + +- 1d04e663b: New option added: resolveSymlinksInInjectedDirs. + +### Patch Changes + +- Updated dependencies [1d04e663b] + - @pnpm/headless@19.1.0 + - @pnpm/lifecycle@14.1.0 + - @pnpm/build-modules@10.0.4 + ## 7.0.7 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 6bab06db57..2ce4620485 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": "7.0.7", + "version": "7.1.0", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/packages/default-reporter/CHANGELOG.md b/packages/default-reporter/CHANGELOG.md index aabf306e8f..36698dfeaf 100644 --- a/packages/default-reporter/CHANGELOG.md +++ b/packages/default-reporter/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/default-reporter +## 11.0.8 + +### Patch Changes + +- @pnpm/config@16.1.2 + ## 11.0.7 ### Patch Changes diff --git a/packages/default-reporter/package.json b/packages/default-reporter/package.json index bc91e95887..628ba8650e 100644 --- a/packages/default-reporter/package.json +++ b/packages/default-reporter/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/default-reporter", - "version": "11.0.7", + "version": "11.0.8", "description": "The default reporter of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/filter-workspace-packages/CHANGELOG.md b/packages/filter-workspace-packages/CHANGELOG.md index 2a353e1c46..7e461b449c 100644 --- a/packages/filter-workspace-packages/CHANGELOG.md +++ b/packages/filter-workspace-packages/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/filter-workspace-packages +## 6.0.8 + +### Patch Changes + +- @pnpm/find-workspace-packages@5.0.8 + ## 6.0.7 ### Patch Changes diff --git a/packages/filter-workspace-packages/package.json b/packages/filter-workspace-packages/package.json index 97345c2d01..5affce0567 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": "6.0.7", + "version": "6.0.8", "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 8886bb913a..e4f4a39627 100644 --- a/packages/find-workspace-packages/CHANGELOG.md +++ b/packages/find-workspace-packages/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/find-workspace-packages +## 5.0.8 + +### Patch Changes + +- @pnpm/cli-utils@1.0.8 + ## 5.0.7 ### Patch Changes diff --git a/packages/find-workspace-packages/package.json b/packages/find-workspace-packages/package.json index dfc98c9441..766f6dec07 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": "5.0.7", + "version": "5.0.8", "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 4d9ad0f93c..ff5a0e44c8 100644 --- a/packages/headless/CHANGELOG.md +++ b/packages/headless/CHANGELOG.md @@ -1,5 +1,17 @@ # @pnpm/headless +## 19.1.0 + +### Minor Changes + +- 1d04e663b: New option added: resolveSymlinksInInjectedDirs. + +### Patch Changes + +- Updated dependencies [1d04e663b] + - @pnpm/lifecycle@14.1.0 + - @pnpm/build-modules@10.0.4 + ## 19.0.4 ### Patch Changes diff --git a/packages/headless/package.json b/packages/headless/package.json index b1ae735b7f..f8a2cacca2 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": "19.0.4", + "version": "19.1.0", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/packages/lifecycle/CHANGELOG.md b/packages/lifecycle/CHANGELOG.md index a6e2b69856..07152599d9 100644 --- a/packages/lifecycle/CHANGELOG.md +++ b/packages/lifecycle/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/lifecycle +## 14.1.0 + +### Minor Changes + +- 1d04e663b: New option added: resolveSymlinksInInjectedDirs. + ## 14.0.3 ### Patch Changes diff --git a/packages/lifecycle/package.json b/packages/lifecycle/package.json index 593d3ba65a..f1475c8fad 100644 --- a/packages/lifecycle/package.json +++ b/packages/lifecycle/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/lifecycle", - "version": "14.0.3", + "version": "14.1.0", "description": "Package lifecycle hook runner", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/mount-modules/CHANGELOG.md b/packages/mount-modules/CHANGELOG.md index 1a8ed0f0c6..5a936f560b 100644 --- a/packages/mount-modules/CHANGELOG.md +++ b/packages/mount-modules/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/mount-modules +## 0.3.8 + +### Patch Changes + +- @pnpm/config@16.1.2 + ## 0.3.7 ### Patch Changes diff --git a/packages/mount-modules/package.json b/packages/mount-modules/package.json index 7ad3e59e83..89fe97798b 100644 --- a/packages/mount-modules/package.json +++ b/packages/mount-modules/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/mount-modules", - "version": "0.3.7", + "version": "0.3.8", "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 402b8b5f6c..0569bd3166 100644 --- a/packages/plugin-commands-audit/CHANGELOG.md +++ b/packages/plugin-commands-audit/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-audit +## 7.1.3 + +### Patch Changes + +- @pnpm/config@16.1.2 +- @pnpm/cli-utils@1.0.8 + ## 7.1.2 ### Patch Changes diff --git a/packages/plugin-commands-audit/package.json b/packages/plugin-commands-audit/package.json index 137c3f1085..730f892e9a 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": "7.1.2", + "version": "7.1.3", "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 c354736be8..08f43acbf0 100644 --- a/packages/plugin-commands-deploy/CHANGELOG.md +++ b/packages/plugin-commands-deploy/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-deploy +## 2.0.8 + +### Patch Changes + +- @pnpm/plugin-commands-installation@11.0.8 +- @pnpm/cli-utils@1.0.8 + ## 2.0.7 ### Patch Changes diff --git a/packages/plugin-commands-deploy/package.json b/packages/plugin-commands-deploy/package.json index 196affb1ae..87c86a96ff 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": "2.0.7", + "version": "2.0.8", "description": "Commands for deploy", "funding": "https://opencollective.com/pnpm", "main": "lib/index.js", diff --git a/packages/plugin-commands-doctor/CHANGELOG.md b/packages/plugin-commands-doctor/CHANGELOG.md index 27d51117e5..13a6fa714d 100644 --- a/packages/plugin-commands-doctor/CHANGELOG.md +++ b/packages/plugin-commands-doctor/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-doctor +## 1.0.6 + +### Patch Changes + +- @pnpm/config@16.1.2 +- @pnpm/cli-utils@1.0.8 + ## 1.0.5 ### Patch Changes diff --git a/packages/plugin-commands-doctor/package.json b/packages/plugin-commands-doctor/package.json index 569917e080..e3ae11bd06 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.5", + "version": "1.0.6", "description": "Commands for checks of known common issues ", "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 f9486bde4e..2ff9625bc0 100644 --- a/packages/plugin-commands-env/CHANGELOG.md +++ b/packages/plugin-commands-env/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-env +## 3.1.2 + +### Patch Changes + +- @pnpm/config@16.1.2 +- @pnpm/cli-utils@1.0.8 + ## 3.1.1 ### Patch Changes diff --git a/packages/plugin-commands-env/package.json b/packages/plugin-commands-env/package.json index 8abefb91c8..b78c0f9573 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": "3.1.1", + "version": "3.1.2", "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 ce82f1bc50..44224e3c69 100644 --- a/packages/plugin-commands-init/CHANGELOG.md +++ b/packages/plugin-commands-init/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-init +## 2.0.8 + +### Patch Changes + +- @pnpm/config@16.1.2 +- @pnpm/cli-utils@1.0.8 + ## 2.0.7 ### Patch Changes diff --git a/packages/plugin-commands-init/package.json b/packages/plugin-commands-init/package.json index d69744af6e..e0826eac1b 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.7", + "version": "2.0.8", "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 83711c0677..fe99cd4eac 100644 --- a/packages/plugin-commands-installation/CHANGELOG.md +++ b/packages/plugin-commands-installation/CHANGELOG.md @@ -1,5 +1,19 @@ # @pnpm/plugin-commands-installation +## 11.0.8 + +### Patch Changes + +- Updated dependencies [1d04e663b] + - @pnpm/core@7.1.0 + - @pnpm/pnpmfile@4.0.8 + - @pnpm/plugin-commands-rebuild@7.0.8 + - @pnpm/config@16.1.2 + - @pnpm/cli-utils@1.0.8 + - @pnpm/store-connection-manager@5.1.1 + - @pnpm/find-workspace-packages@5.0.8 + - @pnpm/filter-workspace-packages@6.0.8 + ## 11.0.7 ### Patch Changes diff --git a/packages/plugin-commands-installation/package.json b/packages/plugin-commands-installation/package.json index a73afb7fcb..ddaf8e419b 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": "11.0.7", + "version": "11.0.8", "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 6cdff0a9d8..ad3ddfa74a 100644 --- a/packages/plugin-commands-listing/CHANGELOG.md +++ b/packages/plugin-commands-listing/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-listing +## 6.0.8 + +### Patch Changes + +- @pnpm/config@16.1.2 +- @pnpm/cli-utils@1.0.8 + ## 6.0.7 ### Patch Changes diff --git a/packages/plugin-commands-listing/package.json b/packages/plugin-commands-listing/package.json index 693449613f..da16ff088d 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": "6.0.7", + "version": "6.0.8", "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 501ca6fe94..fd6af888ec 100644 --- a/packages/plugin-commands-outdated/CHANGELOG.md +++ b/packages/plugin-commands-outdated/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-outdated +## 8.0.3 + +### Patch Changes + +- @pnpm/config@16.1.2 +- @pnpm/cli-utils@1.0.8 + ## 8.0.2 ### Patch Changes diff --git a/packages/plugin-commands-outdated/package.json b/packages/plugin-commands-outdated/package.json index 6cde1de8c7..a2c69542d6 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": "8.0.2", + "version": "8.0.3", "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 29af81b9d9..92e2f57351 100644 --- a/packages/plugin-commands-patching/CHANGELOG.md +++ b/packages/plugin-commands-patching/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-patching +## 2.0.8 + +### Patch Changes + +- @pnpm/plugin-commands-installation@11.0.8 +- @pnpm/config@16.1.2 +- @pnpm/cli-utils@1.0.8 +- @pnpm/store-connection-manager@5.1.1 + ## 2.0.7 ### Patch Changes diff --git a/packages/plugin-commands-patching/package.json b/packages/plugin-commands-patching/package.json index 50a73fcd6b..be6429aa74 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.7", + "version": "2.0.8", "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 683b1b1a60..56cbc4c14d 100644 --- a/packages/plugin-commands-publishing/CHANGELOG.md +++ b/packages/plugin-commands-publishing/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-publishing +## 6.0.8 + +### Patch Changes + +- Updated dependencies [1d04e663b] + - @pnpm/lifecycle@14.1.0 + - @pnpm/config@16.1.2 + - @pnpm/cli-utils@1.0.8 + ## 6.0.7 ### Patch Changes diff --git a/packages/plugin-commands-publishing/package.json b/packages/plugin-commands-publishing/package.json index 92d7a8c88a..71ba06ad39 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": "6.0.7", + "version": "6.0.8", "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 a357e09a5f..8ccab548b0 100644 --- a/packages/plugin-commands-rebuild/CHANGELOG.md +++ b/packages/plugin-commands-rebuild/CHANGELOG.md @@ -1,5 +1,16 @@ # @pnpm/plugin-commands-rebuild +## 7.0.8 + +### Patch Changes + +- Updated dependencies [1d04e663b] + - @pnpm/lifecycle@14.1.0 + - @pnpm/config@16.1.2 + - @pnpm/cli-utils@1.0.8 + - @pnpm/store-connection-manager@5.1.1 + - @pnpm/find-workspace-packages@5.0.8 + ## 7.0.7 ### Patch Changes diff --git a/packages/plugin-commands-rebuild/package.json b/packages/plugin-commands-rebuild/package.json index fab1023cbf..28631783a3 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": "7.0.7", + "version": "7.0.8", "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 ee552dc8f0..27d5654699 100644 --- a/packages/plugin-commands-script-runners/CHANGELOG.md +++ b/packages/plugin-commands-script-runners/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/plugin-commands-script-runners +## 6.0.8 + +### Patch Changes + +- Updated dependencies [1d04e663b] + - @pnpm/lifecycle@14.1.0 + - @pnpm/plugin-commands-installation@11.0.8 + - @pnpm/config@16.1.2 + - @pnpm/cli-utils@1.0.8 + ## 6.0.7 ### Patch Changes diff --git a/packages/plugin-commands-script-runners/package.json b/packages/plugin-commands-script-runners/package.json index 17542a4416..6c5c2b67eb 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": "6.0.7", + "version": "6.0.8", "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 dfb6a27a1e..0c66aa5fbd 100644 --- a/packages/plugin-commands-server/CHANGELOG.md +++ b/packages/plugin-commands-server/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-server +## 5.0.8 + +### Patch Changes + +- @pnpm/config@16.1.2 +- @pnpm/cli-utils@1.0.8 +- @pnpm/store-connection-manager@5.1.1 + ## 5.0.7 ### Patch Changes diff --git a/packages/plugin-commands-server/package.json b/packages/plugin-commands-server/package.json index fcc4ba75b4..5681e5a978 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": "5.0.7", + "version": "5.0.8", "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 b9d4d3468d..ec76df717d 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.8 + +### Patch Changes + +- @pnpm/cli-utils@1.0.8 + ## 3.0.7 ### Patch Changes diff --git a/packages/plugin-commands-setup/package.json b/packages/plugin-commands-setup/package.json index b45f3beb52..58ad64bb41 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.7", + "version": "3.0.8", "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 39594f8061..0626b7e57b 100644 --- a/packages/plugin-commands-store/CHANGELOG.md +++ b/packages/plugin-commands-store/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-store +## 6.0.8 + +### Patch Changes + +- @pnpm/config@16.1.2 +- @pnpm/cli-utils@1.0.8 +- @pnpm/store-connection-manager@5.1.1 + ## 6.0.7 ### Patch Changes diff --git a/packages/plugin-commands-store/package.json b/packages/plugin-commands-store/package.json index 18f26d9819..d92d08e172 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": "6.0.7", + "version": "6.0.8", "description": "Commands for controlling the store", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/pnpmfile/CHANGELOG.md b/packages/pnpmfile/CHANGELOG.md index d9380cfc6c..16e0900eab 100644 --- a/packages/pnpmfile/CHANGELOG.md +++ b/packages/pnpmfile/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/pnpmfile +## 4.0.8 + +### Patch Changes + +- Updated dependencies [1d04e663b] + - @pnpm/core@7.1.0 + ## 4.0.7 ### Patch Changes diff --git a/packages/pnpmfile/package.json b/packages/pnpmfile/package.json index 34c46193bc..6e31d057b8 100644 --- a/packages/pnpmfile/package.json +++ b/packages/pnpmfile/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/pnpmfile", - "version": "4.0.7", + "version": "4.0.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 0ef6059218..c687232c12 100644 --- a/packages/store-connection-manager/CHANGELOG.md +++ b/packages/store-connection-manager/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/store-connection-manager +## 5.1.1 + +### Patch Changes + +- @pnpm/config@16.1.2 + ## 5.1.0 ### Minor Changes diff --git a/packages/store-connection-manager/package.json b/packages/store-connection-manager/package.json index c8efc47ecb..57fcc37d0f 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": "5.1.0", + "version": "5.1.1", "description": "Create a direct pnpm store controller or connect to a running store server", "main": "lib/index.js", "types": "lib/index.d.ts",