Skip to content

Commit

Permalink
chore(release): libs
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Mar 13, 2024
1 parent 7a32614 commit 3c50981
Show file tree
Hide file tree
Showing 48 changed files with 178 additions and 30 deletions.
6 changes: 0 additions & 6 deletions .changeset/cyan-humans-report.md

This file was deleted.

1 change: 0 additions & 1 deletion .changeset/thick-countries-deny.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
"@pnpm/run-npm": patch
"pnpm": patch
---

Expand Down
7 changes: 7 additions & 0 deletions cli/cli-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/cli-utils

## 2.1.11

### Patch Changes

- Updated dependencies [7a326142f]
- @pnpm/default-reporter@12.5.0

## 2.1.10

### 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.1.10",
"version": "2.1.11",
"description": "Utils for pnpm commands",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions cli/default-reporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @pnpm/default-reporter

## 12.5.0

### Minor Changes

- 7a326142f: Filtering peer dependency issues is in the reporter.

### Patch Changes

- Updated dependencies [7a326142f]
- @pnpm/render-peer-issues@4.1.0

## 12.4.14

### 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.4.14",
"version": "12.5.0",
"description": "The default reporter of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions config/plugin-commands-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-config

## 2.0.37

### Patch Changes

- Updated dependencies [3c78bbda2]
- @pnpm/run-npm@6.1.1
- @pnpm/cli-utils@2.1.11

## 2.0.36

### 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.36",
"version": "2.0.37",
"description": "Commands for reading and writing settings to/from config files",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions env/plugin-commands-env/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-env

## 4.1.24

### Patch Changes

- @pnpm/cli-utils@2.1.11

## 4.1.23

### 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.1.23",
"version": "4.1.24",
"description": "pnpm commands for managing Node.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions exec/plugin-commands-rebuild/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-rebuild

## 10.0.21

### Patch Changes

- @pnpm/cli-utils@2.1.11
- @pnpm/workspace.find-packages@1.1.12

## 10.0.20

### 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": "10.0.20",
"version": "10.0.21",
"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

## 8.0.27

### Patch Changes

- @pnpm/cli-utils@2.1.11
- @pnpm/plugin-commands-installation@14.2.6

## 8.0.26

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

## 6.1.1

### Patch Changes

- 3c78bbda2: The npm CLI executed from pnpm should not use Corepack [#7747](https://github.com/pnpm/pnpm/pull/7747).

## 6.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion exec/run-npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/run-npm",
"version": "6.1.0",
"version": "6.1.1",
"description": "Runs the npm CLI",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions lockfile/plugin-commands-audit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-audit

## 9.0.14

### Patch Changes

- @pnpm/cli-utils@2.1.11

## 9.0.13

### Patch 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": "9.0.13",
"version": "9.0.14",
"description": "pnpm commands for dependencies audit",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-commands-doctor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-doctor

## 2.0.36

### Patch Changes

- @pnpm/cli-utils@2.1.11

## 2.0.35

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

## 3.0.36

### Patch Changes

- @pnpm/cli-utils@2.1.11

## 3.0.35

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-init/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-init",
"version": "3.0.35",
"version": "3.0.36",
"description": "Create a package.json file",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-commands-setup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-setup

## 4.0.36

### Patch Changes

- @pnpm/cli-utils@2.1.11

## 4.0.35

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-setup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-setup",
"version": "4.0.35",
"version": "4.0.36",
"description": "pnpm commands for setting up pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/render-peer-issues/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/render-peer-issues

## 4.1.0

### Minor Changes

- 7a326142f: Filtering peer dependency issues is in the reporter.

## 4.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/render-peer-issues/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pnpm/render-peer-issues",
"description": "Visualizes peer dependency issues",
"version": "4.0.6",
"version": "4.1.0",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
7 changes: 7 additions & 0 deletions patching/plugin-commands-patching/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-patching

## 5.1.7

### Patch Changes

- @pnpm/cli-utils@2.1.11
- @pnpm/plugin-commands-installation@14.2.6

## 5.1.6

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

## 14.2.6

### Patch Changes

- @pnpm/cli-utils@2.1.11
- @pnpm/plugin-commands-rebuild@10.0.21
- @pnpm/workspace.find-packages@1.1.12
- @pnpm/filter-workspace-packages@7.2.13

## 14.2.5

### 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": "14.2.5",
"version": "14.2.6",
"description": "Commands for installation",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions releasing/plugin-commands-deploy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-deploy

## 4.0.26

### Patch Changes

- @pnpm/cli-utils@2.1.11
- @pnpm/plugin-commands-installation@14.2.6

## 4.0.25

### 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": "4.0.25",
"version": "4.0.26",
"description": "Commands for deploy",
"funding": "https://opencollective.com/pnpm",
"main": "lib/index.js",
Expand Down
8 changes: 8 additions & 0 deletions releasing/plugin-commands-publishing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-publishing

## 7.5.6

### Patch Changes

- Updated dependencies [3c78bbda2]
- @pnpm/run-npm@6.1.1
- @pnpm/cli-utils@2.1.11

## 7.5.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion releasing/plugin-commands-publishing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-publishing",
"version": "7.5.5",
"version": "7.5.6",
"description": "The pack and publish commands of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions reviewing/plugin-commands-licenses/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-licenses

## 3.0.17

### Patch Changes

- @pnpm/cli-utils@2.1.11

## 3.0.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion reviewing/plugin-commands-licenses/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-licenses",
"version": "3.0.16",
"version": "3.0.17",
"description": "The licenses command of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions reviewing/plugin-commands-listing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-listing

## 8.0.14

### Patch Changes

- @pnpm/cli-utils@2.1.11

## 8.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion reviewing/plugin-commands-listing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-listing",
"version": "8.0.13",
"version": "8.0.14",
"description": "The list and why commands of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 3c50981

Please sign in to comment.