Skip to content

Commit

Permalink
chore(release): 8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Apr 3, 2023
1 parent 94f94ee commit 61b7919
Show file tree
Hide file tree
Showing 119 changed files with 558 additions and 99 deletions.
6 changes: 0 additions & 6 deletions .changeset/forty-bears-smoke.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/healthy-goats-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-toys-agree.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/red-knives-decide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-mirrors-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-ears-remain.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wise-actors-fix.md

This file was deleted.

8 changes: 8 additions & 0 deletions .meta-updater/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pnpm-private/updater

## 1.0.1

### Patch Changes

- Updated dependencies [5087636b6]
- Updated dependencies [94f94eed6]
- @pnpm/lockfile-file@8.0.1

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion .meta-updater/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm-private/updater",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"type": "module",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions cli/cli-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pnpm/cli-utils

## 2.0.4

### Patch Changes

- Updated dependencies [af3e5559d]
- @pnpm/default-reporter@12.0.4
- @pnpm/config@18.1.1

## 2.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cli/cli-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/cli-utils",
"version": "2.0.3",
"version": "2.0.4",
"description": "Utils for pnpm commands",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions cli/default-reporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/default-reporter

## 12.0.4

### Patch Changes

- af3e5559d: Should report error summary as expected.
- @pnpm/config@18.1.1

## 12.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cli/default-reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/default-reporter",
"version": "12.0.3",
"version": "12.0.4",
"description": "The default reporter of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions config/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/config

## 18.1.1

### Patch Changes

- @pnpm/pnpmfile@5.0.4

## 18.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion config/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/config",
"version": "18.1.0",
"version": "18.1.1",
"description": "Gets configuration options for pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions config/plugin-commands-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-config

## 2.0.4

### Patch Changes

- @pnpm/cli-utils@2.0.4
- @pnpm/config@18.1.1

## 2.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion config/plugin-commands-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-config",
"version": "2.0.3",
"version": "2.0.4",
"description": "Commands for reading and writing settings to/from config files",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions env/plugin-commands-env/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-env

## 4.0.4

### Patch Changes

- @pnpm/cli-utils@2.0.4
- @pnpm/config@18.1.1

## 4.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion env/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": "4.0.3",
"version": "4.0.4",
"description": "pnpm commands for managing Node.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
15 changes: 15 additions & 0 deletions exec/plugin-commands-rebuild/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @pnpm/plugin-commands-rebuild

## 8.0.4

### Patch Changes

- Updated dependencies [5087636b6]
- Updated dependencies [94f94eed6]
- @pnpm/dependency-path@2.1.0
- @pnpm/lockfile-utils@6.0.1
- @pnpm/lockfile-walker@7.0.1
- @pnpm/get-context@9.0.1
- @pnpm/cli-utils@2.0.4
- @pnpm/config@18.1.1
- @pnpm/find-workspace-packages@6.0.4
- @pnpm/store-connection-manager@6.0.4

## 8.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion exec/plugin-commands-rebuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-rebuild",
"version": "8.0.3",
"version": "8.0.4",
"description": "Commands for rebuilding dependencies",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions exec/plugin-commands-script-runners/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-script-runners

## 7.0.4

### Patch Changes

- @pnpm/plugin-commands-installation@12.1.1
- @pnpm/cli-utils@2.0.4
- @pnpm/config@18.1.1

## 7.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion exec/plugin-commands-script-runners/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-script-runners",
"version": "7.0.3",
"version": "7.0.4",
"description": "Commands for running scripts",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions hooks/pnpmfile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/pnpmfile

## 5.0.4

### Patch Changes

- Updated dependencies [c36c87c1c]
- @pnpm/core@9.1.1

## 5.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion hooks/pnpmfile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/pnpmfile",
"version": "5.0.3",
"version": "5.0.4",
"description": "Reading a .pnpmfile.cjs",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions lockfile/audit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pnpm/audit

## 7.0.2

### Patch Changes

- @pnpm/lockfile-utils@6.0.1
- @pnpm/lockfile-walker@7.0.1
- @pnpm/list@9.0.1

## 7.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion lockfile/audit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/audit",
"version": "7.0.1",
"version": "7.0.2",
"description": "Audit a lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions lockfile/filter-lockfile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @pnpm/filter-lockfile

## 8.0.1

### Patch Changes

- Updated dependencies [5087636b6]
- Updated dependencies [94f94eed6]
- @pnpm/dependency-path@2.1.0
- @pnpm/lockfile-utils@6.0.1
- @pnpm/lockfile-walker@7.0.1

## 8.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion lockfile/filter-lockfile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/filter-lockfile",
"version": "8.0.0",
"version": "8.0.1",
"description": "Filters a lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions lockfile/lockfile-file/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @pnpm/lockfile-file

## 8.0.1

### Patch Changes

- 5087636b6: Repeat installation should work on a project that has a dependency with () chars in the scope name [#6348](https://github.com/pnpm/pnpm/issues/6348).
- 94f94eed6: Installation should not fail when there is a local dependency that starts in a directory that starts with the `@` char [#6332](https://github.com/pnpm/pnpm/issues/6332).
- Updated dependencies [5087636b6]
- Updated dependencies [94f94eed6]
- @pnpm/dependency-path@2.1.0

## 8.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion lockfile/lockfile-file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile-file",
"version": "8.0.0",
"version": "8.0.1",
"description": "Read/write pnpm-lock.yaml files",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions lockfile/lockfile-to-pnp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @pnpm/lockfile-to-pnp

## 3.0.1

### Patch Changes

- Updated dependencies [5087636b6]
- Updated dependencies [94f94eed6]
- Updated dependencies [94f94eed6]
- @pnpm/dependency-path@2.1.0
- @pnpm/lockfile-file@8.0.1
- @pnpm/lockfile-utils@6.0.1

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion lockfile/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": "3.0.0",
"version": "3.0.1",
"description": "Creates a Plug'n'Play file from a pnpm-lock.yaml",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions lockfile/lockfile-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pnpm/lockfile-utils

## 6.0.1

### Patch Changes

- Updated dependencies [5087636b6]
- Updated dependencies [94f94eed6]
- @pnpm/dependency-path@2.1.0

## 6.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion lockfile/lockfile-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile-utils",
"version": "6.0.0",
"version": "6.0.1",
"description": "Utils for dealing with pnpm-lock.yaml",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions lockfile/lockfile-walker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pnpm/lockfile-walker

## 7.0.1

### Patch Changes

- Updated dependencies [5087636b6]
- Updated dependencies [94f94eed6]
- @pnpm/dependency-path@2.1.0

## 7.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion lockfile/lockfile-walker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile-walker",
"version": "7.0.0",
"version": "7.0.1",
"description": "Walk over all the dependencies in a lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
Loading

0 comments on commit 61b7919

Please sign in to comment.