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 7, 2023
1 parent 1ffedcb commit 3f85e75
Show file tree
Hide file tree
Showing 31 changed files with 118 additions and 34 deletions.
1 change: 0 additions & 1 deletion .changeset/heavy-dolls-itch.md
@@ -1,5 +1,4 @@
---
"@pnpm/plugin-commands-deploy": patch
"pnpm": patch
---

Expand Down
6 changes: 0 additions & 6 deletions .changeset/neat-zoos-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-waves-lie.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/two-grapes-think.md
@@ -1,8 +1,4 @@
---
"@pnpm/plugin-commands-rebuild": patch
"@pnpm/sort-packages": patch
"@pnpm/build-modules": patch
"@pnpm/core": patch
"pnpm": patch
---

Expand Down
5 changes: 0 additions & 5 deletions .changeset/wet-monkeys-guess.md

This file was deleted.

6 changes: 6 additions & 0 deletions exec/build-modules/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/build-modules

## 11.0.2

### Patch Changes

- 3fa14d7e4: Show cyclic workspace dependency details [#5059](https://github.com/pnpm/pnpm/issues/5059).

## 11.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion exec/build-modules/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/build-modules",
"version": "11.0.1",
"version": "11.0.2",
"description": "Build packages in node_modules",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions exec/plugin-commands-rebuild/CHANGELOG.md
@@ -1,5 +1,15 @@
# @pnpm/plugin-commands-rebuild

## 8.0.9

### Patch Changes

- 3fa14d7e4: Show cyclic workspace dependency details [#5059](https://github.com/pnpm/pnpm/issues/5059).
- Updated dependencies [1ffedcb8d]
- Updated dependencies [3fa14d7e4]
- @pnpm/get-context@9.1.0
- @pnpm/sort-packages@5.0.2

## 8.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion exec/plugin-commands-rebuild/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-rebuild",
"version": "8.0.8",
"version": "8.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
@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-script-runners

## 7.0.10

### Patch Changes

- Updated dependencies [3fa14d7e4]
- @pnpm/sort-packages@5.0.2
- @pnpm/plugin-commands-installation@13.0.4

## 7.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion exec/plugin-commands-script-runners/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-script-runners",
"version": "7.0.9",
"version": "7.0.10",
"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
@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-patching

## 3.0.10

### Patch Changes

- @pnpm/plugin-commands-installation@13.0.4

## 3.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion patching/plugin-commands-patching/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-patching",
"version": "3.0.9",
"version": "3.0.10",
"description": "Commands for creating patches",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
18 changes: 18 additions & 0 deletions pkg-manager/core/CHANGELOG.md
@@ -1,5 +1,23 @@
# @pnpm/core

## 10.1.0

### Minor Changes

- 1ffedcb8d: New option added: confirmModulesPurge.

### Patch Changes

- 3fa14d7e4: Show cyclic workspace dependency details [#5059](https://github.com/pnpm/pnpm/issues/5059).
- Updated dependencies [1ffedcb8d]
- Updated dependencies [d8c1013a9]
- Updated dependencies [3fa14d7e4]
- Updated dependencies [32801442e]
- @pnpm/get-context@9.1.0
- @pnpm/resolve-dependencies@31.1.3
- @pnpm/build-modules@11.0.2
- @pnpm/headless@20.2.1

## 10.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/core/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/core",
"description": "Fast, disk space efficient installation engine",
"version": "10.0.0",
"version": "10.1.0",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
6 changes: 6 additions & 0 deletions pkg-manager/get-context/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/get-context

## 9.1.0

### Minor Changes

- 1ffedcb8d: New option added: confirmModulesPurge.

## 9.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/get-context/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/get-context",
"version": "9.0.4",
"version": "9.1.0",
"description": "Gets context information about a project",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions pkg-manager/headless/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/headless

## 20.2.1

### Patch Changes

- 32801442e: Don't create broken symlinks in subprojects that have external symlinks, when the linked dependencies are excluded from the lockfile.
- Updated dependencies [3fa14d7e4]
- @pnpm/build-modules@11.0.2

## 20.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/headless/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/headless",
"description": "Fast installation using only pnpm-lock.yaml",
"version": "20.2.0",
"version": "20.2.1",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
10 changes: 10 additions & 0 deletions pkg-manager/plugin-commands-installation/CHANGELOG.md
@@ -1,5 +1,15 @@
# @pnpm/plugin-commands-installation

## 13.0.4

### Patch Changes

- Updated dependencies [1ffedcb8d]
- Updated dependencies [3fa14d7e4]
- @pnpm/core@10.1.0
- @pnpm/plugin-commands-rebuild@8.0.9
- @pnpm/sort-packages@5.0.2

## 13.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/plugin-commands-installation/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-installation",
"version": "13.0.3",
"version": "13.0.4",
"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
@@ -1,5 +1,11 @@
# @pnpm/resolve-dependencies

## 31.1.3

### Patch Changes

- d8c1013a9: Do not include external links in the lockfile, when they are used to resolve peers.

## 31.1.2

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

## 3.0.10

### Patch Changes

- 1ffedcb8d: The deploy command should not ask for confirmation to purge the `node_modules` directory [#6510](https://github.com/pnpm/pnpm/issues/6510).
- @pnpm/plugin-commands-installation@13.0.4

## 3.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion releasing/plugin-commands-deploy/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-deploy",
"version": "3.0.9",
"version": "3.0.10",
"description": "Commands for deploy",
"funding": "https://opencollective.com/pnpm",
"main": "lib/index.js",
Expand Down
7 changes: 7 additions & 0 deletions releasing/plugin-commands-publishing/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-publishing

## 7.2.1

### Patch Changes

- Updated dependencies [3fa14d7e4]
- @pnpm/sort-packages@5.0.2

## 7.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion releasing/plugin-commands-publishing/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-publishing",
"version": "7.2.0",
"version": "7.2.1",
"description": "The pack and publish commands of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions store/plugin-commands-store/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-store

## 7.0.9

### Patch Changes

- Updated dependencies [1ffedcb8d]
- @pnpm/get-context@9.1.0

## 7.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion store/plugin-commands-store/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-store",
"version": "7.0.8",
"version": "7.0.9",
"description": "Commands for controlling the store",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions workspace/sort-packages/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/sort-packages

## 5.0.2

### Patch Changes

- 3fa14d7e4: Show cyclic workspace dependency details [#5059](https://github.com/pnpm/pnpm/issues/5059).

## 5.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspace/sort-packages/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/sort-packages",
"version": "5.0.1",
"version": "5.0.2",
"description": "Sort packages",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 3f85e75

Please sign in to comment.