Skip to content

Commit

Permalink
chore(release): 8.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Apr 19, 2023
1 parent 8228c2c commit 8e8269a
Show file tree
Hide file tree
Showing 51 changed files with 182 additions and 35 deletions.
7 changes: 0 additions & 7 deletions .changeset/angry-frogs-deny.md

This file was deleted.

7 changes: 7 additions & 0 deletions env/node.fetcher/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/node.fetcher

## 3.0.1

### Patch Changes

- 8228c2cb1: Patch node-fetch to fix an error that happens on Node.js 20 [#6424](https://github.com/pnpm/pnpm/issues/6424).
- @pnpm/tarball-fetcher@15.0.0

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion env/node.fetcher/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/node.fetcher",
"version": "3.0.0",
"version": "3.0.1",
"description": "Node.js artifacts fetcher",
"funding": "https://opencollective.com/pnpm",
"main": "lib/index.js",
Expand Down
7 changes: 7 additions & 0 deletions env/node.resolver/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/node.resolver

## 2.0.2

### Patch Changes

- Updated dependencies [8228c2cb1]
- @pnpm/node.fetcher@3.0.1

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion env/node.resolver/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/node.resolver",
"version": "2.0.1",
"version": "2.0.2",
"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
@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-env

## 4.0.7

### Patch Changes

- Updated dependencies [8228c2cb1]
- @pnpm/node.fetcher@3.0.1
- @pnpm/fetch@7.0.1
- @pnpm/node.resolver@2.0.2

## 4.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion env/plugin-commands-env/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-env",
"version": "4.0.6",
"version": "4.0.7",
"description": "pnpm commands for managing Node.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions exec/plugin-commands-rebuild/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-rebuild

## 8.0.7

### Patch Changes

- @pnpm/store-connection-manager@6.0.7

## 8.0.6

### 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.6",
"version": "8.0.7",
"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

## 7.0.8

### Patch Changes

- @pnpm/plugin-commands-installation@13.0.2

## 7.0.7

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

## 7.0.5

### Patch Changes

- Updated dependencies [8228c2cb1]
- @pnpm/fetch@7.0.1

## 7.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion lockfile/audit/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/audit",
"version": "7.0.4",
"version": "7.0.5",
"description": "Audit a lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions lockfile/plugin-commands-audit/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-audit

## 8.0.7

### Patch Changes

- @pnpm/audit@7.0.5

## 8.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion lockfile/plugin-commands-audit/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-audit",
"version": "8.0.6",
"version": "8.0.7",
"description": "pnpm commands for dependencies audit",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions network/fetch/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/fetch

## 7.0.1

### Patch Changes

- 8228c2cb1: Patch node-fetch to fix an error that happens on Node.js 20 [#6424](https://github.com/pnpm/pnpm/issues/6424).

## 7.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion network/fetch/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/fetch",
"version": "7.0.0",
"version": "7.0.1",
"description": "node-fetch with retries",
"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

## 3.0.8

### Patch Changes

- @pnpm/store-connection-manager@6.0.7
- @pnpm/plugin-commands-installation@13.0.2

## 3.0.7

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

## 10.0.4

### Patch Changes

- Updated dependencies [8228c2cb1]
- @pnpm/fetch@7.0.1
- @pnpm/tarball-fetcher@15.0.0
- @pnpm/default-resolver@18.0.4

## 10.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/client/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/client",
"version": "10.0.3",
"version": "10.0.4",
"description": "Creates the package resolve and fetch functions",
"main": "lib/index.js",
"types": "lib/index.d.ts",
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.2

### Patch Changes

- @pnpm/core@9.3.1
- @pnpm/outdated@12.0.5
- @pnpm/package-store@16.0.2
- @pnpm/store-connection-manager@6.0.7
- @pnpm/plugin-commands-rebuild@8.0.7

## 13.0.1

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

## 8.3.1

### Patch Changes

- Patch `node-fetch` to fix an error that happens on Node.js 20 [#6424](https://github.com/pnpm/pnpm/issues/6424).

## 8.3.0

### Minor 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": "8.3.0",
"version": "8.3.1",
"publishConfig": {
"bin": {
"pnpm": "pnpm"
Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/linux-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-arm64",
"version": "8.3.0",
"version": "8.3.1",
"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": "8.3.0",
"version": "8.3.1",
"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": "8.3.0",
"version": "8.3.1",
"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": "8.3.0",
"version": "8.3.1",
"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": "8.3.0",
"version": "8.3.1",
"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": "8.3.0",
"version": "8.3.1",
"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

## 3.0.8

### Patch Changes

- @pnpm/plugin-commands-installation@13.0.2

## 3.0.7

### 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.7",
"version": "3.0.8",
"description": "Commands for deploy",
"funding": "https://opencollective.com/pnpm",
"main": "lib/index.js",
Expand Down
6 changes: 6 additions & 0 deletions releasing/plugin-commands-publishing/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-publishing

## 7.1.1

### Patch Changes

- @pnpm/client@10.0.4

## 7.1.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.1.0",
"version": "7.1.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 resolving/default-resolver/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/default-resolver

## 18.0.4

### Patch Changes

- @pnpm/git-resolver@8.0.2
- @pnpm/npm-resolver@16.0.3

## 18.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion resolving/default-resolver/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/default-resolver",
"version": "18.0.3",
"version": "18.0.4",
"description": "pnpm's default package resolver",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions resolving/git-resolver/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/git-resolver

## 8.0.2

### Patch Changes

- Updated dependencies [8228c2cb1]
- @pnpm/fetch@7.0.1

## 8.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion resolving/git-resolver/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/git-resolver",
"version": "8.0.1",
"version": "8.0.2",
"description": "Resolver for git-hosted packages",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 8e8269a

Please sign in to comment.