Skip to content

Commit

Permalink
chore(release): 5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jun 2, 2020
1 parent 1dcfecb commit 5a51caa
Show file tree
Hide file tree
Showing 18 changed files with 86 additions and 39 deletions.
5 changes: 0 additions & 5 deletions .changeset/nine-parrots-smile.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/plugin-commands-import/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-import

## 1.0.21

### Patch Changes

- @pnpm/store-connection-manager@0.3.3

## 1.0.20

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-commands-import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-import",
"version": "1.0.20",
"version": "1.0.21",
"description": "The import command",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@pnpm/constants": "workspace:4.0.0",
"@pnpm/error": "workspace:1.2.0",
"@pnpm/read-project-manifest": "workspace:1.0.6",
"@pnpm/store-connection-manager": "workspace:0.3.2",
"@pnpm/store-connection-manager": "workspace:0.3.3",
"@zkochan/rimraf": "1.0.0",
"load-json-file": "6.2.0",
"render-help": "1.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-commands-installation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-installation

## 2.0.8

### Patch Changes

- @pnpm/store-connection-manager@0.3.3
- @pnpm/plugin-commands-rebuild@2.0.5

## 2.0.7

### 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": "2.0.7",
"version": "2.0.8",
"description": "Commands for installation",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -68,12 +68,12 @@
"@pnpm/outdated": "workspace:7.0.24",
"@pnpm/package-store": "workspace:9.0.1",
"@pnpm/parse-wanted-dependency": "workspace:1.0.0",
"@pnpm/plugin-commands-rebuild": "workspace:2.0.4",
"@pnpm/plugin-commands-rebuild": "workspace:2.0.5",
"@pnpm/pnpmfile": "workspace:0.1.9",
"@pnpm/resolver-base": "workspace:7.0.1",
"@pnpm/semver-diff": "1.0.2",
"@pnpm/sort-packages": "workspace:1.0.11",
"@pnpm/store-connection-manager": "workspace:0.3.2",
"@pnpm/store-connection-manager": "workspace:0.3.3",
"@pnpm/types": "workspace:6.0.0",
"camelcase-keys": "6.2.2",
"chalk": "4.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-commands-rebuild/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-rebuild

## 2.0.5

### Patch Changes

- @pnpm/store-connection-manager@0.3.3

## 2.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-commands-rebuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-rebuild",
"version": "2.0.4",
"version": "2.0.5",
"description": "Commands for rebuilding dependencies",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -63,7 +63,7 @@
"@pnpm/normalize-registries": "workspace:1.0.1",
"@pnpm/pkgid-to-filename": "3.0.0",
"@pnpm/sort-packages": "workspace:1.0.11",
"@pnpm/store-connection-manager": "workspace:0.3.2",
"@pnpm/store-connection-manager": "workspace:0.3.3",
"@pnpm/store-controller-types": "workspace:8.0.0",
"@pnpm/types": "workspace:6.0.0",
"@zkochan/npm-package-arg": "1.0.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-commands-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-server

## 2.0.3

### Patch Changes

- Updated dependencies [1dcfecb36]
- @pnpm/server@8.0.1
- @pnpm/store-connection-manager@0.3.3

## 2.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-commands-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-server",
"version": "2.0.2",
"version": "2.0.3",
"description": "Commands for controlling the store server",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -43,8 +43,8 @@
"@pnpm/common-cli-options-help": "workspace:0.1.6",
"@pnpm/config": "workspace:9.1.0",
"@pnpm/error": "workspace:1.2.0",
"@pnpm/server": "workspace:8.0.0",
"@pnpm/store-connection-manager": "workspace:0.3.2",
"@pnpm/server": "workspace:8.0.1",
"@pnpm/store-connection-manager": "workspace:0.3.3",
"@pnpm/store-path": "^4.0.0",
"common-tags": "^1.8.0",
"delay": "^4.3.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-commands-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-store

## 2.0.5

### Patch Changes

- @pnpm/store-connection-manager@0.3.3

## 2.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-commands-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-store",
"version": "2.0.4",
"version": "2.0.5",
"description": "Commands for controlling the store",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -63,7 +63,7 @@
"@pnpm/parse-wanted-dependency": "workspace:1.0.0",
"@pnpm/pick-registry-for-package": "workspace:1.0.1",
"@pnpm/pkgid-to-filename": "^3.0.0",
"@pnpm/store-connection-manager": "workspace:0.3.2",
"@pnpm/store-connection-manager": "workspace:0.3.3",
"@pnpm/store-controller-types": "workspace:8.0.0",
"@pnpm/store-path": "^4.0.0",
"@pnpm/types": "workspace:6.0.0",
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

## 5.1.2

### Patch Changes

- fix an issue with node-gyp failure. Downgrade uuid.

## 5.1.1

### Patch Changes
Expand Down
12 changes: 6 additions & 6 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": "5.1.1",
"version": "5.1.2",
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"bin": {
"pnpm": "bin/pnpm.js",
Expand Down Expand Up @@ -30,15 +30,15 @@
"@pnpm/logger": "3.2.2",
"@pnpm/parse-cli-args": "workspace:1.1.0",
"@pnpm/plugin-commands-audit": "workspace:1.0.10",
"@pnpm/plugin-commands-import": "workspace:1.0.20",
"@pnpm/plugin-commands-installation": "workspace:2.0.7",
"@pnpm/plugin-commands-import": "workspace:1.0.21",
"@pnpm/plugin-commands-installation": "workspace:2.0.8",
"@pnpm/plugin-commands-listing": "workspace:2.0.1",
"@pnpm/plugin-commands-outdated": "workspace:2.0.1",
"@pnpm/plugin-commands-publishing": "workspace:2.0.1",
"@pnpm/plugin-commands-rebuild": "workspace:2.0.4",
"@pnpm/plugin-commands-rebuild": "workspace:2.0.5",
"@pnpm/plugin-commands-script-runners": "workspace:1.2.0",
"@pnpm/plugin-commands-server": "workspace:2.0.2",
"@pnpm/plugin-commands-store": "workspace:2.0.4",
"@pnpm/plugin-commands-server": "workspace:2.0.3",
"@pnpm/plugin-commands-store": "workspace:2.0.5",
"@pnpm/run-npm": "workspace:2.0.2",
"@pnpm/tabtab": "0.0.1",
"@pnpm/types": "workspace:6.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/server

## 8.0.1

### Patch Changes

- 1dcfecb36: Downgrade uuid to v3 due to an issue with how pnpm is bundled and published. Due to the flat node_modules structure, when published, all the deps should use the same uuid version. request@2 uses uuid@3

## 8.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/server",
"version": "8.0.0",
"version": "8.0.1",
"description": "A pnpm installer server",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/store-connection-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/store-connection-manager

## 0.3.3

### Patch Changes

- Updated dependencies [1dcfecb36]
- @pnpm/server@8.0.1

## 0.3.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/store-connection-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/store-connection-manager",
"version": "0.3.2",
"version": "0.3.3",
"description": "Create a direct pnpm store controller or connect to a running store server",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@pnpm/default-resolver": "workspace:8.0.0",
"@pnpm/error": "workspace:1.2.0",
"@pnpm/package-store": "workspace:9.0.1",
"@pnpm/server": "workspace:8.0.0",
"@pnpm/server": "workspace:8.0.1",
"@pnpm/store-path": "^4.0.0",
"delay": "^4.3.0",
"diable": "^4.0.2",
Expand Down
26 changes: 13 additions & 13 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 5a51caa

Please sign in to comment.