Skip to content

Commit

Permalink
chore(release): 7.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jan 10, 2023
1 parent 9a68ebb commit 2982b43
Show file tree
Hide file tree
Showing 81 changed files with 325 additions and 49 deletions.
6 changes: 0 additions & 6 deletions .changeset/large-turtles-stare.md

This file was deleted.

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

## 1.0.24

### Patch Changes

- @pnpm/config@16.4.2
- @pnpm/default-reporter@11.0.24

## 1.0.23

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

## 11.0.24

### Patch Changes

- @pnpm/config@16.4.2

## 11.0.23

### 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.23",
"version": "11.0.24",
"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.4.2

### Patch Changes

- @pnpm/pnpmfile@4.0.22

## 16.4.1

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

### Patch Changes

- @pnpm/config@16.4.2
- @pnpm/cli-utils@1.0.24

## 1.0.5

### 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.5",
"version": "1.0.6",
"description": "Commands for reading and writing settings to/from config files",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions env/plugin-commands-env/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-env

## 3.1.18

### Patch Changes

- @pnpm/config@16.4.2
- @pnpm/cli-utils@1.0.24

## 3.1.17

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

## 7.0.24

### Patch Changes

- @pnpm/get-context@8.1.2
- @pnpm/config@16.4.2
- @pnpm/cli-utils@1.0.24
- @pnpm/store-connection-manager@5.2.2
- @pnpm/find-workspace-packages@5.0.24

## 7.0.23

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

## 6.3.4

### Patch Changes

- @pnpm/plugin-commands-installation@11.3.2
- @pnpm/config@16.4.2
- @pnpm/cli-utils@1.0.24

## 6.3.3

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

## 4.0.22

### Patch Changes

- @pnpm/core@7.6.2

## 4.0.21

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

## 7.0.2

### Patch Changes

- 9a68ebbae: Fix lockfile v6.

## 7.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion lockfile/lockfile-file/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile-file",
"version": "7.0.1",
"version": "7.0.2",
"description": "Read/write pnpm-lock.yaml files",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions lockfile/lockfile-to-pnp/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/lockfile-to-pnp

## 2.0.9

### Patch Changes

- Updated dependencies [9a68ebbae]
- @pnpm/lockfile-file@7.0.2

## 2.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion lockfile/lockfile-to-pnp/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile-to-pnp",
"version": "2.0.8",
"version": "2.0.9",
"description": "Creates a Plug'n'Play file from a pnpm-lock.yaml",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions lockfile/plugin-commands-audit/CHANGELOG.md
@@ -1,5 +1,15 @@
# @pnpm/plugin-commands-audit

## 7.1.19

### Patch Changes

- Updated dependencies [9a68ebbae]
- @pnpm/lockfile-file@7.0.2
- @pnpm/audit@6.0.6
- @pnpm/config@16.4.2
- @pnpm/cli-utils@1.0.24

## 7.1.18

### 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.18",
"version": "7.1.19",
"description": "pnpm commands for dependencies audit",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/make-dedicated-lockfile/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/make-dedicated-lockfile

## 0.4.9

### Patch Changes

- Updated dependencies [9a68ebbae]
- @pnpm/lockfile-file@7.0.2

## 0.4.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/make-dedicated-lockfile/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/make-dedicated-lockfile",
"version": "0.4.8",
"version": "0.4.9",
"description": "Creates a dedicated lockfile for a subset of workspace projects",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/mount-modules/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/mount-modules

## 0.3.24

### Patch Changes

- Updated dependencies [9a68ebbae]
- @pnpm/lockfile-file@7.0.2
- @pnpm/config@16.4.2

## 0.3.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mount-modules/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/mount-modules",
"version": "0.3.23",
"version": "0.3.24",
"description": "Mounts a node_modules directory with FUSE",
"main": "lib/index.js",
"bin": "bin/mount-modules.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-commands-doctor/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-doctor

## 1.0.22

### Patch Changes

- @pnpm/config@16.4.2
- @pnpm/cli-utils@1.0.24

## 1.0.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-doctor/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-doctor",
"version": "1.0.21",
"version": "1.0.22",
"description": "Commands for checks of known common issues ",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-commands-init/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-init

## 2.0.24

### Patch Changes

- @pnpm/config@16.4.2
- @pnpm/cli-utils@1.0.24

## 2.0.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-init/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-init",
"version": "2.0.23",
"version": "2.0.24",
"description": "Create a package.json file",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-commands-patching/CHANGELOG.md
@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-patching

## 2.0.24

### Patch Changes

- @pnpm/plugin-commands-installation@11.3.2
- @pnpm/config@16.4.2
- @pnpm/cli-utils@1.0.24
- @pnpm/store-connection-manager@5.2.2

## 2.0.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-patching/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-patching",
"version": "2.0.23",
"version": "2.0.24",
"description": "Commands for creating patches",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-commands-setup/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-setup

## 3.0.24

### Patch Changes

- @pnpm/cli-utils@1.0.24

## 3.0.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-setup/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-setup",
"version": "3.0.23",
"version": "3.0.24",
"description": "pnpm commands for setting up pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions pkg-manager/core/CHANGELOG.md
@@ -1,5 +1,15 @@
# @pnpm/core

## 7.6.2

### Patch Changes

- Updated dependencies [9a68ebbae]
- @pnpm/lockfile-file@7.0.2
- @pnpm/lockfile-to-pnp@2.0.9
- @pnpm/get-context@8.1.2
- @pnpm/headless@19.4.3

## 7.6.1

### 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": "7.6.1",
"version": "7.6.2",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down

0 comments on commit 2982b43

Please sign in to comment.