Skip to content

Commit

Permalink
chore(release): 6.10.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jul 6, 2021
1 parent 25f6968 commit 489ee02
Show file tree
Hide file tree
Showing 67 changed files with 507 additions and 241 deletions.
5 changes: 0 additions & 5 deletions .changeset/mean-insects-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-years-tap.md

This file was deleted.

19 changes: 0 additions & 19 deletions .changeset/orange-days-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-weeks-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-dolphins-deliver.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.10.0-0",
"version": "0.0.2-6.10.0-1",
"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.10.0-0",
"version": "0.0.2-6.10.0-1",
"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.10.0-0",
"version": "0.0.2-6.10.0-1",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
8 changes: 4 additions & 4 deletions packages/beta/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@pnpm/beta",
"description": "Fast, disk space efficient package manager",
"version": "0.0.2-6.10.0-0",
"version": "0.0.2-6.10.0-1",
"bin": {
"pnpm": "pnpm"
},
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"optionalDependencies": {
"@pnpm/linux-x64": "workspace:0.0.2-6.10.0-0",
"@pnpm/macos-x64": "workspace:0.0.2-6.10.0-0",
"@pnpm/win-x64": "workspace:0.0.2-6.10.0-0"
"@pnpm/linux-x64": "workspace:0.0.2-6.10.0-1",
"@pnpm/macos-x64": "workspace:0.0.2-6.10.0-1",
"@pnpm/win-x64": "workspace:0.0.2-6.10.0-1"
},
"funding": "https://opencollective.com/pnpm",
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/beta#readme",
Expand Down
9 changes: 9 additions & 0 deletions packages/cli-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @pnpm/cli-utils

## 0.6.9

### Patch Changes

- Updated dependencies [25f6968d4]
- Updated dependencies [5aaf3e3fa]
- @pnpm/config@12.4.0
- @pnpm/default-reporter@8.1.4

## 0.6.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cli-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/cli-utils",
"version": "0.6.8",
"version": "0.6.9",
"description": "Utils for pnpm commands",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -33,8 +33,8 @@
},
"dependencies": {
"@pnpm/cli-meta": "workspace:2.0.0",
"@pnpm/config": "workspace:12.3.3",
"@pnpm/default-reporter": "workspace:8.1.3",
"@pnpm/config": "workspace:12.4.0",
"@pnpm/default-reporter": "workspace:8.1.4",
"@pnpm/error": "workspace:2.0.0",
"@pnpm/manifest-utils": "workspace:2.0.3",
"@pnpm/package-is-installable": "workspace:5.0.3",
Expand Down
15 changes: 15 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @pnpm/client

## 5.0.0

### Major Changes

- 691f64713: New required option added: cacheDir.

### Minor Changes

- 691f64713: New config setting added: cacheDir.

### Patch Changes

- Updated dependencies [691f64713]
- @pnpm/default-resolver@13.0.0

## 4.0.2

### Patch 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": "4.0.2",
"version": "5.0.0",
"description": "Creates the package resolve and fetch functions",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/client#readme",
"dependencies": {
"@pnpm/default-resolver": "workspace:12.0.7",
"@pnpm/default-resolver": "workspace:13.0.0",
"@pnpm/fetch": "workspace:4.0.1",
"@pnpm/fetching-types": "workspace:2.1.0",
"@pnpm/git-fetcher": "workspace:4.1.3",
Expand Down
7 changes: 7 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/config

## 12.4.0

### Minor Changes

- 25f6968d4: Add `workspace-concurrency` based on CPU cores amount, just set `workspace-concurrency` as zero or negative, the concurrency limit is set as `max((amount of cores) - abs(workspace-concurrency), 1)`
- 5aaf3e3fa: New setting added: stateDir.

## 12.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/config",
"version": "12.3.3",
"version": "12.4.0",
"description": "Gets configuration options for pnpm",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/default-reporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pnpm/default-reporter

## 8.1.4

### Patch Changes

- Updated dependencies [25f6968d4]
- Updated dependencies [5aaf3e3fa]
- @pnpm/config@12.4.0

## 8.1.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/default-reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/default-reporter",
"version": "8.1.3",
"version": "8.1.4",
"description": "The default reporter of pnpm",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"url": "https://github.com/pnpm/pnpm/issues"
},
"dependencies": {
"@pnpm/config": "workspace:12.3.3",
"@pnpm/config": "workspace:12.4.0",
"@pnpm/core-loggers": "workspace:6.0.3",
"@pnpm/error": "workspace:2.0.0",
"@pnpm/types": "workspace:7.3.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/default-resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @pnpm/default-resolver

## 13.0.0

### Major Changes

- 691f64713: New required option added: cacheDir.

### Patch Changes

- Updated dependencies [691f64713]
- @pnpm/npm-resolver@12.0.0

## 12.0.7

### Patch 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": "12.0.7",
"version": "13.0.0",
"description": "pnpm's default package resolver",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@pnpm/fetching-types": "workspace:2.1.0",
"@pnpm/git-resolver": "workspace:5.1.1",
"@pnpm/local-resolver": "workspace:6.0.4",
"@pnpm/npm-resolver": "workspace:11.1.4",
"@pnpm/npm-resolver": "workspace:12.0.0",
"@pnpm/resolver-base": "workspace:8.0.3",
"@pnpm/tarball-resolver": "workspace:5.0.3"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/filter-workspace-packages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/filter-workspace-packages

## 4.1.3

### Patch Changes

- @pnpm/find-workspace-packages@3.1.1

## 4.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/filter-workspace-packages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/filter-workspace-packages",
"version": "4.1.2",
"version": "4.1.3",
"description": "Filters packages in a workspace",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/filter-workspace-packages#readme",
"dependencies": {
"@pnpm/error": "workspace:2.0.0",
"@pnpm/find-workspace-packages": "workspace:3.1.0",
"@pnpm/find-workspace-packages": "workspace:3.1.1",
"@pnpm/matcher": "workspace:2.0.0",
"execa": "^5.0.0",
"find-up": "^5.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/find-workspace-packages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/find-workspace-packages

## 3.1.1

### Patch Changes

- @pnpm/cli-utils@0.6.9

## 3.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/find-workspace-packages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/find-workspace-packages",
"version": "3.1.0",
"version": "3.1.1",
"description": "Finds packages inside a workspace",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/find-workspace-packages#readme",
"dependencies": {
"@pnpm/cli-utils": "workspace:0.6.8",
"@pnpm/cli-utils": "workspace:0.6.9",
"@pnpm/constants": "workspace:5.0.0",
"@pnpm/types": "workspace:7.3.0",
"find-packages": "workspace:8.0.4",
Expand Down
7 changes: 7 additions & 0 deletions packages/headless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/headless

## 16.0.15

### Patch Changes

- @pnpm/lockfile-to-pnp@0.4.12
- @pnpm/package-requester@15.0.6

## 16.0.14

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/headless/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pnpm/headless",
"description": "Fast installation using only pnpm-lock.yaml",
"version": "16.0.14",
"version": "16.0.15",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand All @@ -16,7 +16,7 @@
},
"devDependencies": {
"@pnpm/assert-project": "workspace:*",
"@pnpm/client": "workspace:4.0.2",
"@pnpm/client": "workspace:5.0.0",
"@pnpm/logger": "^4.0.0",
"@pnpm/package-store": "workspace:12.0.11",
"@pnpm/prepare": "workspace:0.0.25",
Expand Down Expand Up @@ -75,7 +75,7 @@
"@pnpm/lifecycle": "workspace:11.0.2",
"@pnpm/link-bins": "workspace:6.0.5",
"@pnpm/lockfile-file": "workspace:4.1.0",
"@pnpm/lockfile-to-pnp": "workspace:0.4.11",
"@pnpm/lockfile-to-pnp": "workspace:0.4.12",
"@pnpm/lockfile-utils": "workspace:3.0.7",
"@pnpm/modules-cleaner": "workspace:11.0.8",
"@pnpm/modules-yaml": "workspace:9.0.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/lockfile-to-pnp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pnpm/lockfile-to-pnp

## 0.4.12

### Patch Changes

- Updated dependencies [25f6968d4]
- Updated dependencies [5aaf3e3fa]
- @pnpm/config@12.4.0

## 0.4.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/lockfile-to-pnp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile-to-pnp",
"version": "0.4.11",
"version": "0.4.12",
"description": "Creates a Plug'n'Play file from a pnpm-lock.yaml",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -40,7 +40,7 @@
"rimraf": "^3.0.2"
},
"dependencies": {
"@pnpm/config": "workspace:12.3.3",
"@pnpm/config": "workspace:12.4.0",
"@pnpm/lockfile-file": "workspace:4.1.0",
"@pnpm/lockfile-utils": "workspace:3.0.7",
"@pnpm/read-project-manifest": "workspace:2.0.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/npm-resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/npm-resolver

## 12.0.0

### Major Changes

- 691f64713: New required option added: cacheDir.

## 11.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/npm-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/npm-resolver",
"version": "11.1.4",
"version": "12.0.0",
"description": "Resolver for npm-hosted packages",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down

0 comments on commit 489ee02

Please sign in to comment.