Skip to content

Commit

Permalink
chore(release): 8.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Nov 1, 2023
1 parent b06f501 commit 75d788a
Show file tree
Hide file tree
Showing 23 changed files with 65 additions and 20 deletions.
6 changes: 0 additions & 6 deletions .changeset/slimy-eyes-type.md

This file was deleted.

6 changes: 6 additions & 0 deletions exec/build-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/build-modules

## 11.2.4

### Patch Changes

- b06f50183: Fixed a regression that was shipped with pnpm v8.10.0. Dependencies that were already built should not be rebuilt on repeat install. This issue was introduced via the changes related to [supportedArchitectures](https://github.com/pnpm/pnpm/pull/7214). Related issue [#7268](https://github.com/pnpm/pnpm/issues/7268).

## 11.2.3

### 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": "11.2.3",
"version": "11.2.4",
"description": "Build packages in node_modules",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions exec/plugin-commands-script-runners/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-script-runners

## 8.0.5

### Patch Changes

- @pnpm/plugin-commands-installation@14.0.5

## 8.0.4

### 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.4",
"version": "8.0.5",
"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

## 5.0.5

### Patch Changes

- @pnpm/plugin-commands-installation@14.0.5

## 5.0.4

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

## 13.1.5

### Patch Changes

- Updated dependencies [b06f50183]
- @pnpm/build-modules@11.2.4
- @pnpm/headless@22.3.5

## 13.1.4

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

## 22.3.5

### Patch Changes

- Updated dependencies [b06f50183]
- @pnpm/build-modules@11.2.4

## 22.3.4

### 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.4",
"version": "22.3.5",
"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

## 14.0.5

### Patch Changes

- @pnpm/core@13.1.5

## 14.0.4

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

## 8.10.2

### Patch Changes

- Fixed a regression that was shipped with pnpm v8.10.0. Dependencies that were already built should not be rebuilt on repeat install. This issue was introduced via the changes related to [supportedArchitectures](https://github.com/pnpm/pnpm/pull/7214). Related issue [#7268](https://github.com/pnpm/pnpm/issues/7268).

## 8.10.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": "8.10.1",
"version": "8.10.2",
"publishConfig": {
"bin": {
"pnpm": "pnpm"
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": "8.10.1",
"version": "8.10.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": "8.10.1",
"version": "8.10.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": "8.10.1",
"version": "8.10.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": "8.10.1",
"version": "8.10.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": "8.10.1",
"version": "8.10.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": "8.10.1",
"version": "8.10.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

## 4.0.5

### Patch Changes

- @pnpm/plugin-commands-installation@14.0.5

## 4.0.4

### 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": "4.0.4",
"version": "4.0.5",
"description": "Commands for deploy",
"funding": "https://opencollective.com/pnpm",
"main": "lib/index.js",
Expand Down

0 comments on commit 75d788a

Please sign in to comment.