Skip to content

Commit

Permalink
chore(release): libs
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Dec 5, 2023
1 parent 3ac0487 commit 8a86fac
Show file tree
Hide file tree
Showing 65 changed files with 250 additions and 51 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-bulldogs-drop.md

This file was deleted.

1 change: 0 additions & 1 deletion .changeset/chatty-insects-push.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
"@pnpm/network.auth-header": minor
"pnpm": minor
---

Expand Down
5 changes: 0 additions & 5 deletions .changeset/perfect-rats-attack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-fireants-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-bugs-approve.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
---
"@pnpm/plugin-commands-installation": patch
"@pnpm/resolve-dependencies": patch
"@pnpm/modules-cleaner": patch
"@pnpm/headless": patch
"@pnpm/core": 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.4

### Patch Changes

- Updated dependencies [633c0d6f8]
- @pnpm/default-reporter@12.4.8

## 2.1.3

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

## 12.4.8

### Patch Changes

- 633c0d6f8: Revert warning about type of dependency.

## 12.4.7

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

## 2.0.30

### Patch Changes

- @pnpm/cli-utils@2.1.4

## 2.0.29

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

## 4.1.14

### Patch Changes

- b9c7fb91f: chore: unify expressions
- @pnpm/cli-utils@2.1.4

## 4.1.13

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

## 10.0.9

### Patch Changes

- @pnpm/cli-utils@2.1.4
- @pnpm/workspace.find-packages@1.1.5
- @pnpm/store-connection-manager@7.0.18

## 10.0.8

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

## 8.0.11

### Patch Changes

- Updated dependencies [6558d1865]
- @pnpm/plugin-commands-installation@14.0.11
- @pnpm/cli-utils@2.1.4

## 8.0.10

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

## 9.0.5

### Patch Changes

- Updated dependencies [3ac0487b3]
- @pnpm/network.auth-header@2.1.0
- @pnpm/cli-utils@2.1.4

## 9.0.4

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

## 2.1.0

### Minor Changes

- 3ac0487b3: Add support for basic authorization header [#7371](https://github.com/pnpm/pnpm/issues/7371).

## 2.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion network/auth-header/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/network.auth-header",
"version": "2.0.6",
"version": "2.1.0",
"description": "Gets the authorization header for the given URI",
"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.29

### Patch Changes

- @pnpm/cli-utils@2.1.4

## 2.0.28

### 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.28",
"version": "2.0.29",
"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.29

### Patch Changes

- @pnpm/cli-utils@2.1.4

## 3.0.28

### 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.28",
"version": "3.0.29",
"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.29

### Patch Changes

- @pnpm/cli-utils@2.1.4

## 4.0.28

### 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.28",
"version": "4.0.29",
"description": "pnpm commands for setting up pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions patching/plugin-commands-patching/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-patching

## 5.0.11

### Patch Changes

- Updated dependencies [6558d1865]
- @pnpm/plugin-commands-installation@14.0.11
- @pnpm/cli-utils@2.1.4
- @pnpm/store-connection-manager@7.0.18

## 5.0.10

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

## 10.0.39

### Patch Changes

- Updated dependencies [3ac0487b3]
- @pnpm/network.auth-header@2.1.0

## 10.0.38

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/client",
"version": "10.0.38",
"version": "10.0.39",
"description": "Creates the package resolve and fetch functions",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions pkg-manager/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @pnpm/core

## 13.1.10

### Patch Changes

- 6558d1865: When `dedupe-direct-deps` is set to `true`, commands of dependencies should be deduplicated [#7359](https://github.com/pnpm/pnpm/pull/7359).
- Updated dependencies [6558d1865]
- @pnpm/resolve-dependencies@31.2.5
- @pnpm/modules-cleaner@14.0.20
- @pnpm/headless@22.3.9
- @pnpm/package-requester@24.1.3

## 13.1.9

### 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": "13.1.9",
"version": "13.1.10",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
9 changes: 9 additions & 0 deletions pkg-manager/headless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @pnpm/headless

## 22.3.9

### Patch Changes

- 6558d1865: When `dedupe-direct-deps` is set to `true`, commands of dependencies should be deduplicated [#7359](https://github.com/pnpm/pnpm/pull/7359).
- Updated dependencies [6558d1865]
- @pnpm/modules-cleaner@14.0.20
- @pnpm/package-requester@24.1.3

## 22.3.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/headless/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pnpm/headless",
"description": "Fast installation using only pnpm-lock.yaml",
"version": "22.3.8",
"version": "22.3.9",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
6 changes: 6 additions & 0 deletions pkg-manager/modules-cleaner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/modules-cleaner

## 14.0.20

### Patch Changes

- 6558d1865: When `dedupe-direct-deps` is set to `true`, commands of dependencies should be deduplicated [#7359](https://github.com/pnpm/pnpm/pull/7359).

## 14.0.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/modules-cleaner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/modules-cleaner",
"version": "14.0.19",
"version": "14.0.20",
"description": "Exports util functions to clean up node_modules",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
15 changes: 15 additions & 0 deletions pkg-manager/plugin-commands-installation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @pnpm/plugin-commands-installation

## 14.0.11

### Patch Changes

- 6558d1865: When `dedupe-direct-deps` is set to `true`, commands of dependencies should be deduplicated [#7359](https://github.com/pnpm/pnpm/pull/7359).
- Updated dependencies [6558d1865]
- @pnpm/core@13.1.10
- @pnpm/cli-utils@2.1.4
- @pnpm/workspace.find-packages@1.1.5
- @pnpm/outdated@13.0.35
- @pnpm/package-store@19.0.10
- @pnpm/store-connection-manager@7.0.18
- @pnpm/plugin-commands-rebuild@10.0.9
- @pnpm/filter-workspace-packages@7.2.6

## 14.0.10

### Patch Changes
Expand Down
Loading

0 comments on commit 8a86fac

Please sign in to comment.