Skip to content

Commit

Permalink
chore(release): 9.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Nov 15, 2024
1 parent 25d4865 commit 5fd5617
Show file tree
Hide file tree
Showing 25 changed files with 66 additions and 27 deletions.
6 changes: 0 additions & 6 deletions .changeset/fifty-beers-hear.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/soft-hotels-run.md

This file was deleted.

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

## 12.0.14

### Patch Changes

- 5aedf7e: Fix race condition of symlink creations caused by multiple parallel `dlx` processes.
- @pnpm/plugin-commands-installation@17.2.11

## 12.0.13

### 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": "12.0.13",
"version": "12.0.14",
"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
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-patching

## 6.4.18

### Patch Changes

- @pnpm/plugin-commands-installation@17.2.11

## 6.4.17

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

## 15.3.12

### Patch Changes

- Updated dependencies [0b3b0a1]
- @pnpm/resolve-dependencies@36.0.9

## 15.3.11

### 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": "15.3.11",
"version": "15.3.12",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
6 changes: 6 additions & 0 deletions pkg-manager/plugin-commands-installation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-installation

## 17.2.11

### Patch Changes

- @pnpm/core@15.3.12

## 17.2.10

### 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": "17.2.10",
"version": "17.2.11",
"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
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/resolve-dependencies

## 36.0.9

### Patch Changes

- 0b3b0a1: Detection of circular peer dependencies should not crash with aliased dependencies [#8759](https://github.com/pnpm/pnpm/issues/8759). Fixes a regression introduced in the previous version.

## 36.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/resolve-dependencies/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/resolve-dependencies",
"version": "36.0.8",
"version": "36.0.9",
"description": "Resolves dependency graph of a package",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions pnpm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# pnpm

## 9.13.2

### Patch Changes

- Detection of circular peer dependencies should not crash with aliased dependencies [#8759](https://github.com/pnpm/pnpm/issues/8759). Fixes a regression introduced in the previous version.
- Fix race condition of symlink creations caused by multiple parallel `dlx` processes.

## 9.13.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/exe/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pnpm/exe",
"description": "Fast, disk space efficient package manager",
"version": "9.13.1",
"version": "9.13.2",
"publishConfig": {
"tag": "next-9",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/linux-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-arm64",
"version": "9.13.1",
"version": "9.13.2",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-x64",
"version": "9.13.1",
"version": "9.13.2",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/macos-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-arm64",
"version": "9.13.1",
"version": "9.13.2",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/macos-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-x64",
"version": "9.13.1",
"version": "9.13.2",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/win-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/win-arm64",
"version": "9.13.1",
"version": "9.13.2",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/win-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/win-x64",
"version": "9.13.1",
"version": "9.13.2",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pnpm",
"description": "Fast, disk space efficient package manager",
"version": "9.13.1",
"version": "9.13.2",
"bin": {
"pnpm": "bin/pnpm.cjs",
"pnpx": "bin/pnpx.cjs"
Expand Down
6 changes: 6 additions & 0 deletions releasing/plugin-commands-deploy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-deploy

## 5.1.35

### Patch Changes

- @pnpm/plugin-commands-installation@17.2.11

## 5.1.34

### 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": "5.1.34",
"version": "5.1.35",
"description": "Commands for deploy",
"funding": "https://opencollective.com/pnpm",
"main": "lib/index.js",
Expand Down
6 changes: 6 additions & 0 deletions tools/plugin-commands-self-updater/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/tools.plugin-commands-self-updater

## 1.1.3

### Patch Changes

- @pnpm/plugin-commands-installation@17.2.11

## 1.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/plugin-commands-self-updater/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/tools.plugin-commands-self-updater",
"version": "1.1.2",
"version": "1.1.3",
"description": "A command for updating pnpm itself",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 5fd5617

Please sign in to comment.