diff --git a/.changeset/stupid-pets-melt.md b/.changeset/stupid-pets-melt.md index 2beb9daaaa..6caa8f12a0 100644 --- a/.changeset/stupid-pets-melt.md +++ b/.changeset/stupid-pets-melt.md @@ -1,5 +1,4 @@ --- -"@pnpm/resolve-dependencies": patch "pnpm": patch --- diff --git a/exec/plugin-commands-script-runners/CHANGELOG.md b/exec/plugin-commands-script-runners/CHANGELOG.md index 248261dbdb..d8257b7cbb 100644 --- a/exec/plugin-commands-script-runners/CHANGELOG.md +++ b/exec/plugin-commands-script-runners/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-script-runners +## 7.1.6 + +### Patch Changes + +- @pnpm/plugin-commands-installation@13.0.12 + ## 7.1.5 ### Patch Changes diff --git a/exec/plugin-commands-script-runners/package.json b/exec/plugin-commands-script-runners/package.json index 493b6c6191..ac5dbad7a2 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.1.5", + "version": "7.1.6", "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 2c36d0f60e..5ff5eab854 100644 --- a/patching/plugin-commands-patching/CHANGELOG.md +++ b/patching/plugin-commands-patching/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-patching +## 3.1.7 + +### Patch Changes + +- @pnpm/plugin-commands-installation@13.0.12 + ## 3.1.6 ### Patch Changes diff --git a/patching/plugin-commands-patching/package.json b/patching/plugin-commands-patching/package.json index d71937ab89..00f80032af 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.1.6", + "version": "3.1.7", "description": "Commands for creating patches", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pkg-manager/core/CHANGELOG.md b/pkg-manager/core/CHANGELOG.md index 38851b529c..e843c36ad0 100644 --- a/pkg-manager/core/CHANGELOG.md +++ b/pkg-manager/core/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/core +## 10.2.4 + +### Patch Changes + +- Updated dependencies [61f22f9ef] + - @pnpm/resolve-dependencies@31.1.9 + ## 10.2.3 ### Patch Changes diff --git a/pkg-manager/core/package.json b/pkg-manager/core/package.json index b281cc49d8..7b1a345d80 100644 --- a/pkg-manager/core/package.json +++ b/pkg-manager/core/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/core", "description": "Fast, disk space efficient installation engine", - "version": "10.2.3", + "version": "10.2.4", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/pkg-manager/plugin-commands-installation/CHANGELOG.md b/pkg-manager/plugin-commands-installation/CHANGELOG.md index e4ae01daf1..0731787544 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.12 + +### Patch Changes + +- @pnpm/core@10.2.4 + ## 13.0.11 ### Patch Changes diff --git a/pkg-manager/plugin-commands-installation/package.json b/pkg-manager/plugin-commands-installation/package.json index 1d92aa3fb9..b9a0e9b97f 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.11", + "version": "13.0.12", "description": "Commands for installation", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pkg-manager/resolve-dependencies/CHANGELOG.md b/pkg-manager/resolve-dependencies/CHANGELOG.md index c57ec85649..c4f7d45c37 100644 --- a/pkg-manager/resolve-dependencies/CHANGELOG.md +++ b/pkg-manager/resolve-dependencies/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/resolve-dependencies +## 31.1.9 + +### Patch Changes + +- 61f22f9ef: Don't add the version of a local directory dependency to the lockfile. This information is not used anywhere by pnpm and is only causing more Git conflicts [#6695](https://github.com/pnpm/pnpm/pull/6695). + ## 31.1.8 ### Patch Changes diff --git a/pkg-manager/resolve-dependencies/package.json b/pkg-manager/resolve-dependencies/package.json index f5222b4efa..c3160b6352 100644 --- a/pkg-manager/resolve-dependencies/package.json +++ b/pkg-manager/resolve-dependencies/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/resolve-dependencies", - "version": "31.1.8", + "version": "31.1.9", "description": "Resolves dependency graph of a package", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/releasing/plugin-commands-deploy/CHANGELOG.md b/releasing/plugin-commands-deploy/CHANGELOG.md index c39af29c41..60e505c64a 100644 --- a/releasing/plugin-commands-deploy/CHANGELOG.md +++ b/releasing/plugin-commands-deploy/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-deploy +## 3.0.18 + +### Patch Changes + +- @pnpm/plugin-commands-installation@13.0.12 + ## 3.0.17 ### Patch Changes diff --git a/releasing/plugin-commands-deploy/package.json b/releasing/plugin-commands-deploy/package.json index 9d2b5f9401..519ba9dc11 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.17", + "version": "3.0.18", "description": "Commands for deploy", "funding": "https://opencollective.com/pnpm", "main": "lib/index.js",