Skip to content

Commit

Permalink
chore(release): 7.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Aug 23, 2022
1 parent 1beb1b4 commit 93e0d0f
Show file tree
Hide file tree
Showing 68 changed files with 257 additions and 57 deletions.
7 changes: 0 additions & 7 deletions .changeset/calm-windows-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-ties-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-tools-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-rivers-marry.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/artifacts/linux-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-arm64",
"version": "7.9.4-0",
"version": "7.9.4",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/artifacts/linux-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-x64",
"version": "7.9.4-0",
"version": "7.9.4",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/artifacts/macos-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-arm64",
"version": "7.9.4-0",
"version": "7.9.4",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/artifacts/macos-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-x64",
"version": "7.9.4-0",
"version": "7.9.4",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/artifacts/win-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/win-x64",
"version": "7.9.4-0",
"version": "7.9.4",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
7 changes: 7 additions & 0 deletions packages/cli-utils/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/cli-utils

## 0.7.30

### Patch Changes

- @pnpm/config@15.9.4
- @pnpm/default-reporter@9.1.19

## 0.7.29

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

## 15.9.4

### Patch Changes

- @pnpm/pnpmfile@2.2.3

## 15.9.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/config",
"version": "15.9.3",
"version": "15.9.4",
"description": "Gets configuration options for pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
@@ -1,5 +1,15 @@
# @pnpm/core

## 5.10.3

### Patch Changes

- f4cc2d7b4: fix mergeGitBranchLockfiles when merged lockfile is up-to-date
- Updated dependencies [1beb1b4bd]
- @pnpm/filter-lockfile@6.0.18
- @pnpm/headless@18.6.5
- @pnpm/modules-cleaner@12.0.21

## 5.10.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/core",
"description": "Fast, disk space efficient installation engine",
"version": "5.10.2",
"version": "5.10.3",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/default-reporter/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/default-reporter

## 9.1.19

### Patch Changes

- @pnpm/config@15.9.4

## 9.1.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/default-reporter/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/default-reporter",
"version": "9.1.18",
"version": "9.1.19",
"description": "The default reporter of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/exe/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/exe",
"description": "Fast, disk space efficient package manager",
"version": "7.9.4-0",
"version": "7.9.4",
"publishConfig": {
"bin": {
"pnpm": "pnpm"
Expand Down
6 changes: 6 additions & 0 deletions packages/filter-lockfile/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/filter-lockfile

## 6.0.18

### Patch Changes

- 1beb1b4bd: Auto install peer dependencies when auto-install-peers is set to true and the lockfile is up to date [#5213](https://github.com/pnpm/pnpm/issues/5213).

## 6.0.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/filter-lockfile/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/filter-lockfile",
"version": "6.0.17",
"version": "6.0.18",
"description": "Filters a lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/filter-workspace-packages/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/filter-workspace-packages

## 5.0.30

### Patch Changes

- @pnpm/find-workspace-packages@4.0.30

## 5.0.29

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/filter-workspace-packages/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/filter-workspace-packages",
"version": "5.0.29",
"version": "5.0.30",
"description": "Filters packages in a workspace",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/find-workspace-packages/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/find-workspace-packages

## 4.0.30

### Patch Changes

- @pnpm/cli-utils@0.7.30

## 4.0.29

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/find-workspace-packages/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/find-workspace-packages",
"version": "4.0.29",
"version": "4.0.30",
"description": "Finds packages inside a workspace",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/headless/CHANGELOG.md
@@ -1,5 +1,14 @@
# @pnpm/headless

## 18.6.5

### Patch Changes

- 1beb1b4bd: Auto install peer dependencies when auto-install-peers is set to true and the lockfile is up to date [#5213](https://github.com/pnpm/pnpm/issues/5213).
- Updated dependencies [1beb1b4bd]
- @pnpm/filter-lockfile@6.0.18
- @pnpm/modules-cleaner@12.0.21

## 18.6.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/headless/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/headless",
"description": "Fast installation using only pnpm-lock.yaml",
"version": "18.6.4",
"version": "18.6.5",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/modules-cleaner/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/modules-cleaner

## 12.0.21

### Patch Changes

- Updated dependencies [1beb1b4bd]
- @pnpm/filter-lockfile@6.0.18

## 12.0.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/modules-cleaner/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/modules-cleaner",
"version": "12.0.20",
"version": "12.0.21",
"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 packages/mount-modules/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/mount-modules

## 0.2.33

### Patch Changes

- @pnpm/config@15.9.4

## 0.2.32

### 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.2.32",
"version": "0.2.33",
"description": "Mounts a node_modules directory with FUSE",
"main": "lib/index.js",
"bin": "bin/mount-modules.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/node.fetcher/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/node.fetcher

## 1.0.11

### Patch Changes

- 1c7b439bb: For node version < 16, install x64 build on darwin arm as arm build is not available.

## 1.0.10

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

## 1.0.11

### Patch Changes

- Updated dependencies [1c7b439bb]
- @pnpm/node.fetcher@1.0.11

## 1.0.10

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

## 6.1.12

### Patch Changes

- @pnpm/config@15.9.4
- @pnpm/cli-utils@0.7.30

## 6.1.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-audit/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-audit",
"version": "6.1.11",
"version": "6.1.12",
"description": "pnpm commands for dependencies audit",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-commands-deploy/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-deploy

## 1.0.19

### Patch Changes

- @pnpm/plugin-commands-installation@10.5.8
- @pnpm/cli-utils@0.7.30

## 1.0.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-deploy/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-deploy",
"version": "1.0.18",
"version": "1.0.19",
"description": "Commands for deploy",
"funding": "https://opencollective.com/pnpm",
"main": "lib/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/plugin-commands-env/CHANGELOG.md
@@ -1,5 +1,19 @@
# @pnpm/plugin-commands-env

## 2.2.0

### Minor Changes

- c242672f5: Add an immediate response when fetching Node.js on version switching, preventing pnpm looks like just hanging there.

### Patch Changes

- Updated dependencies [1c7b439bb]
- @pnpm/node.fetcher@1.0.11
- @pnpm/node.resolver@1.0.11
- @pnpm/config@15.9.4
- @pnpm/cli-utils@0.7.30

## 2.1.30

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-env/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-env",
"version": "2.1.30",
"version": "2.2.0",
"description": "pnpm commands for managing Node.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 93e0d0f

Please sign in to comment.