From bb7073003f13dfd3d5219b8a73283720710b283f Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Wed, 5 Aug 2020 02:19:39 +0300 Subject: [PATCH] chore(release): 5.4.12 --- .changeset/large-paws-joke.md | 5 ----- .changeset/large-pugs-retire.md | 5 ----- .changeset/shy-files-cheer.md | 5 ----- packages/exportable-manifest/CHANGELOG.md | 6 ++++++ packages/exportable-manifest/package.json | 2 +- packages/make-dedicated-lockfile/CHANGELOG.md | 11 +++++++++++ packages/make-dedicated-lockfile/package.json | 4 ++-- packages/plugin-commands-installation/CHANGELOG.md | 6 ++++++ packages/plugin-commands-installation/package.json | 2 +- packages/plugin-commands-publishing/CHANGELOG.md | 7 +++++++ packages/plugin-commands-publishing/package.json | 4 ++-- packages/pnpm/CHANGELOG.md | 6 ++++++ packages/pnpm/package.json | 6 +++--- pnpm-lock.yaml | 8 ++++---- 14 files changed, 49 insertions(+), 28 deletions(-) delete mode 100644 .changeset/large-paws-joke.md delete mode 100644 .changeset/large-pugs-retire.md delete mode 100644 .changeset/shy-files-cheer.md create mode 100644 packages/exportable-manifest/CHANGELOG.md create mode 100644 packages/make-dedicated-lockfile/CHANGELOG.md diff --git a/.changeset/large-paws-joke.md b/.changeset/large-paws-joke.md deleted file mode 100644 index dddfb41b09..0000000000 --- a/.changeset/large-paws-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pnpm/exportable-manifest": major ---- - -Package created. diff --git a/.changeset/large-pugs-retire.md b/.changeset/large-pugs-retire.md deleted file mode 100644 index 9f79654dca..0000000000 --- a/.changeset/large-pugs-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pnpm/make-dedicated-lockfile": minor ---- - -Project created. diff --git a/.changeset/shy-files-cheer.md b/.changeset/shy-files-cheer.md deleted file mode 100644 index 26052f5ae2..0000000000 --- a/.changeset/shy-files-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pnpm/plugin-commands-installation": patch ---- - -Fixes a regression introduced by . `pnpm update` should update the direct dependencies of the project. diff --git a/packages/exportable-manifest/CHANGELOG.md b/packages/exportable-manifest/CHANGELOG.md new file mode 100644 index 0000000000..5fb741efd5 --- /dev/null +++ b/packages/exportable-manifest/CHANGELOG.md @@ -0,0 +1,6 @@ +# @pnpm/exportable-manifest + +## 1.0.0 +### Major Changes + +- edf1f412e: Package created. diff --git a/packages/exportable-manifest/package.json b/packages/exportable-manifest/package.json index 45f837f168..1e7cfd68c2 100644 --- a/packages/exportable-manifest/package.json +++ b/packages/exportable-manifest/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/exportable-manifest", - "version": "0.0.0", + "version": "1.0.0", "description": "Creates an exportable manifest", "main": "lib/index.js", "typings": "lib/index.d.ts", diff --git a/packages/make-dedicated-lockfile/CHANGELOG.md b/packages/make-dedicated-lockfile/CHANGELOG.md new file mode 100644 index 0000000000..741d7b8bb1 --- /dev/null +++ b/packages/make-dedicated-lockfile/CHANGELOG.md @@ -0,0 +1,11 @@ +# @pnpm/make-dedicated-lockfile + +## 0.1.0 +### Minor Changes + +- edf1f412e: Project created. + +### Patch Changes + +- Updated dependencies [edf1f412e] + - @pnpm/exportable-manifest@1.0.0 diff --git a/packages/make-dedicated-lockfile/package.json b/packages/make-dedicated-lockfile/package.json index 08c947cfa3..bf1b4cba13 100644 --- a/packages/make-dedicated-lockfile/package.json +++ b/packages/make-dedicated-lockfile/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/make-dedicated-lockfile", - "version": "0.0.0", + "version": "0.1.0", "description": "Creates a dedicated lockfile for a subset of workspace projects", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -34,7 +34,7 @@ "dependencies": { "@pnpm/error": "workspace:^1.2.0", "@pnpm/exec": "^1.1.5", - "@pnpm/exportable-manifest": "workspace:^0.0.0", + "@pnpm/exportable-manifest": "workspace:^1.0.0", "@pnpm/find-workspace-dir": "workspace:^1.0.0", "@pnpm/lockfile-file": "workspace:^3.0.11", "@pnpm/prune-lockfile": "workspace:^2.0.14", diff --git a/packages/plugin-commands-installation/CHANGELOG.md b/packages/plugin-commands-installation/CHANGELOG.md index c4e993f22c..57d889fa59 100644 --- a/packages/plugin-commands-installation/CHANGELOG.md +++ b/packages/plugin-commands-installation/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-installation +## 3.1.6 + +### Patch Changes + +- cbbbe7a43: Fixes a regression introduced by . `pnpm update` should update the direct dependencies of the project. + ## 3.1.5 ### Patch Changes diff --git a/packages/plugin-commands-installation/package.json b/packages/plugin-commands-installation/package.json index 078a585aec..4ccafc2ce2 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": "3.1.5", + "version": "3.1.6", "description": "Commands for installation", "main": "lib/index.js", "typings": "lib/index.d.ts", diff --git a/packages/plugin-commands-publishing/CHANGELOG.md b/packages/plugin-commands-publishing/CHANGELOG.md index fcf6604bed..f01a2e57f8 100644 --- a/packages/plugin-commands-publishing/CHANGELOG.md +++ b/packages/plugin-commands-publishing/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-publishing +## 2.1.14 + +### Patch Changes + +- Updated dependencies [edf1f412e] + - @pnpm/exportable-manifest@1.0.0 + ## 2.1.13 ### Patch Changes diff --git a/packages/plugin-commands-publishing/package.json b/packages/plugin-commands-publishing/package.json index acf4d9fe3f..8c14e18988 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": "2.1.13", + "version": "2.1.14", "description": "The pack and publish commands of pnpm", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -55,7 +55,7 @@ "@pnpm/cli-utils": "workspace:0.4.19", "@pnpm/config": "workspace:11.2.1", "@pnpm/error": "workspace:1.2.0", - "@pnpm/exportable-manifest": "workspace:^0.0.0", + "@pnpm/exportable-manifest": "workspace:^1.0.0", "@pnpm/fetch": "workspace:^2.1.2", "@pnpm/lifecycle": "workspace:9.2.2", "@pnpm/npm-resolver": "workspace:9.0.2", diff --git a/packages/pnpm/CHANGELOG.md b/packages/pnpm/CHANGELOG.md index 11a4b8dc7c..073904c498 100644 --- a/packages/pnpm/CHANGELOG.md +++ b/packages/pnpm/CHANGELOG.md @@ -1,5 +1,11 @@ # pnpm +## 5.4.12 + +### Patch Changes + +- Fixing regression of v5.4.5: the `pnpm update` command should update the direct dependencies of the project. + ## 5.4.11 ### Patch Changes diff --git a/packages/pnpm/package.json b/packages/pnpm/package.json index 67e99a6fcf..279b6290b7 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": "5.4.11", + "version": "5.4.12", "author": "Zoltan Kochan (https://www.kochan.io/)", "bin": { "pnpm": "bin/pnpm.js", @@ -31,10 +31,10 @@ "@pnpm/parse-cli-args": "workspace:3.0.1", "@pnpm/plugin-commands-audit": "workspace:2.0.4", "@pnpm/plugin-commands-import": "workspace:1.0.47", - "@pnpm/plugin-commands-installation": "workspace:3.1.5", + "@pnpm/plugin-commands-installation": "workspace:3.1.6", "@pnpm/plugin-commands-listing": "workspace:2.0.15", "@pnpm/plugin-commands-outdated": "workspace:3.0.3", - "@pnpm/plugin-commands-publishing": "workspace:2.1.13", + "@pnpm/plugin-commands-publishing": "workspace:2.1.14", "@pnpm/plugin-commands-rebuild": "workspace:2.0.28", "@pnpm/plugin-commands-script-runners": "workspace:1.2.14", "@pnpm/plugin-commands-server": "workspace:2.0.23", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fb4b4fae8f..e5e4c09479 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1041,7 +1041,7 @@ importers: specifiers: '@pnpm/error': 'workspace:^1.2.0' '@pnpm/exec': ^1.1.5 - '@pnpm/exportable-manifest': 'workspace:^0.0.0' + '@pnpm/exportable-manifest': 'workspace:^1.0.0' '@pnpm/find-workspace-dir': 'workspace:^1.0.0' '@pnpm/lockfile-file': 'workspace:^3.0.11' '@pnpm/prune-lockfile': 'workspace:^2.0.14' @@ -1832,7 +1832,7 @@ importers: '@pnpm/cli-utils': 'workspace:0.4.19' '@pnpm/config': 'workspace:11.2.1' '@pnpm/error': 'workspace:1.2.0' - '@pnpm/exportable-manifest': 'workspace:^0.0.0' + '@pnpm/exportable-manifest': 'workspace:^1.0.0' '@pnpm/fetch': 'workspace:^2.1.2' '@pnpm/filter-workspace-packages': 'workspace:2.1.12' '@pnpm/lifecycle': 'workspace:9.2.2' @@ -2247,10 +2247,10 @@ importers: '@pnpm/parse-cli-args': 'workspace:3.0.1' '@pnpm/plugin-commands-audit': 'workspace:2.0.4' '@pnpm/plugin-commands-import': 'workspace:1.0.47' - '@pnpm/plugin-commands-installation': 'workspace:3.1.5' + '@pnpm/plugin-commands-installation': 'workspace:3.1.6' '@pnpm/plugin-commands-listing': 'workspace:2.0.15' '@pnpm/plugin-commands-outdated': 'workspace:3.0.3' - '@pnpm/plugin-commands-publishing': 'workspace:2.1.13' + '@pnpm/plugin-commands-publishing': 'workspace:2.1.14' '@pnpm/plugin-commands-rebuild': 'workspace:2.0.28' '@pnpm/plugin-commands-script-runners': 'workspace:1.2.14' '@pnpm/plugin-commands-server': 'workspace:2.0.23'