Skip to content

Commit

Permalink
chore(release): 7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jul 2, 2022
1 parent 2bca856 commit c1493a4
Show file tree
Hide file tree
Showing 102 changed files with 437 additions and 82 deletions.
12 changes: 0 additions & 12 deletions .changeset/perfect-cherries-worry.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/pink-moons-return.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/soft-seals-shop.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/strong-ways-tap.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/artifacts/linux-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-arm64",
"version": "7.4.1",
"version": "7.5.0",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/artifacts/linux-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-x64",
"version": "7.4.1",
"version": "7.5.0",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/artifacts/macos-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-arm64",
"version": "7.4.1",
"version": "7.5.0",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/artifacts/macos-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-x64",
"version": "7.4.1",
"version": "7.5.0",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/artifacts/win-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/win-x64",
"version": "7.4.1",
"version": "7.5.0",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
7 changes: 7 additions & 0 deletions packages/audit/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/audit

## 3.0.10

### Patch Changes

- @pnpm/lockfile-utils@4.0.10
- @pnpm/lockfile-walker@5.0.10

## 3.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/audit/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/audit",
"version": "3.0.9",
"version": "3.0.10",
"description": "Audit a lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/build-modules/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/build-modules

## 9.2.4

### Patch Changes

- @pnpm/link-bins@7.1.7

## 9.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/build-modules/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/build-modules",
"version": "9.2.3",
"version": "9.2.4",
"description": "Build packages in node_modules",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/cli-utils/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/cli-utils

## 0.7.18

### Patch Changes

- Updated dependencies [f5621a42c]
- @pnpm/manifest-utils@3.1.0

## 0.7.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/cli-utils",
"version": "0.7.17",
"version": "0.7.18",
"description": "Utils for pnpm commands",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
24 changes: 24 additions & 0 deletions packages/core/CHANGELOG.md
@@ -1,5 +1,29 @@
# @pnpm/core

## 5.5.7

### Patch Changes

- ff7061929: `pnpm remove <pkg>` should not fail in a workspace that has patches [#4954](https://github.com/pnpm/pnpm/issues/4954#issuecomment-1172858634)
- Updated dependencies [f5621a42c]
- Updated dependencies [2bca856e0]
- @pnpm/manifest-utils@3.1.0
- @pnpm/resolve-dependencies@28.2.0
- @pnpm/which-version-is-pinned@3.0.0
- @pnpm/crypto.base32-hash@1.0.1
- @pnpm/link-bins@7.1.7
- dependency-path@9.2.3
- @pnpm/build-modules@9.2.4
- @pnpm/headless@18.3.6
- @pnpm/hoist@6.1.9
- @pnpm/filter-lockfile@6.0.11
- @pnpm/lockfile-to-pnp@0.5.17
- @pnpm/lockfile-utils@4.0.10
- @pnpm/lockfile-walker@5.0.10
- @pnpm/modules-cleaner@12.0.13
- @pnpm/package-requester@18.0.13
- @pnpm/prune-lockfile@4.0.11

## 5.5.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/core",
"description": "Fast, disk space efficient installation engine",
"version": "5.5.6",
"version": "5.5.7",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/crypto.base32-hash/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/crypto.base32-hash

## 1.0.1

### Patch Changes

- 2bca856e0: The hash of the patch file should be the same on both Windows and POSIX [#4961](https://github.com/pnpm/pnpm/issues/4961).

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto.base32-hash/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/crypto.base32-hash",
"version": "1.0.0",
"version": "1.0.1",
"description": "Create a base32 hash",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/dependencies-hierarchy/CHANGELOG.md
@@ -1,5 +1,12 @@
# dependencies-hierarchy

## 11.0.12

### Patch Changes

- dependency-path@9.2.3
- @pnpm/lockfile-utils@4.0.10

## 11.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dependencies-hierarchy/package.json
@@ -1,6 +1,6 @@
{
"name": "dependencies-hierarchy",
"version": "11.0.11",
"version": "11.0.12",
"description": "Creates a dependencies hierarchy for a symlinked `node_modules`",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/dependency-path/CHANGELOG.md
@@ -1,5 +1,12 @@
# dependency-path

## 9.2.3

### Patch Changes

- Updated dependencies [2bca856e0]
- @pnpm/crypto.base32-hash@1.0.1

## 9.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dependency-path/package.json
@@ -1,6 +1,6 @@
{
"name": "dependency-path",
"version": "9.2.2",
"version": "9.2.3",
"description": "Utilities for working with symlinked node_modules",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/exe/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/exe",
"description": "Fast, disk space efficient package manager",
"version": "7.4.1",
"version": "7.5.0",
"publishConfig": {
"bin": {
"pnpm": "pnpm"
Expand Down
8 changes: 8 additions & 0 deletions packages/filter-lockfile/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/filter-lockfile

## 6.0.11

### Patch Changes

- dependency-path@9.2.3
- @pnpm/lockfile-utils@4.0.10
- @pnpm/lockfile-walker@5.0.10

## 6.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/filter-lockfile/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/filter-lockfile",
"version": "6.0.10",
"version": "6.0.11",
"description": "Filters a lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/filter-workspace-packages/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/filter-workspace-packages

## 5.0.18

### Patch Changes

- @pnpm/find-workspace-packages@4.0.18

## 5.0.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/filter-workspace-packages/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/filter-workspace-packages",
"version": "5.0.17",
"version": "5.0.18",
"description": "Filters packages in a workspace",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/find-workspace-packages/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/find-workspace-packages

## 4.0.18

### Patch Changes

- @pnpm/cli-utils@0.7.18

## 4.0.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/find-workspace-packages/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/find-workspace-packages",
"version": "4.0.17",
"version": "4.0.18",
"description": "Finds packages inside a workspace",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
15 changes: 15 additions & 0 deletions packages/headless/CHANGELOG.md
@@ -1,5 +1,20 @@
# @pnpm/headless

## 18.3.6

### Patch Changes

- @pnpm/link-bins@7.1.7
- dependency-path@9.2.3
- @pnpm/build-modules@9.2.4
- @pnpm/hoist@6.1.9
- @pnpm/filter-lockfile@6.0.11
- @pnpm/lockfile-to-pnp@0.5.17
- @pnpm/lockfile-utils@4.0.10
- @pnpm/modules-cleaner@12.0.13
- @pnpm/package-requester@18.0.13
- @pnpm/real-hoist@0.2.10

## 18.3.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/headless/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/headless",
"description": "Fast installation using only pnpm-lock.yaml",
"version": "18.3.5",
"version": "18.3.6",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/hoist/CHANGELOG.md
@@ -1,5 +1,14 @@
# @pnpm/hoist

## 6.1.9

### Patch Changes

- @pnpm/link-bins@7.1.7
- dependency-path@9.2.3
- @pnpm/lockfile-utils@4.0.10
- @pnpm/lockfile-walker@5.0.10

## 6.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hoist/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/hoist",
"description": "Hoists dependencies in a node_modules created by pnpm",
"version": "6.1.8",
"version": "6.1.9",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/link-bins/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/link-bins

## 7.1.7

### Patch Changes

- Updated dependencies [f5621a42c]
- @pnpm/manifest-utils@3.1.0

## 7.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/link-bins/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/link-bins",
"version": "7.1.6",
"version": "7.1.7",
"description": "Link bins to node_modules/.bin",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/list/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/list

## 7.0.12

### Patch Changes

- dependencies-hierarchy@11.0.12

## 7.0.11

### Patch Changes
Expand Down

0 comments on commit c1493a4

Please sign in to comment.