Skip to content

Commit

Permalink
chore(release): 5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jun 18, 2020
1 parent 1520e3d commit 843e8d3
Show file tree
Hide file tree
Showing 57 changed files with 316 additions and 146 deletions.
5 changes: 0 additions & 5 deletions .changeset/good-rings-carry.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/popular-camels-argue.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/shaggy-garlics-cough.md

This file was deleted.

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

## 5.0.5

### Patch Changes

- @pnpm/link-bins@5.3.6

## 5.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/build-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/build-modules",
"version": "5.0.4",
"version": "5.0.5",
"description": "Build packages in node_modules",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@pnpm/constants": "workspace:4.0.0",
"@pnpm/core-loggers": "workspace:4.1.1",
"@pnpm/lifecycle": "workspace:9.1.2",
"@pnpm/link-bins": "workspace:5.3.5",
"@pnpm/link-bins": "workspace:5.3.6",
"@pnpm/read-package-json": "workspace:3.1.2",
"@pnpm/store-controller-types": "workspace:8.0.1",
"@pnpm/types": "workspace:6.1.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/default-fetcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/default-fetcher

## 6.0.7

### Patch Changes

- Updated dependencies [1520e3d6f]
- @pnpm/tarball-fetcher@7.1.2

## 6.0.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/default-fetcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/default-fetcher",
"version": "6.0.6",
"version": "6.0.7",
"description": "pnpm's default package fetcher",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@pnpm/git-fetcher": "workspace:3.0.3",
"@pnpm/resolver-base": "workspace:7.0.2",
"@pnpm/tarball-fetcher": "workspace:7.1.1"
"@pnpm/tarball-fetcher": "workspace:7.1.2"
},
"devDependencies": {
"@pnpm/default-fetcher": "link:",
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

## 9.0.2

### Patch Changes

- Updated dependencies [1520e3d6f]
- @pnpm/local-resolver@5.0.9

## 9.0.1

### 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": "9.0.1",
"version": "9.0.2",
"description": "pnpm's default package resolver",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@pnpm/error": "workspace:1.2.0",
"@pnpm/git-resolver": "workspace:4.0.14",
"@pnpm/local-resolver": "workspace:5.0.8",
"@pnpm/local-resolver": "workspace:5.0.9",
"@pnpm/npm-resolver": "workspace:8.1.1",
"@pnpm/resolver-base": "workspace:7.0.2",
"@pnpm/tarball-resolver": "workspace:4.0.1"
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

## 2.1.2

### Patch Changes

- @pnpm/find-workspace-packages@2.2.7

## 2.1.1

### 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": "2.1.1",
"version": "2.1.2",
"description": "Filters packages in a workspace",
"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/filter-workspace-packages#readme",
"dependencies": {
"@pnpm/error": "workspace:1.2.0",
"@pnpm/find-workspace-packages": "workspace:2.2.6",
"@pnpm/find-workspace-packages": "workspace:2.2.7",
"@pnpm/matcher": "workspace:1.0.3",
"execa": "^4.0.2",
"find-up": "4.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/find-packages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# find-packages

## 7.0.11

### Patch Changes

- 1520e3d6f: Update fast-glob to v3.2.4

## 7.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/find-packages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "find-packages",
"version": "7.0.10",
"version": "7.0.11",
"description": "Find all packages inside a directory",
"main": "lib/index.js",
"files": [
Expand Down
7 changes: 7 additions & 0 deletions packages/find-workspace-packages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/find-workspace-packages

## 2.2.7

### Patch Changes

- Updated dependencies [1520e3d6f]
- find-packages@7.0.11

## 2.2.6

### Patch 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": "2.2.6",
"version": "2.2.7",
"description": "Finds packages inside a workspace",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@pnpm/config": "workspace:9.2.0",
"@pnpm/constants": "workspace:4.0.0",
"@pnpm/types": "workspace:6.1.0",
"find-packages": "workspace:7.0.10",
"find-packages": "workspace:7.0.11",
"read-yaml-file": "2.0.0"
},
"funding": "https://opencollective.com/pnpm"
Expand Down
10 changes: 10 additions & 0 deletions packages/headless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @pnpm/headless

## 14.0.2

### Patch Changes

- @pnpm/package-requester@12.0.5
- @pnpm/link-bins@5.3.6
- @pnpm/modules-cleaner@10.0.1
- @pnpm/build-modules@5.0.5
- @pnpm/hoist@4.0.2

## 14.0.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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": "14.0.1",
"version": "14.0.2",
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
Expand Down Expand Up @@ -73,17 +73,17 @@
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build"
},
"dependencies": {
"@pnpm/build-modules": "workspace:5.0.4",
"@pnpm/build-modules": "workspace:5.0.5",
"@pnpm/constants": "workspace:4.0.0",
"@pnpm/core-loggers": "workspace:4.1.1",
"@pnpm/error": "workspace:1.2.0",
"@pnpm/filter-lockfile": "workspace:4.0.3",
"@pnpm/hoist": "workspace:4.0.1",
"@pnpm/hoist": "workspace:4.0.2",
"@pnpm/lifecycle": "workspace:9.1.2",
"@pnpm/link-bins": "workspace:5.3.5",
"@pnpm/link-bins": "workspace:5.3.6",
"@pnpm/lockfile-file": "workspace:3.0.10",
"@pnpm/lockfile-utils": "workspace:2.0.14",
"@pnpm/modules-cleaner": "workspace:10.0.0",
"@pnpm/modules-cleaner": "workspace:10.0.1",
"@pnpm/modules-yaml": "workspace:8.0.0",
"@pnpm/package-requester": "workspace:12.0.5",
"@pnpm/pkgid-to-filename": "3.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/hoist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/hoist

## 4.0.2

### Patch Changes

- @pnpm/link-bins@5.3.6

## 4.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/hoist/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pnpm/hoist",
"description": "Hoists dependencies in a node_modules created by pnpm",
"version": "4.0.1",
"version": "4.0.2",
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@pnpm/constants": "workspace:4.0.0",
"@pnpm/link-bins": "workspace:5.3.5",
"@pnpm/link-bins": "workspace:5.3.6",
"@pnpm/lockfile-types": "workspace:2.0.1",
"@pnpm/lockfile-utils": "workspace:2.0.14",
"@pnpm/lockfile-walker": "workspace:3.0.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/link-bins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/link-bins

## 5.3.6

### Patch Changes

- Updated dependencies [1520e3d6f]
- @pnpm/package-bins@4.0.6

## 5.3.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/link-bins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/link-bins",
"version": "5.3.5",
"version": "5.3.6",
"description": "Link bins to node_modules/.bin",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/link-bins#readme",
"dependencies": {
"@pnpm/error": "workspace:1.2.0",
"@pnpm/package-bins": "workspace:4.0.5",
"@pnpm/package-bins": "workspace:4.0.6",
"@pnpm/read-modules-dir": "workspace:2.0.1",
"@pnpm/read-package-json": "workspace:3.1.2",
"@pnpm/read-project-manifest": "workspace:1.0.8",
Expand Down
6 changes: 6 additions & 0 deletions packages/local-resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/local-resolver

## 5.0.9

### Patch Changes

- 1520e3d6f: Update graceful-fs to v4.2.4

## 5.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/local-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/local-resolver",
"version": "5.0.8",
"version": "5.0.9",
"description": "Resolver for local packages",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/modules-cleaner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/modules-cleaner

## 10.0.1

### Patch Changes

- Updated dependencies [1520e3d6f]
- @pnpm/package-bins@4.0.6

## 10.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/modules-cleaner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/modules-cleaner",
"version": "10.0.0",
"version": "10.0.1",
"description": "Exports util functions to clean up node_modules",
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"main": "lib/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@pnpm/filter-lockfile": "workspace:4.0.3",
"@pnpm/lockfile-types": "workspace:2.0.1",
"@pnpm/lockfile-utils": "workspace:2.0.14",
"@pnpm/package-bins": "workspace:4.0.5",
"@pnpm/package-bins": "workspace:4.0.6",
"@pnpm/pkgid-to-filename": "^3.0.0",
"@pnpm/read-modules-dir": "workspace:2.0.1",
"@pnpm/read-package-json": "workspace:3.1.2",
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

## 7.1.1

### Patch Changes

- @pnpm/default-resolver@9.0.2

## 7.1.0

### Minor 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": "7.1.0",
"version": "7.1.1",
"description": "Check for outdated packages",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@pnpm/config": "workspace:9.2.0",
"@pnpm/constants": "workspace:4.0.0",
"@pnpm/default-resolver": "workspace:9.0.1",
"@pnpm/default-resolver": "workspace:9.0.2",
"@pnpm/error": "workspace:1.2.0",
"@pnpm/lockfile-file": "workspace:3.0.10",
"@pnpm/lockfile-utils": "workspace:2.0.14",
Expand Down
6 changes: 6 additions & 0 deletions packages/package-bins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/package-bins

## 4.0.6

### Patch Changes

- 1520e3d6f: Update graceful-fs to v4.2.4

## 4.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/package-bins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/package-bins",
"version": "4.0.5",
"version": "4.0.6",
"description": "Returns bins of a package",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
Loading

0 comments on commit 843e8d3

Please sign in to comment.