Skip to content

Commit

Permalink
chore(release): libs
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed May 18, 2023
1 parent ee78f14 commit f512150
Show file tree
Hide file tree
Showing 16 changed files with 52 additions and 9 deletions.
1 change: 0 additions & 1 deletion .changeset/kind-windows-reflect.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
"@pnpm/plugin-commands-rebuild": patch
"pnpm": patch
---

Expand Down
1 change: 0 additions & 1 deletion .changeset/plenty-geckos-applaud.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
"@pnpm/resolve-dependencies": patch
"pnpm": patch
---

Expand Down
6 changes: 6 additions & 0 deletions exec/plugin-commands-rebuild/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-rebuild

## 8.0.11

### Patch Changes

- ea28b6f6c: `pnpm rebuild` should not fail when `node-linker` is set to `hoisted` and there are skipped optional dependencies [#6553](https://github.com/pnpm/pnpm/pull/6553).

## 8.0.10

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

## 7.1.1

### Patch Changes

- @pnpm/plugin-commands-installation@13.0.7

## 7.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": "7.1.0",
"version": "7.1.1",
"description": "Commands for running scripts",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions patching/plugin-commands-patching/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-patching

## 3.1.2

### Patch Changes

- @pnpm/plugin-commands-installation@13.0.7

## 3.1.1

### Patch 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": "3.1.1",
"version": "3.1.2",
"description": "Commands for creating patches",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions pkg-manager/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/core

## 10.1.2

### Patch Changes

- Updated dependencies [ee78f144d]
- @pnpm/resolve-dependencies@31.1.5

## 10.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pnpm/core",
"description": "Fast, disk space efficient installation engine",
"version": "10.1.1",
"version": "10.1.2",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
8 changes: 8 additions & 0 deletions pkg-manager/plugin-commands-installation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-installation

## 13.0.7

### Patch Changes

- Updated dependencies [ea28b6f6c]
- @pnpm/plugin-commands-rebuild@8.0.11
- @pnpm/core@10.1.2

## 13.0.6

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

## 31.1.5

### Patch Changes

- ee78f144d: Peers resolution should not fail when a linked in dependency resolves a peer dependency.

## 31.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/resolve-dependencies/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/resolve-dependencies",
"version": "31.1.4",
"version": "31.1.5",
"description": "Resolves dependency graph of a package",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions releasing/plugin-commands-deploy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-deploy

## 3.0.13

### Patch Changes

- @pnpm/plugin-commands-installation@13.0.7

## 3.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion releasing/plugin-commands-deploy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-deploy",
"version": "3.0.12",
"version": "3.0.13",
"description": "Commands for deploy",
"funding": "https://opencollective.com/pnpm",
"main": "lib/index.js",
Expand Down

0 comments on commit f512150

Please sign in to comment.