Skip to content

Commit

Permalink
chore(release): 7.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Apr 9, 2022
1 parent d9abbb1 commit 905d19e
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 30 deletions.
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": "7.0.0-rc.2",
"version": "7.0.0-rc.3",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm7"
],
"devDependencies": {
"@pnpm/linux-arm64": "workspace:7.0.0-rc.2"
"@pnpm/linux-arm64": "workspace:7.0.0-rc.3"
}
}
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": "7.0.0-rc.2",
"version": "7.0.0-rc.3",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm7"
],
"devDependencies": {
"@pnpm/linux-x64": "workspace:7.0.0-rc.2"
"@pnpm/linux-x64": "workspace:7.0.0-rc.3"
}
}
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": "7.0.0-rc.2",
"version": "7.0.0-rc.3",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm7"
],
"devDependencies": {
"@pnpm/macos-arm64": "workspace:7.0.0-rc.2"
"@pnpm/macos-arm64": "workspace:7.0.0-rc.3"
}
}
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": "7.0.0-rc.2",
"version": "7.0.0-rc.3",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm7"
],
"devDependencies": {
"@pnpm/macos-x64": "workspace:7.0.0-rc.2"
"@pnpm/macos-x64": "workspace:7.0.0-rc.3"
}
}
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": "7.0.0-rc.2",
"version": "7.0.0-rc.3",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm7"
],
"devDependencies": {
"@pnpm/win-x64": "workspace:7.0.0-rc.2"
"@pnpm/win-x64": "workspace:7.0.0-rc.3"
}
}
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": "7.0.0-rc.2",
"version": "7.0.0-rc.3",
"publishConfig": {
"bin": {
"pnpm": "pnpm"
Expand All @@ -11,14 +11,14 @@
"url": "https://github.com/pnpm/pnpm/issues"
},
"optionalDependencies": {
"@pnpm/linux-arm64": "workspace:7.0.0-rc.2",
"@pnpm/linux-x64": "workspace:7.0.0-rc.2",
"@pnpm/macos-arm64": "workspace:7.0.0-rc.2",
"@pnpm/macos-x64": "workspace:7.0.0-rc.2",
"@pnpm/win-x64": "workspace:7.0.0-rc.2"
"@pnpm/linux-arm64": "workspace:7.0.0-rc.3",
"@pnpm/linux-x64": "workspace:7.0.0-rc.3",
"@pnpm/macos-arm64": "workspace:7.0.0-rc.3",
"@pnpm/macos-x64": "workspace:7.0.0-rc.3",
"@pnpm/win-x64": "workspace:7.0.0-rc.3"
},
"devDependencies": {
"@pnpm/exe": "workspace:7.0.0-rc.2",
"@pnpm/exe": "workspace:7.0.0-rc.3",
"@zkochan/pkg": "0.0.0-2",
"execa": "npm:safe-execa@^0.1.1"
},
Expand Down
7 changes: 6 additions & 1 deletion packages/pnpm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pnpm

## 7.0.0-rc.2
## 7.0.0-rc.3

### Major Changes

Expand Down Expand Up @@ -74,6 +74,11 @@
- shrinkwrap-only
- store

### Patch Changes

- Peer dependency should be correctly resolved from the workspace, when it is declared using a workspace protocol [#4529](https://github.com/pnpm/pnpm/issues/4529).
- Linked in dependencies should be considered when resolving peer dependencies [#4541](https://github.com/pnpm/pnpm/pull/4541).

## 6.32.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "7.0.0-rc.2",
"version": "7.0.0-rc.3",
"bin": {
"pnpm": "bin/pnpm.cjs",
"pnpx": "bin/pnpx.cjs"
Expand Down
22 changes: 11 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 905d19e

Please sign in to comment.