Skip to content

Commit

Permalink
chore(release): 8.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jun 5, 2023
1 parent a246e38 commit ce4a522
Show file tree
Hide file tree
Showing 114 changed files with 512 additions and 116 deletions.
13 changes: 0 additions & 13 deletions .changeset/gentle-lies-play.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/kind-berries-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-cups-compete.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/tricky-apes-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-apes-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-chairs-prove.md

This file was deleted.

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

## 2.3.25

### Patch Changes

- @pnpm/assert-store@1.0.61

## 2.3.24

### 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.24",
"version": "2.3.25",
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
Expand Down
8 changes: 8 additions & 0 deletions __utils__/assert-store/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/assert-store

## 1.0.61

### Patch Changes

- Updated dependencies [d55b41a8b]
- Updated dependencies [614d5bd72]
- @pnpm/cafs@7.0.2

## 1.0.60

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion __utils__/assert-store/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/assert-store",
"description": "Utils for testing pnpm store",
"version": "1.0.60",
"version": "1.0.61",
"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.68

### Patch Changes

- @pnpm/assert-project@2.3.25

## 0.0.67

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion __utils__/prepare/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/prepare",
"version": "0.0.67",
"version": "0.0.68",
"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.37

### Patch Changes

- @pnpm/prepare@0.0.68

## 0.0.36

### 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.36",
"version": "0.0.37",
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
Expand Down
7 changes: 7 additions & 0 deletions config/plugin-commands-config/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-config

## 2.0.10

### Patch Changes

- d55b41a8b: Dependencies have been updated.
- @pnpm/config@18.4.0

## 2.0.9

### 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.9",
"version": "2.0.10",
"description": "Commands for reading and writing settings to/from config files",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions env/node.fetcher/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/node.fetcher

## 3.0.3

### Patch Changes

- Updated dependencies [d55b41a8b]
- @pnpm/tarball-fetcher@15.0.2
- @pnpm/create-cafs-store@4.0.2

## 3.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion env/node.fetcher/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/node.fetcher",
"version": "3.0.2",
"version": "3.0.3",
"description": "Node.js artifacts fetcher",
"funding": "https://opencollective.com/pnpm",
"main": "lib/index.js",
Expand Down
6 changes: 6 additions & 0 deletions env/node.resolver/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/node.resolver

## 2.0.4

### Patch Changes

- @pnpm/node.fetcher@3.0.3

## 2.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion env/node.resolver/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/node.resolver",
"version": "2.0.3",
"version": "2.0.4",
"description": "Resolves a Node.js version specifier to an exact Node.js version",
"funding": "https://opencollective.com/pnpm",
"main": "lib/index.js",
Expand Down
8 changes: 8 additions & 0 deletions env/plugin-commands-env/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-env

## 4.0.11

### Patch Changes

- @pnpm/node.fetcher@3.0.3
- @pnpm/node.resolver@2.0.4
- @pnpm/config@18.4.0

## 4.0.10

### 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.10",
"version": "4.0.11",
"description": "pnpm commands for managing Node.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions exec/build-modules/CHANGELOG.md
@@ -1,5 +1,15 @@
# @pnpm/build-modules

## 11.0.4

### Patch Changes

- Updated dependencies [47f529ebf]
- @pnpm/patching.apply-patch@2.0.2
- @pnpm/link-bins@9.0.2
- @pnpm/fs.hard-link-dir@2.0.1
- @pnpm/lifecycle@15.0.1

## 11.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion exec/build-modules/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/build-modules",
"version": "11.0.3",
"version": "11.0.4",
"description": "Build packages in node_modules",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions exec/plugin-commands-rebuild/CHANGELOG.md
@@ -1,5 +1,17 @@
# @pnpm/plugin-commands-rebuild

## 9.0.1

### Patch Changes

- Updated dependencies [4b97f1f07]
- @pnpm/get-context@10.0.1
- @pnpm/link-bins@9.0.2
- @pnpm/store-connection-manager@6.0.11
- @pnpm/config@18.4.0
- @pnpm/fs.hard-link-dir@2.0.1
- @pnpm/lifecycle@15.0.1

## 9.0.0

### Major 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": "9.0.0",
"version": "9.0.1",
"description": "Commands for rebuilding dependencies",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions exec/plugin-commands-script-runners/CHANGELOG.md
@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-script-runners

## 7.1.3

### Patch Changes

- Updated dependencies [d55b41a8b]
- @pnpm/plugin-commands-installation@13.0.9
- @pnpm/config@18.4.0
- @pnpm/lifecycle@15.0.1

## 7.1.2

### 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.1.2",
"version": "7.1.3",
"description": "Commands for running scripts",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions fetching/tarball-fetcher/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/tarball-fetcher

## 15.0.2

### Patch Changes

- d55b41a8b: Dependencies have been updated.
- @pnpm/prepare-package@5.0.1

## 15.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion fetching/tarball-fetcher/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/tarball-fetcher",
"version": "15.0.1",
"version": "15.0.2",
"description": "Fetcher for packages hosted as tarballs",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions fs/read-modules-dir/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/read-modules-dir

## 6.0.1

### Patch Changes

- 4b97f1f07: Don't use await in loops.

## 6.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion fs/read-modules-dir/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/read-modules-dir",
"version": "6.0.0",
"version": "6.0.1",
"description": "Finds all direct packages in node_modules",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions lockfile/audit/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/audit

## 7.0.9

### Patch Changes

- 4b97f1f07: Don't use await in loops.
- Updated dependencies [4b97f1f07]
- @pnpm/list@9.0.7

## 7.0.8

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

## 8.0.11

### Patch Changes

- Updated dependencies [4b97f1f07]
- @pnpm/audit@7.0.9
- @pnpm/config@18.4.0

## 8.0.10

### 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.10",
"version": "8.0.11",
"description": "pnpm commands for dependencies audit",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit ce4a522

Please sign in to comment.