Skip to content

Commit

Permalink
chore(release): 6.14.0-3
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Aug 18, 2021
1 parent f29314b commit 717b042
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-avocados-know.md

This file was deleted.

2 changes: 1 addition & 1 deletion 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": "0.0.2-6.14.0-0",
"version": "0.0.2-6.14.0-3",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion 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": "0.0.2-6.14.0-0",
"version": "0.0.2-6.14.0-3",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion 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": "0.0.2-6.14.0-0",
"version": "0.0.2-6.14.0-3",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion 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": "0.0.2-6.14.0-0",
"version": "0.0.2-6.14.0-3",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
10 changes: 5 additions & 5 deletions packages/beta/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pnpm/beta",
"description": "Fast, disk space efficient package manager",
"version": "0.0.2-6.14.0-0",
"version": "0.0.2-6.14.0-3",
"publishConfig": {
"bin": {
"pnpm": "pnpm"
Expand All @@ -11,10 +11,10 @@
"url": "https://github.com/pnpm/pnpm/issues"
},
"optionalDependencies": {
"@pnpm/linux-x64": "workspace:0.0.2-6.14.0-0",
"@pnpm/macos-arm64": "workspace:0.0.2-6.14.0-0",
"@pnpm/macos-x64": "workspace:0.0.2-6.14.0-0",
"@pnpm/win-x64": "workspace:0.0.2-6.14.0-0"
"@pnpm/linux-x64": "workspace:0.0.2-6.14.0-3",
"@pnpm/macos-arm64": "workspace:0.0.2-6.14.0-3",
"@pnpm/macos-x64": "workspace:0.0.2-6.14.0-3",
"@pnpm/win-x64": "workspace:0.0.2-6.14.0-3"
},
"devDependencies": {
"@zkochan/pkg": "0.0.0-2",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-commands-setup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-setup

## 0.2.0

### Minor Changes

- 8d038f8f1: pnpm setup moves the CLI to the pnpm home directory.

## 0.1.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-setup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-setup",
"version": "0.1.12",
"version": "0.2.0",
"description": "pnpm commands for setting up pnpm",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/pnpm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pnpm

## 6.14.0-0
## 6.14.0-3

### 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.14.0-0",
"version": "6.14.0-3",
"bin": {
"pnpm": "bin/pnpm.cjs",
"pnpx": "bin/pnpx.cjs"
Expand Down Expand Up @@ -49,7 +49,7 @@
"@pnpm/plugin-commands-rebuild": "workspace:5.0.9",
"@pnpm/plugin-commands-script-runners": "workspace:4.1.1",
"@pnpm/plugin-commands-server": "workspace:3.0.25",
"@pnpm/plugin-commands-setup": "workspace:^0.1.12",
"@pnpm/plugin-commands-setup": "workspace:^0.2.0",
"@pnpm/plugin-commands-store": "workspace:4.0.9",
"@pnpm/prepare": "workspace:0.0.26",
"@pnpm/read-package-json": "workspace:5.0.4",
Expand Down
10 changes: 5 additions & 5 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 717b042

Please sign in to comment.