Skip to content

Commit

Permalink
chore(release): 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed May 6, 2024
1 parent db1d6ff commit 01a4566
Show file tree
Hide file tree
Showing 104 changed files with 424 additions and 90 deletions.
7 changes: 0 additions & 7 deletions .changeset/flat-poets-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-carrots-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-moons-drum.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/mighty-rats-suffer.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/spicy-keys-boil.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/wicked-queens-bow.md

This file was deleted.

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

## 2.0.4

### Patch Changes

- @pnpm/lockfile-file@9.0.4

## 2.0.3

### Patch 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": "2.0.3",
"version": "2.0.4",
"private": true,
"type": "module",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions deps/graph-builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pnpm/deps.graph-builder

## 1.1.1

### Patch Changes

- Updated dependencies [7a0536e]
- @pnpm/lockfile-utils@10.1.1
- @pnpm/lockfile-file@9.0.4

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion deps/graph-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pnpm/deps.graph-builder",
"description": "A package for building a dependency graph from a lockfile",
"version": "1.1.0",
"version": "1.1.1",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
6 changes: 6 additions & 0 deletions deps/graph-sequencer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/deps.graph-sequencer

## 2.0.1

### Patch Changes

- db1d6ff: Topological ordering will look for the longest circle

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion deps/graph-sequencer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/deps.graph-sequencer",
"version": "2.0.0",
"version": "2.0.1",
"description": "Sort items in a graph using a topological sort",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions exec/build-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/build-modules

## 12.0.3

### Patch Changes

- Updated dependencies [db1d6ff]
- @pnpm/deps[email protected]

## 12.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion exec/build-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/build-modules",
"version": "12.0.2",
"version": "12.0.3",
"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
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @pnpm/plugin-commands-rebuild

## 11.1.1

### Patch Changes

- Updated dependencies [db1d6ff]
- Updated dependencies [7a0536e]
- @pnpm/deps[email protected]
- @pnpm/lockfile-utils@10.1.1
- @pnpm/sort-packages@6.0.1
- @pnpm/get-context@11.1.1
- @pnpm/store-connection-manager@8.1.1

## 11.1.0

### Minor 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": "11.1.0",
"version": "11.1.1",
"description": "Commands for rebuilding dependencies",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions exec/plugin-commands-script-runners/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-script-runners

## 9.1.1

### Patch Changes

- @pnpm/sort-packages@6.0.1
- @pnpm/plugin-commands-installation@15.1.1

## 9.1.0

### Minor 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": "9.1.0",
"version": "9.1.1",
"description": "Commands for running scripts",
"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

## 8.1.1

### Patch Changes

- Updated dependencies [7a0536e]
- @pnpm/lockfile-utils@10.1.1
- @pnpm/list@10.1.1

## 8.1.0

### Minor 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": "8.1.0",
"version": "8.1.1",
"description": "Audit a lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions lockfile/filter-lockfile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/filter-lockfile

## 9.0.3

### Patch Changes

- Updated dependencies [7a0536e]
- @pnpm/lockfile-utils@10.1.1

## 9.0.2

### Patch 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": "9.0.2",
"version": "9.0.3",
"description": "Filters a lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions lockfile/lockfile-file/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/lockfile-file

## 9.0.4

### Patch Changes

- Updated dependencies [7a0536e]
- @pnpm/lockfile-utils@10.1.1

## 9.0.3

### Patch 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": "9.0.3",
"version": "9.0.4",
"description": "Read/write pnpm-lock.yaml files",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions lockfile/lockfile-to-pnp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pnpm/lockfile-to-pnp

## 4.1.1

### Patch Changes

- Updated dependencies [7a0536e]
- @pnpm/lockfile-utils@10.1.1
- @pnpm/lockfile-file@9.0.4

## 4.1.0

### Minor 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": "4.1.0",
"version": "4.1.1",
"description": "Creates a Plug'n'Play file from a pnpm-lock.yaml",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions lockfile/lockfile-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/lockfile-utils

## 10.1.1

### Patch Changes

- 7a0536e: Fix `Cannot read properties of undefined (reading 'missingPeersOfChildren')` exception that happens on install [#8041](https://github.com/pnpm/pnpm/issues/8041).

## 10.1.0

### Minor 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": "10.1.0",
"version": "10.1.1",
"description": "Utils for dealing with pnpm-lock.yaml",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions lockfile/plugin-commands-audit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-audit

## 10.1.1

### Patch Changes

- @pnpm/audit@8.1.1
- @pnpm/lockfile-file@9.0.4

## 10.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion lockfile/plugin-commands-audit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-audit",
"version": "10.1.0",
"version": "10.1.1",
"description": "pnpm commands for dependencies audit",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions lockfile/preferred-versions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/lockfile.preferred-versions

## 1.0.2

### Patch Changes

- Updated dependencies [7a0536e]
- @pnpm/lockfile-utils@10.1.1

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion lockfile/preferred-versions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile.preferred-versions",
"version": "1.0.1",
"version": "1.0.2",
"description": "Get preferred version from lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions modules-mounter/daemon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pnpm/mount-modules

## 0.6.1

### Patch Changes

- Updated dependencies [7a0536e]
- @pnpm/lockfile-utils@10.1.1
- @pnpm/lockfile-file@9.0.4

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion modules-mounter/daemon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/mount-modules",
"version": "0.6.0",
"version": "0.6.1",
"description": "Mounts a node_modules directory with FUSE",
"main": "lib/index.js",
"bin": "bin/mount-modules.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/make-dedicated-lockfile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/make-dedicated-lockfile

## 0.6.4

### Patch Changes

- @pnpm/lockfile-file@9.0.4

## 0.6.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/make-dedicated-lockfile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/make-dedicated-lockfile",
"version": "0.6.3",
"version": "0.6.4",
"description": "Creates a dedicated lockfile for a subset of workspace projects",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions patching/plugin-commands-patching/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @pnpm/plugin-commands-patching

## 6.1.1

### Patch Changes

- Updated dependencies [7a0536e]
- @pnpm/lockfile-utils@10.1.1
- @pnpm/lockfile-file@9.0.4
- @pnpm/plugin-commands-installation@15.1.1
- @pnpm/store-connection-manager@8.1.1

## 6.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion patching/plugin-commands-patching/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-patching",
"version": "6.1.0",
"version": "6.1.1",
"description": "Commands for creating patches",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions pkg-manager/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/client

## 11.0.3

### Patch Changes

- @pnpm/default-resolver@19.0.2

## 11.0.2

### Patch Changes
Expand Down

0 comments on commit 01a4566

Please sign in to comment.