Skip to content

Commit

Permalink
chore(release): 7.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Aug 24, 2022
1 parent ee8ac0f commit 7b2e5cd
Show file tree
Hide file tree
Showing 67 changed files with 307 additions and 73 deletions.
5 changes: 0 additions & 5 deletions .changeset/gentle-kangaroos-agree.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/orange-swans-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-cameras-provide.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/strong-panthers-agree.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/tough-eyes-study.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.9.4",
"version": "7.9.5",
"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.9.4",
"version": "7.9.5",
"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.9.4",
"version": "7.9.5",
"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.9.4",
"version": "7.9.5",
"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.9.4",
"version": "7.9.5",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
8 changes: 8 additions & 0 deletions packages/audit/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/audit

## 3.1.7

### Patch Changes

- a12d1a011: - Add new Error type: AuditEndpointNotExistsError
- On AuditUrl returns 404, AuditEndpointNotExistsError will throw
- When audit handler catches AuditEndpointNotExistsError, the command will return to avoid execute further codes

## 3.1.6

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

## 0.7.31

### Patch Changes

- Updated dependencies [2aa22e4b1]
- @pnpm/config@15.10.0
- @pnpm/default-reporter@9.1.20

## 0.7.30

### 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.30",
"version": "0.7.31",
"description": "Utils for pnpm commands",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/config/CHANGELOG.md
@@ -1,5 +1,15 @@
# @pnpm/config

## 15.10.0

### Minor Changes

- 2aa22e4b1: Set `NODE_PATH` when `preferSymlinkedExecutables` is enabled.

### Patch Changes

- @pnpm/pnpmfile@2.2.4

## 15.9.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/config",
"version": "15.9.4",
"version": "15.10.0",
"description": "Gets configuration options for pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
14 changes: 14 additions & 0 deletions packages/core/CHANGELOG.md
@@ -1,5 +1,19 @@
# @pnpm/core

## 5.11.0

### Minor Changes

- 2aa22e4b1: Set `NODE_PATH` when `preferSymlinkedExecutables` is enabled.

### Patch Changes

- Updated dependencies [e3b5137d1]
- Updated dependencies [2aa22e4b1]
- @pnpm/symlink-dependency@5.0.7
- @pnpm/headless@18.7.0
- @pnpm/hoist@6.2.9

## 5.10.3

### 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.10.3",
"version": "5.11.0",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/default-reporter/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/default-reporter

## 9.1.20

### Patch Changes

- Updated dependencies [2aa22e4b1]
- @pnpm/config@15.10.0

## 9.1.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/default-reporter/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/default-reporter",
"version": "9.1.19",
"version": "9.1.20",
"description": "The default reporter of pnpm",
"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.9.4",
"version": "7.9.5",
"publishConfig": {
"bin": {
"pnpm": "pnpm"
Expand Down
6 changes: 6 additions & 0 deletions packages/filter-workspace-packages/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/filter-workspace-packages

## 5.0.31

### Patch Changes

- @pnpm/find-workspace-packages@4.0.31

## 5.0.30

### 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.30",
"version": "5.0.31",
"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.31

### Patch Changes

- @pnpm/cli-utils@0.7.31

## 4.0.30

### 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.30",
"version": "4.0.31",
"description": "Finds packages inside a workspace",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/headless/CHANGELOG.md
@@ -1,5 +1,17 @@
# @pnpm/headless

## 18.7.0

### Minor Changes

- 2aa22e4b1: Set `NODE_PATH` when `preferSymlinkedExecutables` is enabled.

### Patch Changes

- Updated dependencies [e3b5137d1]
- @pnpm/symlink-dependency@5.0.7
- @pnpm/hoist@6.2.9

## 18.6.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.6.5",
"version": "18.7.0",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/hoist/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/hoist

## 6.2.9

### Patch Changes

- Updated dependencies [e3b5137d1]
- @pnpm/symlink-dependency@5.0.7

## 6.2.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.2.8",
"version": "6.2.9",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/mount-modules/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/mount-modules

## 0.2.34

### Patch Changes

- Updated dependencies [2aa22e4b1]
- @pnpm/config@15.10.0

## 0.2.33

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mount-modules/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/mount-modules",
"version": "0.2.33",
"version": "0.2.34",
"description": "Mounts a node_modules directory with FUSE",
"main": "lib/index.js",
"bin": "bin/mount-modules.js",
Expand Down
13 changes: 13 additions & 0 deletions packages/plugin-commands-audit/CHANGELOG.md
@@ -1,5 +1,18 @@
# @pnpm/plugin-commands-audit

## 6.1.13

### Patch Changes

- a12d1a011: - Add new Error type: AuditEndpointNotExistsError
- On AuditUrl returns 404, AuditEndpointNotExistsError will throw
- When audit handler catches AuditEndpointNotExistsError, the command will return to avoid execute further codes
- Updated dependencies [2aa22e4b1]
- Updated dependencies [a12d1a011]
- @pnpm/config@15.10.0
- @pnpm/audit@3.1.7
- @pnpm/cli-utils@0.7.31

## 6.1.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-audit/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-audit",
"version": "6.1.12",
"version": "6.1.13",
"description": "pnpm commands for dependencies audit",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/plugin-commands-deploy/CHANGELOG.md
@@ -1,5 +1,17 @@
# @pnpm/plugin-commands-deploy

## 1.1.0

### Minor Changes

- 2aa22e4b1: Set `NODE_PATH` when `preferSymlinkedExecutables` is enabled.

### Patch Changes

- Updated dependencies [2aa22e4b1]
- @pnpm/plugin-commands-installation@10.6.0
- @pnpm/cli-utils@0.7.31

## 1.0.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-deploy/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-deploy",
"version": "1.0.19",
"version": "1.1.0",
"description": "Commands for deploy",
"funding": "https://opencollective.com/pnpm",
"main": "lib/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-commands-env/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-env

## 2.2.1

### Patch Changes

- Updated dependencies [2aa22e4b1]
- @pnpm/config@15.10.0
- @pnpm/cli-utils@0.7.31

## 2.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-env/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-env",
"version": "2.2.0",
"version": "2.2.1",
"description": "pnpm commands for managing Node.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 7b2e5cd

Please sign in to comment.