Skip to content

Commit

Permalink
chore(release): 9.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Apr 19, 2024
1 parent b7d2ed4 commit 50e3707
Show file tree
Hide file tree
Showing 42 changed files with 145 additions and 38 deletions.
9 changes: 0 additions & 9 deletions .changeset/moody-geckos-bathe.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/two-points-peel.md

This file was deleted.

6 changes: 6 additions & 0 deletions deps/graph-builder/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/deps.graph-builder

## 1.0.1

### Patch Changes

- b7d2ed4: The `engines.pnpm` field in the `package.json` files of dependencies should be ignored [#7965](https://github.com/pnpm/pnpm/issues/7965).

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion deps/graph-builder/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/deps.graph-builder",
"description": "A package for building a dependency graph from a lockfile",
"version": "1.0.0",
"version": "1.0.1",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
6 changes: 6 additions & 0 deletions exec/plugin-commands-rebuild/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-rebuild

## 11.0.3

### Patch Changes

- @pnpm/store-connection-manager@8.0.3

## 11.0.2

### 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": "11.0.2",
"version": "11.0.3",
"description": "Commands for rebuilding dependencies",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions exec/plugin-commands-script-runners/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-script-runners

## 9.0.5

### Patch Changes

- @pnpm/plugin-commands-installation@15.0.5

## 9.0.4

### 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": "9.0.4",
"version": "9.0.5",
"description": "Commands for running scripts",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions lockfile/filter-lockfile/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/filter-lockfile

## 9.0.1

### Patch Changes

- b7d2ed4: The `engines.pnpm` field in the `package.json` files of dependencies should be ignored [#7965](https://github.com/pnpm/pnpm/issues/7965).

## 9.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion lockfile/filter-lockfile/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/filter-lockfile",
"version": "9.0.0",
"version": "9.0.1",
"description": "Filters a lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions patching/plugin-commands-patching/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-patching

## 6.0.5

### Patch Changes

- @pnpm/plugin-commands-installation@15.0.5
- @pnpm/store-connection-manager@8.0.3

## 6.0.4

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

## 14.0.5

### Patch Changes

- Updated dependencies [b7d2ed4]
- Updated dependencies [eb19475]
- @pnpm/package-requester@25.0.1
- @pnpm/filter-lockfile@9.0.1
- @pnpm/headless@23.0.2
- @pnpm/resolve-dependencies@32.0.3
- @pnpm/modules-cleaner@15.0.1

## 14.0.4

### Patch 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": "14.0.4",
"version": "14.0.5",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
11 changes: 11 additions & 0 deletions pkg-manager/headless/CHANGELOG.md
@@ -1,5 +1,16 @@
# @pnpm/headless

## 23.0.2

### Patch Changes

- b7d2ed4: The `engines.pnpm` field in the `package.json` files of dependencies should be ignored [#7965](https://github.com/pnpm/pnpm/issues/7965).
- Updated dependencies [b7d2ed4]
- @pnpm/package-requester@25.0.1
- @pnpm/filter-lockfile@9.0.1
- @pnpm/deps.graph-builder@1.0.1
- @pnpm/modules-cleaner@15.0.1

## 23.0.1

### Patch 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": "23.0.1",
"version": "23.0.2",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
7 changes: 7 additions & 0 deletions pkg-manager/modules-cleaner/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/modules-cleaner

## 15.0.1

### Patch Changes

- Updated dependencies [b7d2ed4]
- @pnpm/filter-lockfile@9.0.1

## 15.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/modules-cleaner/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/modules-cleaner",
"version": "15.0.0",
"version": "15.0.1",
"description": "Exports util functions to clean up node_modules",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions pkg-manager/package-requester/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/package-requester

## 25.0.1

### Patch Changes

- b7d2ed4: The `engines.pnpm` field in the `package.json` files of dependencies should be ignored [#7965](https://github.com/pnpm/pnpm/issues/7965).

## 25.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/package-requester/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/package-requester",
"version": "25.0.0",
"version": "25.0.1",
"description": "Concurrent downloader of npm-compatible packages",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions pkg-manager/plugin-commands-installation/CHANGELOG.md
@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-installation

## 15.0.5

### Patch Changes

- @pnpm/core@14.0.5
- @pnpm/package-store@20.0.1
- @pnpm/store-connection-manager@8.0.3
- @pnpm/plugin-commands-rebuild@11.0.3

## 15.0.4

### 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": "15.0.4",
"version": "15.0.5",
"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

## 32.0.3

### Patch Changes

- eb19475: Fix aliased dependencies resolution on repeat install with existing lockfile [#7957](https://github.com/pnpm/pnpm/issues/7957).

## 32.0.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": "32.0.2",
"version": "32.0.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 pnpm/CHANGELOG.md
@@ -1,5 +1,12 @@
# pnpm

## 9.0.4

### Patch Changes

- Fix aliased dependencies resolution on repeat install with existing lockfile [#7957](https://github.com/pnpm/pnpm/issues/7957).
- The `engines.pnpm` field in the `package.json` files of dependencies should be ignored [#7965](https://github.com/pnpm/pnpm/issues/7965).

## 9.0.3

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

## 5.0.5

### Patch Changes

- @pnpm/plugin-commands-installation@15.0.5

## 5.0.4

### 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": "5.0.4",
"version": "5.0.5",
"description": "Commands for deploy",
"funding": "https://opencollective.com/pnpm",
"main": "lib/index.js",
Expand Down
7 changes: 7 additions & 0 deletions store/package-store/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/package-store

## 20.0.1

### Patch Changes

- Updated dependencies [b7d2ed4]
- @pnpm/package-requester@25.0.1

## 20.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion store/package-store/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/package-store",
"description": "A storage for packages",
"version": "20.0.0",
"version": "20.0.1",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
7 changes: 7 additions & 0 deletions store/plugin-commands-server/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-server

## 7.0.3

### Patch Changes

- @pnpm/server@18.0.0
- @pnpm/store-connection-manager@8.0.3

## 7.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion store/plugin-commands-server/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-server",
"version": "7.0.2",
"version": "7.0.3",
"description": "Commands for controlling the store server",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 50e3707

Please sign in to comment.