Skip to content

Commit

Permalink
chore(release): 7.0.0-rc.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Apr 16, 2022
1 parent b716d2d commit 6fc4c89
Show file tree
Hide file tree
Showing 9 changed files with 37 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.5",
"version": "7.0.0-rc.6",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm7"
],
"devDependencies": {
"@pnpm/linux-arm64": "workspace:7.0.0-rc.5"
"@pnpm/linux-arm64": "workspace:7.0.0-rc.6"
}
}
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.5",
"version": "7.0.0-rc.6",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm7"
],
"devDependencies": {
"@pnpm/linux-x64": "workspace:7.0.0-rc.5"
"@pnpm/linux-x64": "workspace:7.0.0-rc.6"
}
}
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.5",
"version": "7.0.0-rc.6",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm7"
],
"devDependencies": {
"@pnpm/macos-arm64": "workspace:7.0.0-rc.5"
"@pnpm/macos-arm64": "workspace:7.0.0-rc.6"
}
}
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.5",
"version": "7.0.0-rc.6",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm7"
],
"devDependencies": {
"@pnpm/macos-x64": "workspace:7.0.0-rc.5"
"@pnpm/macos-x64": "workspace:7.0.0-rc.6"
}
}
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.5",
"version": "7.0.0-rc.6",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm7"
],
"devDependencies": {
"@pnpm/win-x64": "workspace:7.0.0-rc.5"
"@pnpm/win-x64": "workspace:7.0.0-rc.6"
}
}
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.5",
"version": "7.0.0-rc.6",
"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.5",
"@pnpm/linux-x64": "workspace:7.0.0-rc.5",
"@pnpm/macos-arm64": "workspace:7.0.0-rc.5",
"@pnpm/macos-x64": "workspace:7.0.0-rc.5",
"@pnpm/win-x64": "workspace:7.0.0-rc.5"
"@pnpm/linux-arm64": "workspace:7.0.0-rc.6",
"@pnpm/linux-x64": "workspace:7.0.0-rc.6",
"@pnpm/macos-arm64": "workspace:7.0.0-rc.6",
"@pnpm/macos-x64": "workspace:7.0.0-rc.6",
"@pnpm/win-x64": "workspace:7.0.0-rc.6"
},
"devDependencies": {
"@pnpm/exe": "workspace:7.0.0-rc.5",
"@pnpm/exe": "workspace:7.0.0-rc.6",
"@zkochan/pkg": "0.0.0-2",
"execa": "npm:safe-execa@^0.1.1"
},
Expand Down
9 changes: 8 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.5
## 7.0.0-rc.6

### Major Changes

Expand Down Expand Up @@ -80,6 +80,13 @@

- Lockfile version bumped to v5.4.

## 6.32.8

### Patch Changes

- Don't check the integrity of the store with the package version from the lockfile, when the package was updated [#4580](https://github.com/pnpm/pnpm/pull/4580).
- Don't update a direct dependency that has the same name as a dependency in the workspace, when adding a new dependency to a workspace project [#4575](https://github.com/pnpm/pnpm/pull/4575).

## 6.32.7

### 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.5",
"version": "7.0.0-rc.6",
"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 6fc4c89

Please sign in to comment.