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 13, 2022
1 parent 313702d commit 90ec7fc
Show file tree
Hide file tree
Showing 103 changed files with 483 additions and 76 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-olives-travel.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/healthy-snakes-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-hairs-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-pugs-decide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-walls-nail.md

This file was deleted.

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

## 1.0.16

### Patch Changes

- @pnpm/config@16.1.10
- @pnpm/default-reporter@11.0.16

## 1.0.15

### 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": "1.0.15",
"version": "1.0.16",
"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

## 11.0.16

### Patch Changes

- @pnpm/config@16.1.10

## 11.0.15

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

## 16.1.10

### Patch Changes

- @pnpm/pnpmfile@4.0.16

## 16.1.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion config/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/config",
"version": "16.1.9",
"version": "16.1.10",
"description": "Gets configuration options for pnpm",
"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

## 3.1.10

### Patch Changes

- @pnpm/config@16.1.10
- @pnpm/cli-utils@1.0.16

## 3.1.9

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

## 7.0.16

### Patch Changes

- Updated dependencies [313702d76]
- @pnpm/dependency-path@1.0.0
- @pnpm/lockfile-utils@5.0.1
- @pnpm/lockfile-walker@6.0.3
- @pnpm/find-workspace-packages@5.0.16
- @pnpm/config@16.1.10
- @pnpm/get-context@8.0.4
- @pnpm/cli-utils@1.0.16
- @pnpm/store-connection-manager@5.1.9

## 7.0.15

### 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": "7.0.15",
"version": "7.0.16",
"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

## 6.0.16

### Patch Changes

- @pnpm/plugin-commands-installation@11.1.3
- @pnpm/config@16.1.10
- @pnpm/cli-utils@1.0.16

## 6.0.15

### 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": "6.0.15",
"version": "6.0.16",
"description": "Commands for running scripts",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions fs/find-packages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @pnpm/fs.find-packages

## 1.0.0

### Major Changes

- 313702d76: Project renamed from `find-packages` to `@pnpm/fs.find-packages`.
2 changes: 1 addition & 1 deletion fs/find-packages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/fs.find-packages",
"version": "0.0.0",
"version": "1.0.0",
"description": "Find all packages inside a directory",
"main": "lib/index.js",
"files": [
Expand Down
7 changes: 7 additions & 0 deletions hooks/pnpmfile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/pnpmfile

## 4.0.16

### Patch Changes

- Updated dependencies [450e0b1d1]
- @pnpm/core@7.3.0

## 4.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion hooks/pnpmfile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/pnpmfile",
"version": "4.0.15",
"version": "4.0.16",
"description": "Reading a .pnpmfile.cjs",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions lockfile/audit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/audit

## 6.0.3

### Patch Changes

- @pnpm/lockfile-utils@5.0.1
- @pnpm/lockfile-walker@6.0.3

## 6.0.2

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

## 7.0.4

### Patch Changes

- Updated dependencies [313702d76]
- @pnpm/dependency-path@1.0.0
- @pnpm/lockfile-utils@5.0.1
- @pnpm/lockfile-walker@6.0.3

## 7.0.3

### 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": "7.0.3",
"version": "7.0.4",
"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

## 6.0.4

### Patch Changes

- Updated dependencies [313702d76]
- @pnpm/dependency-path@1.0.0

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

## 2.0.5

### Patch Changes

- Updated dependencies [313702d76]
- @pnpm/dependency-path@1.0.0
- @pnpm/lockfile-file@6.0.4
- @pnpm/lockfile-utils@5.0.1

## 2.0.4

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

## 5.0.1

### Patch Changes

- Updated dependencies [313702d76]
- @pnpm/dependency-path@1.0.0

## 5.0.0

### Major 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": "5.0.0",
"version": "5.0.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/lockfile-walker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/lockfile-walker

## 6.0.3

### Patch Changes

- Updated dependencies [313702d76]
- @pnpm/dependency-path@1.0.0

## 6.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion lockfile/lockfile-walker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile-walker",
"version": "6.0.2",
"version": "6.0.3",
"description": "Walk over all the dependencies in a lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions lockfile/plugin-commands-audit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-audit

## 7.1.11

### Patch Changes

- @pnpm/lockfile-file@6.0.4
- @pnpm/config@16.1.10
- @pnpm/audit@6.0.3
- @pnpm/cli-utils@1.0.16

## 7.1.10

### 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": "7.1.10",
"version": "7.1.11",
"description": "pnpm commands for dependencies audit",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions lockfile/prune-lockfile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/prune-lockfile

## 4.0.19

### Patch Changes

- Updated dependencies [313702d76]
- @pnpm/dependency-path@1.0.0

## 4.0.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion lockfile/prune-lockfile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/prune-lockfile",
"version": "4.0.18",
"version": "4.0.19",
"description": "Prune a pnpm-lock.yaml",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/dependency-path/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @pnpm/dependency-path

## 1.0.0

### Major Changes

- 313702d76: Project renamed from `dependency-path` to `@pnpm/dependency-path`.
2 changes: 1 addition & 1 deletion packages/dependency-path/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/dependency-path",
"version": "0.0.0",
"version": "1.0.0",
"description": "Utilities for working with symlinked node_modules",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 90ec7fc

Please sign in to comment.