Skip to content

Commit

Permalink
chore(release): 6.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Nov 3, 2021
1 parent 7d7f641 commit 918d23d
Show file tree
Hide file tree
Showing 46 changed files with 191 additions and 114 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-kiwis-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-dolphins-lay.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/pretty-houses-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-ads-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-geese-ring.md

This file was deleted.

2 changes: 1 addition & 1 deletion 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.20.1",
"version": "6.20.2",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
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": "6.20.1",
"version": "6.20.2",
"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": "6.20.1",
"version": "6.20.2",
"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": "6.20.1",
"version": "6.20.2",
"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": "6.20.1",
"version": "6.20.2",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
6 changes: 6 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/client

## 6.0.1

### Patch Changes

- @pnpm/default-resolver@14.0.1

## 6.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/client",
"version": "6.0.0",
"version": "6.0.1",
"description": "Creates the package resolve and fetch functions",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/client#readme",
"dependencies": {
"@pnpm/default-resolver": "workspace:14.0.0",
"@pnpm/default-resolver": "workspace:14.0.1",
"@pnpm/directory-fetcher": "workspace:1.0.0",
"@pnpm/fetch": "workspace:4.1.4",
"@pnpm/fetching-types": "workspace:2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@pnpm/assert-project": "workspace:*",
"@pnpm/assert-store": "workspace:*",
"@pnpm/cafs": "workspace:3.0.8",
"@pnpm/client": "workspace:6.0.0",
"@pnpm/client": "workspace:6.0.1",
"@pnpm/logger": "^4.0.0",
"@pnpm/package-store": "workspace:12.1.0",
"@pnpm/prepare": "workspace:0.0.27",
Expand Down
7 changes: 7 additions & 0 deletions packages/default-resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/default-resolver

## 14.0.1

### Patch Changes

- Updated dependencies [7da65bd7a]
- @pnpm/git-resolver@5.1.9

## 14.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/default-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/default-resolver",
"version": "14.0.0",
"version": "14.0.1",
"description": "pnpm's default package resolver",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@pnpm/error": "workspace:2.0.0",
"@pnpm/fetching-types": "workspace:2.2.1",
"@pnpm/git-resolver": "workspace:5.1.8",
"@pnpm/git-resolver": "workspace:5.1.9",
"@pnpm/local-resolver": "workspace:7.0.0",
"@pnpm/npm-resolver": "workspace:12.1.0",
"@pnpm/resolver-base": "workspace:8.1.0",
Expand Down
12 changes: 6 additions & 6 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.20.1",
"version": "6.20.2",
"publishConfig": {
"bin": {
"pnpm": "pnpm"
Expand All @@ -11,11 +11,11 @@
"url": "https://github.com/pnpm/pnpm/issues"
},
"optionalDependencies": {
"@pnpm/linux-arm64": "workspace:6.20.1",
"@pnpm/linux-x64": "workspace:6.20.1",
"@pnpm/macos-arm64": "workspace:6.20.1",
"@pnpm/macos-x64": "workspace:6.20.1",
"@pnpm/win-x64": "workspace:6.20.1"
"@pnpm/linux-arm64": "workspace:6.20.2",
"@pnpm/linux-x64": "workspace:6.20.2",
"@pnpm/macos-arm64": "workspace:6.20.2",
"@pnpm/macos-x64": "workspace:6.20.2",
"@pnpm/win-x64": "workspace:6.20.2"
},
"devDependencies": {
"@zkochan/pkg": "0.0.0-2",
Expand Down
6 changes: 6 additions & 0 deletions packages/git-resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/git-resolver

## 5.1.9

### Patch Changes

- 7da65bd7a: Don't break URLs with ports.

## 5.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/git-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/git-resolver",
"version": "5.1.8",
"version": "5.1.9",
"description": "Resolver for git-hosted packages",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@pnpm/assert-project": "workspace:*",
"@pnpm/client": "workspace:6.0.0",
"@pnpm/client": "workspace:6.0.1",
"@pnpm/logger": "^4.0.0",
"@pnpm/package-store": "workspace:12.1.0",
"@pnpm/prepare": "workspace:0.0.27",
Expand Down
6 changes: 6 additions & 0 deletions packages/outdated/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/outdated

## 9.0.13

### Patch Changes

- @pnpm/client@6.0.1

## 9.0.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/outdated/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/outdated",
"version": "9.0.12",
"version": "9.0.13",
"description": "Check for outdated packages",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@pnpm/logger": "^4.0.0"
},
"dependencies": {
"@pnpm/client": "workspace:6.0.0",
"@pnpm/client": "workspace:6.0.1",
"@pnpm/constants": "workspace:5.0.0",
"@pnpm/error": "workspace:2.0.0",
"@pnpm/lockfile-file": "workspace:4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/package-requester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"ssri": "^8.0.1"
},
"devDependencies": {
"@pnpm/client": "workspace:6.0.0",
"@pnpm/client": "workspace:6.0.1",
"@pnpm/logger": "^4.0.0",
"@pnpm/package-store": "workspace:12.1.0",
"@types/ncp": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/package-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"write-json-file": "^4.3.0"
},
"devDependencies": {
"@pnpm/client": "workspace:6.0.0",
"@pnpm/client": "workspace:6.0.1",
"@pnpm/logger": "^4.0.0",
"@pnpm/prepare": "workspace:0.0.27",
"@types/ramda": "0.27.39",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-commands-env/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-env

## 1.2.4

### Patch Changes

- 6b7eb7249: Use the package manager's network and proxy configuration when making requests for Node.js.
- @pnpm/package-store@12.1.0

## 1.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-env",
"version": "1.2.3",
"version": "1.2.4",
"description": "pnpm commands for managing Node.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
14 changes: 14 additions & 0 deletions packages/plugin-commands-installation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @pnpm/plugin-commands-installation

## 7.2.0

### Minor Changes

- 6a54be5a1: Support pnpm recursive import

### Patch Changes

- @pnpm/core@1.1.0
- @pnpm/outdated@9.0.13
- @pnpm/package-store@12.1.0
- @pnpm/store-connection-manager@3.1.4
- @pnpm/plugin-commands-rebuild@5.2.1

## 7.1.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 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": "7.1.0",
"version": "7.2.0",
"description": "Commands for installation",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -70,16 +70,16 @@
"@pnpm/find-workspace-packages": "workspace:3.1.21",
"@pnpm/graceful-fs": "workspace:1.0.0",
"@pnpm/manifest-utils": "workspace:2.1.1",
"@pnpm/outdated": "workspace:9.0.12",
"@pnpm/outdated": "workspace:9.0.13",
"@pnpm/package-store": "workspace:12.1.0",
"@pnpm/parse-wanted-dependency": "workspace:2.0.0",
"@pnpm/plugin-commands-rebuild": "workspace:5.2.0",
"@pnpm/plugin-commands-rebuild": "workspace:5.2.1",
"@pnpm/pnpmfile": "workspace:1.1.1",
"@pnpm/read-project-manifest": "workspace:2.0.6",
"@pnpm/resolver-base": "workspace:8.1.0",
"@pnpm/semver-diff": "^1.0.2",
"@pnpm/sort-packages": "workspace:2.1.2",
"@pnpm/store-connection-manager": "workspace:3.1.3",
"@pnpm/store-connection-manager": "workspace:3.1.4",
"@pnpm/types": "workspace:7.5.0",
"@yarnpkg/lockfile": "^1.1.0",
"@zkochan/rimraf": "^2.1.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.1",
"@pnpm/logger": "^4.0.0",
"@pnpm/plugin-commands-installation": "workspace:7.1.0",
"@pnpm/plugin-commands-installation": "workspace:7.2.0",
"@pnpm/prepare": "workspace:0.0.27",
"@types/ramda": "0.27.39",
"execa": "npm:safe-execa@^0.1.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-commands-outdated/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-outdated

## 5.0.26

### Patch Changes

- @pnpm/default-resolver@14.0.1
- @pnpm/outdated@9.0.13

## 5.0.25

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/plugin-commands-outdated/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-outdated",
"version": "5.0.25",
"version": "5.0.26",
"description": "The outdated command of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@pnpm/constants": "workspace:5.0.0",
"@pnpm/filter-workspace-packages": "workspace:4.4.1",
"@pnpm/plugin-commands-installation": "workspace:7.1.0",
"@pnpm/plugin-commands-installation": "workspace:7.2.0",
"@pnpm/prepare": "workspace:0.0.27",
"@pnpm/types": "workspace:7.5.0",
"@types/lru-cache": "^5.1.0",
Expand All @@ -50,12 +50,12 @@
"@pnpm/command": "workspace:2.0.0",
"@pnpm/common-cli-options-help": "workspace:0.7.1",
"@pnpm/config": "workspace:13.4.1",
"@pnpm/default-resolver": "workspace:14.0.0",
"@pnpm/default-resolver": "workspace:14.0.1",
"@pnpm/error": "workspace:2.0.0",
"@pnpm/lockfile-file": "workspace:4.2.0",
"@pnpm/matcher": "workspace:2.0.0",
"@pnpm/modules-yaml": "workspace:9.0.5",
"@pnpm/outdated": "workspace:9.0.12",
"@pnpm/outdated": "workspace:9.0.13",
"@pnpm/semver-diff": "^1.0.2",
"@pnpm/store-path": "^5.0.0",
"@zkochan/table": "^1.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-commands-publishing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-publishing

## 4.2.22

### Patch Changes

- @pnpm/client@6.0.1

## 4.2.21

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-commands-publishing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-publishing",
"version": "4.2.21",
"version": "4.2.22",
"description": "The pack and publish commands of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"dependencies": {
"@pnpm/cli-utils": "workspace:0.6.29",
"@pnpm/client": "workspace:6.0.0",
"@pnpm/client": "workspace:6.0.1",
"@pnpm/config": "workspace:13.4.1",
"@pnpm/error": "workspace:2.0.0",
"@pnpm/exportable-manifest": "workspace:2.1.7",
Expand Down
Loading

0 comments on commit 918d23d

Please sign in to comment.