Skip to content

Commit

Permalink
chore(release): libs
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jul 29, 2024
1 parent 9899576 commit 5d05976
Show file tree
Hide file tree
Showing 148 changed files with 745 additions and 111 deletions.
1 change: 0 additions & 1 deletion .changeset/five-brooms-wait.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
"@pnpm/lifecycle": patch
"pnpm": patch
---

Expand Down
5 changes: 0 additions & 5 deletions .changeset/gold-impalas-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-tools-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-grapes-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-clouds-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-otters-clap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-pandas-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-kings-poke.md

This file was deleted.

1 change: 0 additions & 1 deletion .changeset/tasty-tips-know.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
"@pnpm/resolve-dependencies": patch
"pnpm": patch
---

Expand Down
5 changes: 0 additions & 5 deletions .changeset/young-pants-sniff.md

This file was deleted.

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

## 2.0.11

### Patch Changes

- Updated dependencies [8055a30]
- @pnpm/lockfile[email protected]

## 2.0.10

### 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.10",
"version": "2.0.11",
"private": true,
"type": "module",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions __utils__/assert-project/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/assert-project

## 2.3.56

### Patch Changes

- Updated dependencies [797ef0f]
- @pnpm/lockfile[email protected]

## 2.3.55

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion __utils__/assert-project/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pnpm/assert-project",
"description": "Utils for testing projects that use pnpm",
"version": "2.3.55",
"version": "2.3.56",
"author": {
"name": "Zoltan Kochan",
"email": "[email protected]",
Expand Down
6 changes: 6 additions & 0 deletions __utils__/prepare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/prepare

## 0.0.99

### Patch Changes

- @pnpm/assert-project@2.3.56

## 0.0.98

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion __utils__/prepare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/prepare",
"version": "0.0.98",
"version": "0.0.99",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions __utils__/test-fixtures/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/test-fixtures

## 0.1.29

### Patch Changes

- @pnpm/prepare@0.0.99

## 0.1.28

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion __utils__/test-fixtures/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pnpm/test-fixtures",
"description": "Test fixtures",
"version": "0.1.28",
"version": "0.1.29",
"author": {
"name": "Zoltan Kochan",
"email": "[email protected]",
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

## 3.1.6

### Patch Changes

- @pnpm/config@21.6.3
- @pnpm/default-reporter@13.1.9

## 3.1.5

### 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": "3.1.5",
"version": "3.1.6",
"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

## 13.1.9

### Patch Changes

- @pnpm/config@21.6.3

## 13.1.8

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

## 1.0.14

### Patch Changes

- @pnpm/cli-utils@3.1.6
- @pnpm/workspace[email protected]

## 1.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion completion/plugin-commands-completion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-completion",
"version": "1.0.13",
"version": "1.0.14",
"description": "Commands for shell completions",
"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

## 21.6.3

### Patch Changes

- @pnpm/pnpmfile@6.0.8

## 21.6.2

### 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": "21.6.2",
"version": "21.6.3",
"description": "Gets configuration options for pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions config/plugin-commands-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-config

## 3.0.14

### Patch Changes

- @pnpm/config@21.6.3
- @pnpm/cli-utils@3.1.6

## 3.0.13

### 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": "3.0.13",
"version": "3.0.14",
"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 dedupe/check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/dedupe.check

## 2.0.7

### Patch Changes

- Updated dependencies [797ef0f]
- @pnpm/lockfile[email protected]

## 2.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion dedupe/check/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/dedupe.check",
"version": "2.0.6",
"version": "2.0.7",
"description": "Visualize pnpm dedupe --check issues.",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
Expand Down
9 changes: 9 additions & 0 deletions deps/graph-builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @pnpm/deps.graph-builder

## 1.1.9

### Patch Changes

- Updated dependencies [c5ef9b0]
- Updated dependencies [8055a30]
- @pnpm/lockfile[email protected]
- @pnpm/lockfile[email protected]

## 1.1.8

### Patch 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.8",
"version": "1.1.9",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
7 changes: 7 additions & 0 deletions env/node.fetcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/node.fetcher

## 4.0.10

### Patch Changes

- @pnpm/tarball-fetcher@19.0.10
- @pnpm/create-cafs-store@7.0.6

## 4.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion env/node.fetcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/node.fetcher",
"version": "4.0.9",
"version": "4.0.10",
"description": "Node.js artifacts fetcher",
"funding": "https://opencollective.com/pnpm",
"main": "lib/index.js",
Expand Down
6 changes: 6 additions & 0 deletions env/node.resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/node.resolver

## 3.0.10

### Patch Changes

- @pnpm/node[email protected]

## 3.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion env/node.resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/node.resolver",
"version": "3.0.9",
"version": "3.0.10",
"description": "Resolves a Node.js version specifier to an exact Node.js version",
"funding": "https://opencollective.com/pnpm",
"main": "lib/index.js",
Expand Down
9 changes: 9 additions & 0 deletions env/plugin-commands-env/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-env

## 5.1.1

### Patch Changes

- @pnpm/config@21.6.3
- @pnpm/node[email protected]
- @pnpm/cli-utils@3.1.6
- @pnpm/node[email protected]

## 5.1.0

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

## 13.0.8

### Patch Changes

- Updated dependencies [9899576]
- @pnpm/lifecycle@17.1.1
- @pnpm/calc-dep-state@7.0.5
- @pnpm/fs[email protected]
- @pnpm/patching[email protected]
- @pnpm/link-bins@10.0.7

## 13.0.7

### 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": "13.0.7",
"version": "13.0.8",
"description": "Build packages in node_modules",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions exec/lifecycle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pnpm/lifecycle

## 17.1.1

### Patch Changes

- 9899576: `pnpm install` should run `node-gyp rebuild` if the project has a `binding.gyp` file even if the project doesn't have an install script [#8293](https://github.com/pnpm/pnpm/issues/8293).
- @pnpm/directory-fetcher@8.0.5
- @pnpm/link-bins@10.0.7

## 17.1.0

### Minor Changes
Expand Down
Loading

0 comments on commit 5d05976

Please sign in to comment.