Skip to content

Commit

Permalink
chore(release): 8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed May 2, 2023
1 parent 2809e89 commit fcfbf96
Show file tree
Hide file tree
Showing 99 changed files with 439 additions and 99 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-comics-press.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/dry-ants-hammer.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hot-buttons-train.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/modern-planes-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-dingos-confess.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sixty-walls-sparkle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-hounds-smell.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/twenty-snakes-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-radios-drum.md

This file was deleted.

7 changes: 7 additions & 0 deletions __utils__/assert-project/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/assert-project

## 2.3.23

### Patch Changes

- Updated dependencies [e6b83c84e]
- @pnpm/modules-yaml@12.1.0

## 2.3.22

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion __utils__/assert-project/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/assert-project",
"description": "Utils for testing projects that use pnpm",
"version": "2.3.22",
"version": "2.3.23",
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
Expand Down
6 changes: 6 additions & 0 deletions __utils__/prepare/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/prepare

## 0.0.66

### Patch Changes

- @pnpm/assert-project@2.3.23

## 0.0.65

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion __utils__/prepare/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/prepare",
"version": "0.0.65",
"version": "0.0.66",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions __utils__/test-fixtures/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/test-fixtures

## 0.0.35

### Patch Changes

- @pnpm/prepare@0.0.66

## 0.0.34

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion __utils__/test-fixtures/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/test-fixtures",
"description": "Test fixtures",
"version": "0.0.34",
"version": "0.0.35",
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
Expand Down
8 changes: 8 additions & 0 deletions cli/cli-utils/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/cli-utils

## 2.0.7

### Patch Changes

- Updated dependencies [2809e89ab]
- @pnpm/config@18.3.1
- @pnpm/default-reporter@12.2.1

## 2.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cli/cli-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/cli-utils",
"version": "2.0.6",
"version": "2.0.7",
"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
@@ -1,5 +1,12 @@
# @pnpm/default-reporter

## 12.2.1

### Patch Changes

- Updated dependencies [2809e89ab]
- @pnpm/config@18.3.1

## 12.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion cli/default-reporter/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/default-reporter",
"version": "12.2.0",
"version": "12.2.1",
"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
@@ -1,5 +1,11 @@
# @pnpm/config

## 18.3.1

### Patch Changes

- 2809e89ab: Make sure `--otp` option is in the publish's cli options [6384](https://github.com/pnpm/pnpm/issues/6384).

## 18.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion config/config/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/config",
"version": "18.3.0",
"version": "18.3.1",
"description": "Gets configuration options for pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions config/plugin-commands-config/CHANGELOG.md
@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-config

## 2.0.7

### Patch Changes

- edb3072a9: Update dependencies.
- Updated dependencies [2809e89ab]
- @pnpm/config@18.3.1
- @pnpm/cli-utils@2.0.7

## 2.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion config/plugin-commands-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-config",
"version": "2.0.6",
"version": "2.0.7",
"description": "Commands for reading and writing settings to/from config files",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions env/plugin-commands-env/CHANGELOG.md
@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-env

## 4.0.8

### Patch Changes

- Updated dependencies [2809e89ab]
- @pnpm/config@18.3.1
- @pnpm/cli-utils@2.0.7
- @pnpm/node.fetcher@3.0.1

## 4.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion env/plugin-commands-env/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-env",
"version": "4.0.7",
"version": "4.0.8",
"description": "pnpm commands for managing Node.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
17 changes: 17 additions & 0 deletions exec/plugin-commands-rebuild/CHANGELOG.md
@@ -1,5 +1,22 @@
# @pnpm/plugin-commands-rebuild

## 8.0.8

### Patch Changes

- Updated dependencies [497b0a79c]
- Updated dependencies [2809e89ab]
- Updated dependencies [e6b83c84e]
- @pnpm/get-context@9.0.4
- @pnpm/config@18.3.1
- @pnpm/modules-yaml@12.1.0
- @pnpm/cli-utils@2.0.7
- @pnpm/store-connection-manager@6.0.8
- @pnpm/find-workspace-packages@6.0.7
- @pnpm/fs.hard-link-dir@2.0.1
- @pnpm/lifecycle@15.0.0
- @pnpm/link-bins@9.0.0

## 8.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion exec/plugin-commands-rebuild/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-rebuild",
"version": "8.0.7",
"version": "8.0.8",
"description": "Commands for rebuilding dependencies",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions exec/plugin-commands-script-runners/CHANGELOG.md
@@ -1,5 +1,15 @@
# @pnpm/plugin-commands-script-runners

## 7.0.9

### Patch Changes

- Updated dependencies [2809e89ab]
- @pnpm/config@18.3.1
- @pnpm/plugin-commands-installation@13.0.3
- @pnpm/cli-utils@2.0.7
- @pnpm/lifecycle@15.0.0

## 7.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion exec/plugin-commands-script-runners/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-script-runners",
"version": "7.0.8",
"version": "7.0.9",
"description": "Commands for running scripts",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions lockfile/audit/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/audit

## 7.0.6

### Patch Changes

- @pnpm/list@9.0.4

## 7.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion lockfile/audit/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/audit",
"version": "7.0.5",
"version": "7.0.6",
"description": "Audit a lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions lockfile/plugin-commands-audit/CHANGELOG.md
@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-audit

## 8.0.8

### Patch Changes

- Updated dependencies [2809e89ab]
- @pnpm/config@18.3.1
- @pnpm/cli-utils@2.0.7
- @pnpm/audit@7.0.6

## 8.0.7

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

## 0.4.7

### Patch Changes

- Updated dependencies [2809e89ab]
- @pnpm/config@18.3.1

## 0.4.6

### 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.4.6",
"version": "0.4.7",
"description": "Mounts a node_modules directory with FUSE",
"main": "lib/index.js",
"bin": "bin/mount-modules.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-commands-doctor/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-doctor

## 2.0.7

### Patch Changes

- Updated dependencies [2809e89ab]
- @pnpm/config@18.3.1
- @pnpm/cli-utils@2.0.7

## 2.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-doctor/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-doctor",
"version": "2.0.6",
"version": "2.0.7",
"description": "Commands for checks of known common issues ",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-commands-init/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-init

## 3.0.7

### Patch Changes

- Updated dependencies [2809e89ab]
- @pnpm/config@18.3.1
- @pnpm/cli-utils@2.0.7

## 3.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-init/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-init",
"version": "3.0.6",
"version": "3.0.7",
"description": "Create a package.json file",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit fcfbf96

Please sign in to comment.