mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-08 16:07:03 -04:00
chore(release): 5.4.12
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@pnpm/exportable-manifest": major
|
||||
---
|
||||
|
||||
Package created.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@pnpm/make-dedicated-lockfile": minor
|
||||
---
|
||||
|
||||
Project created.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@pnpm/plugin-commands-installation": patch
|
||||
---
|
||||
|
||||
Fixes a regression introduced by <https://github.com/pnpm/pnpm/pull/2692>. `pnpm update` should update the direct dependencies of the project.
|
||||
6
packages/exportable-manifest/CHANGELOG.md
Normal file
6
packages/exportable-manifest/CHANGELOG.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# @pnpm/exportable-manifest
|
||||
|
||||
## 1.0.0
|
||||
### Major Changes
|
||||
|
||||
- edf1f412e: Package created.
|
||||
@@ -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",
|
||||
|
||||
11
packages/make-dedicated-lockfile/CHANGELOG.md
Normal file
11
packages/make-dedicated-lockfile/CHANGELOG.md
Normal file
@@ -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
|
||||
@@ -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",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/plugin-commands-installation
|
||||
|
||||
## 3.1.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- cbbbe7a43: Fixes a regression introduced by <https://github.com/pnpm/pnpm/pull/2692>. `pnpm update` should update the direct dependencies of the project.
|
||||
|
||||
## 3.1.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "pnpm",
|
||||
"description": "Fast, disk space efficient package manager",
|
||||
"version": "5.4.11",
|
||||
"version": "5.4.12",
|
||||
"author": "Zoltan Kochan <z@kochan.io> (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",
|
||||
|
||||
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user