Skip to content

Commit

Permalink
chore(release): 6.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Feb 22, 2022
1 parent 4e3b99a commit 763518e
Show file tree
Hide file tree
Showing 16 changed files with 74 additions and 61 deletions.
7 changes: 0 additions & 7 deletions .changeset/smooth-singers-smell.md

This file was deleted.

4 changes: 2 additions & 2 deletions packages/artifacts/linux-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-arm64",
"version": "6.32.0",
"version": "6.32.1",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/linux-arm64": "workspace:6.32.0"
"@pnpm/linux-arm64": "workspace:6.32.1"
}
}
4 changes: 2 additions & 2 deletions packages/artifacts/linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-x64",
"version": "6.32.0",
"version": "6.32.1",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/linux-x64": "workspace:6.32.0"
"@pnpm/linux-x64": "workspace:6.32.1"
}
}
4 changes: 2 additions & 2 deletions packages/artifacts/macos-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-arm64",
"version": "6.32.0",
"version": "6.32.1",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/macos-arm64": "workspace:6.32.0"
"@pnpm/macos-arm64": "workspace:6.32.1"
}
}
4 changes: 2 additions & 2 deletions packages/artifacts/macos-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-x64",
"version": "6.32.0",
"version": "6.32.1",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/macos-x64": "workspace:6.32.0"
"@pnpm/macos-x64": "workspace:6.32.1"
}
}
4 changes: 2 additions & 2 deletions packages/artifacts/win-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/win-x64",
"version": "6.32.0",
"version": "6.32.1",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/win-x64": "workspace:6.32.0"
"@pnpm/win-x64": "workspace:6.32.1"
}
}
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/core

## 2.7.1

### Patch Changes

- 4e3b99ae0: `onlyBuiltDependencies` should work.

## 2.7.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pnpm/core",
"description": "Fast, disk space efficient installation engine",
"version": "2.7.0",
"version": "2.7.1",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down Expand Up @@ -70,7 +70,7 @@
"@pnpm/assert-store": "workspace:*",
"@pnpm/cafs": "workspace:3.0.14",
"@pnpm/client": "workspace:6.1.2",
"@pnpm/core": "workspace:2.7.0",
"@pnpm/core": "workspace:2.7.1",
"@pnpm/logger": "^4.0.0",
"@pnpm/package-store": "workspace:12.1.11",
"@pnpm/prepare": "workspace:*",
Expand Down
14 changes: 7 additions & 7 deletions packages/exe/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pnpm/exe",
"description": "Fast, disk space efficient package manager",
"version": "6.32.0",
"version": "6.32.1",
"publishConfig": {
"bin": {
"pnpm": "pnpm"
Expand All @@ -11,14 +11,14 @@
"url": "https://github.com/pnpm/pnpm/issues"
},
"optionalDependencies": {
"@pnpm/linux-arm64": "workspace:6.32.0",
"@pnpm/linux-x64": "workspace:6.32.0",
"@pnpm/macos-arm64": "workspace:6.32.0",
"@pnpm/macos-x64": "workspace:6.32.0",
"@pnpm/win-x64": "workspace:6.32.0"
"@pnpm/linux-arm64": "workspace:6.32.1",
"@pnpm/linux-x64": "workspace:6.32.1",
"@pnpm/macos-arm64": "workspace:6.32.1",
"@pnpm/macos-x64": "workspace:6.32.1",
"@pnpm/win-x64": "workspace:6.32.1"
},
"devDependencies": {
"@pnpm/exe": "workspace:6.32.0",
"@pnpm/exe": "workspace:6.32.1",
"@zkochan/pkg": "0.0.0-2",
"execa": "npm:safe-execa@^0.1.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-commands-installation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-installation

## 8.4.2

### Patch Changes

- 4e3b99ae0: `onlyBuiltDependencies` should work.
- Updated dependencies [4e3b99ae0]
- @pnpm/core@2.7.1

## 8.4.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-commands-installation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-installation",
"version": "8.4.1",
"version": "8.4.2",
"description": "Commands for installation",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@pnpm/lockfile-types": "workspace:3.2.0",
"@pnpm/logger": "^4.0.0",
"@pnpm/modules-yaml": "workspace:9.1.1",
"@pnpm/plugin-commands-installation": "workspace:8.4.1",
"@pnpm/plugin-commands-installation": "workspace:8.4.2",
"@pnpm/prepare": "workspace:*",
"@pnpm/registry-mock": "2.12.1",
"@pnpm/test-fixtures": "workspace:*",
Expand All @@ -63,7 +63,7 @@
"@pnpm/common-cli-options-help": "workspace:0.8.0",
"@pnpm/config": "workspace:13.13.1",
"@pnpm/constants": "workspace:5.0.0",
"@pnpm/core": "workspace:2.7.0",
"@pnpm/core": "workspace:2.7.1",
"@pnpm/error": "workspace:2.0.0",
"@pnpm/filter-workspace-packages": "workspace:4.4.21",
"@pnpm/find-workspace-dir": "workspace:3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-listing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@pnpm/constants": "workspace:5.0.0",
"@pnpm/filter-workspace-packages": "workspace:4.4.21",
"@pnpm/logger": "^4.0.0",
"@pnpm/plugin-commands-installation": "workspace:8.4.1",
"@pnpm/plugin-commands-installation": "workspace:8.4.2",
"@pnpm/plugin-commands-listing": "workspace:4.1.10",
"@pnpm/prepare": "workspace:*",
"@pnpm/registry-mock": "2.12.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-outdated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@pnpm/constants": "workspace:5.0.0",
"@pnpm/filter-workspace-packages": "workspace:4.4.21",
"@pnpm/plugin-commands-installation": "workspace:8.4.1",
"@pnpm/plugin-commands-installation": "workspace:8.4.2",
"@pnpm/plugin-commands-outdated": "workspace:5.1.9",
"@pnpm/prepare": "workspace:*",
"@pnpm/registry-mock": "2.12.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/pnpm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# pnpm

## 6.32.1

### Patch Changes

- `onlyBuiltDependencies` should work [#4377](https://github.com/pnpm/pnpm/pull/4377). The new `onlyBuiltDependencies` feature was released with a bug in v6.32.0, so it didn't work.

## 6.32.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/pnpm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pnpm",
"description": "Fast, disk space efficient package manager",
"version": "6.32.0",
"version": "6.32.1",
"bin": {
"pnpm": "bin/pnpm.cjs",
"pnpx": "bin/pnpx.cjs"
Expand Down Expand Up @@ -42,7 +42,7 @@
"@pnpm/pick-registry-for-package": "workspace:2.0.11",
"@pnpm/plugin-commands-audit": "workspace:5.1.41",
"@pnpm/plugin-commands-env": "workspace:1.4.13",
"@pnpm/plugin-commands-installation": "workspace:8.4.1",
"@pnpm/plugin-commands-installation": "workspace:8.4.2",
"@pnpm/plugin-commands-listing": "workspace:4.1.10",
"@pnpm/plugin-commands-outdated": "workspace:5.1.9",
"@pnpm/plugin-commands-publishing": "workspace:4.5.1",
Expand Down

0 comments on commit 763518e

Please sign in to comment.