Skip to content

Commit

Permalink
chore(release): 7.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jan 3, 2023
1 parent 395a33a commit 2895389
Show file tree
Hide file tree
Showing 96 changed files with 403 additions and 115 deletions.
6 changes: 0 additions & 6 deletions .changeset/chilly-walls-melt.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fast-berries-fail.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/four-colts-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-wasps-wink.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/good-monkeys-explode.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/gorgeous-islands-shake.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/heavy-camels-obey.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hip-beers-smile.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/silly-ties-arrive.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/sweet-items-scream.md

This file was deleted.

8 changes: 8 additions & 0 deletions cli/cli-utils/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/cli-utils

## 1.0.20

### Patch Changes

- Updated dependencies [ec97a3105]
- @pnpm/default-reporter@11.0.20
- @pnpm/config@16.2.2

## 1.0.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cli/cli-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/cli-utils",
"version": "1.0.19",
"version": "1.0.20",
"description": "Utils for pnpm commands",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions cli/default-reporter/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/default-reporter

## 11.0.20

### Patch Changes

- ec97a3105: Report to the console when a git-hosted dependency is built [#5847](https://github.com/pnpm/pnpm/pull/5847).
- @pnpm/config@16.2.2

## 11.0.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cli/default-reporter/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/default-reporter",
"version": "11.0.19",
"version": "11.0.20",
"description": "The default reporter of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions config/config/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/config

## 16.2.2

### Patch Changes

- @pnpm/pnpmfile@4.0.18

## 16.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion config/config/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/config",
"version": "16.2.1",
"version": "16.2.2",
"description": "Gets configuration options for pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions config/plugin-commands-config/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-config

## 1.0.2

### Patch Changes

- @pnpm/cli-utils@1.0.20
- @pnpm/config@16.2.2

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion config/plugin-commands-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-config",
"version": "1.0.1",
"version": "1.0.2",
"description": "Commands for reading and writing settings to/from config files",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions env/node.fetcher/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/node.fetcher

## 2.0.7

### Patch Changes

- ec97a3105: Report to the console when a git-hosted dependency is built [#5847](https://github.com/pnpm/pnpm/pull/5847).
- Updated dependencies [ec97a3105]
- @pnpm/tarball-fetcher@14.0.1

## 2.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion env/node.fetcher/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/node.fetcher",
"version": "2.0.6",
"version": "2.0.7",
"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

## 1.1.4

### Patch Changes

- Updated dependencies [ec97a3105]
- @pnpm/node.fetcher@2.0.7

## 1.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion env/node.resolver/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/node.resolver",
"version": "1.1.3",
"version": "1.1.4",
"description": "Resolves a Node.js version specifier to an exact Node.js version",
"funding": "https://opencollective.com/pnpm",
"main": "lib/index.js",
Expand Down
10 changes: 10 additions & 0 deletions env/plugin-commands-env/CHANGELOG.md
@@ -1,5 +1,15 @@
# @pnpm/plugin-commands-env

## 3.1.14

### Patch Changes

- Updated dependencies [ec97a3105]
- @pnpm/node.fetcher@2.0.7
- @pnpm/cli-utils@1.0.20
- @pnpm/node.resolver@1.1.4
- @pnpm/config@16.2.2

## 3.1.13

### 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": "3.1.13",
"version": "3.1.14",
"description": "pnpm commands for managing Node.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions exec/plugin-commands-rebuild/CHANGELOG.md
@@ -1,5 +1,17 @@
# @pnpm/plugin-commands-rebuild

## 7.0.20

### Patch Changes

- Updated dependencies [ec97a3105]
- Updated dependencies [08ceaf3fc]
- @pnpm/store-connection-manager@5.1.13
- @pnpm/get-context@8.0.6
- @pnpm/cli-utils@1.0.20
- @pnpm/find-workspace-packages@5.0.20
- @pnpm/config@16.2.2

## 7.0.19

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

## 6.3.0

### Minor Changes

- da15828ec: `pnpm exec` and `pnpm run` command support `--resume-from` option. When used, the command will executed from given package [#4690](https://github.com/pnpm/pnpm/issues/4690).

### Patch Changes

- Updated dependencies [08ceaf3fc]
- @pnpm/plugin-commands-installation@11.1.7
- @pnpm/cli-utils@1.0.20
- @pnpm/config@16.2.2

## 6.2.0

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

## 4.0.1

### Patch Changes

- ec97a3105: Report to the console when a git-hosted dependency is built [#5847](https://github.com/pnpm/pnpm/pull/5847).
- 40a481840: Only run prepublish scripts of git-hosted dependencies, if the dependency doesn't have a main file. In this case we can assume that the dependencies has to be built.

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion exec/prepare-package/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/prepare-package",
"version": "4.0.0",
"version": "4.0.1",
"description": "Prepares a Git-hosted package",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions fetching/git-fetcher/CHANGELOG.md
@@ -1,5 +1,14 @@
# @pnpm/git-fetcher

## 7.0.1

### Patch Changes

- ec97a3105: Print more contextual information when a git-hosted package fails to be prepared for installation [#5847](https://github.com/pnpm/pnpm/pull/5847).
- Updated dependencies [ec97a3105]
- Updated dependencies [40a481840]
- @pnpm/prepare-package@4.0.1

## 7.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion fetching/git-fetcher/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/git-fetcher",
"version": "7.0.0",
"version": "7.0.1",
"description": "A fetcher for git-hosted packages",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions fetching/tarball-fetcher/CHANGELOG.md
@@ -1,5 +1,14 @@
# @pnpm/tarball-fetcher

## 14.0.1

### Patch Changes

- ec97a3105: Print more contextual information when a git-hosted package fails to be prepared for installation [#5847](https://github.com/pnpm/pnpm/pull/5847).
- Updated dependencies [ec97a3105]
- Updated dependencies [40a481840]
- @pnpm/prepare-package@4.0.1

## 14.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion fetching/tarball-fetcher/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/tarball-fetcher",
"version": "14.0.0",
"version": "14.0.1",
"description": "Fetcher for packages hosted as tarballs",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions hooks/pnpmfile/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/pnpmfile

## 4.0.18

### Patch Changes

- Updated dependencies [08ceaf3fc]
- @pnpm/core@7.4.1

## 4.0.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion hooks/pnpmfile/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/pnpmfile",
"version": "4.0.17",
"version": "4.0.18",
"description": "Reading a .pnpmfile.cjs",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions lockfile/plugin-commands-audit/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-audit

## 7.1.15

### Patch Changes

- @pnpm/cli-utils@1.0.20
- @pnpm/config@16.2.2

## 7.1.14

### 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": "7.1.14",
"version": "7.1.15",
"description": "pnpm commands for dependencies audit",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 2895389

Please sign in to comment.