Skip to content

Commit

Permalink
chore(release): 7.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Sep 5, 2022
1 parent 2acf38b commit e6ee26e
Show file tree
Hide file tree
Showing 59 changed files with 223 additions and 50 deletions.
6 changes: 0 additions & 6 deletions .changeset/funny-buses-own.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/twenty-dragons-explode.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wet-turkeys-allow.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.10.0",
"version": "7.11.0",
"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.10.0",
"version": "7.11.0",
"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.10.0",
"version": "7.11.0",
"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.10.0",
"version": "7.11.0",
"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.10.0",
"version": "7.11.0",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cli-utils/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/cli-utils

## 0.7.35

### Patch Changes

- Updated dependencies [728c0cdf6]
- @pnpm/default-reporter@9.1.24
- @pnpm/config@15.10.4

## 0.7.34

### 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.34",
"version": "0.7.35",
"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.10.4

### Patch Changes

- @pnpm/pnpmfile@2.2.8

## 15.10.3

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

## 5.11.4

### Patch Changes

- 2acf38be3: Auto installing a peer dependency in a workspace that also has it as a dev dependency in another project [#5144](https://github.com/pnpm/pnpm/issues/5144).
- Updated dependencies [2acf38be3]
- @pnpm/resolve-dependencies@28.3.10

## 5.11.3

### 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.11.3",
"version": "5.11.4",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/default-reporter/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/default-reporter

## 9.1.24

### Patch Changes

- 728c0cdf6: When an error happens during installation of a subdependency, print some context information in order to be able to locate that subdependency. Print the exact chain of packages that led to the problematic dependency.
- @pnpm/config@15.10.4

## 9.1.23

### 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.23",
"version": "9.1.24",
"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.10.0",
"version": "7.11.0",
"publishConfig": {
"bin": {
"pnpm": "pnpm"
Expand Down
6 changes: 6 additions & 0 deletions packages/filter-workspace-packages/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/filter-workspace-packages

## 5.0.35

### Patch Changes

- @pnpm/find-workspace-packages@4.0.35

## 5.0.34

### 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.34",
"version": "5.0.35",
"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.35

### Patch Changes

- @pnpm/cli-utils@0.7.35

## 4.0.34

### 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.34",
"version": "4.0.35",
"description": "Finds packages inside a workspace",
"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.38

### Patch Changes

- @pnpm/config@15.10.4

## 0.2.37

### 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.37",
"version": "0.2.38",
"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-audit/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-audit

## 6.1.17

### Patch Changes

- @pnpm/cli-utils@0.7.35
- @pnpm/config@15.10.4

## 6.1.16

### 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.16",
"version": "6.1.17",
"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.1.4

### Patch Changes

- @pnpm/plugin-commands-installation@10.6.4
- @pnpm/cli-utils@0.7.35

## 1.1.3

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

## 2.3.3

### Patch Changes

- @pnpm/cli-utils@0.7.35
- @pnpm/config@15.10.4

## 2.3.2

### 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.3.2",
"version": "2.3.3",
"description": "pnpm commands for managing Node.js",
"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

## 1.0.35

### Patch Changes

- @pnpm/cli-utils@0.7.35
- @pnpm/config@15.10.4

## 1.0.34

### 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": "1.0.34",
"version": "1.0.35",
"description": "Create a package.json file",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
14 changes: 14 additions & 0 deletions packages/plugin-commands-installation/CHANGELOG.md
@@ -1,5 +1,19 @@
# @pnpm/plugin-commands-installation

## 10.6.4

### Patch Changes

- Updated dependencies [2acf38be3]
- @pnpm/core@5.11.4
- @pnpm/pnpmfile@2.2.8
- @pnpm/cli-utils@0.7.35
- @pnpm/config@15.10.4
- @pnpm/find-workspace-packages@4.0.35
- @pnpm/plugin-commands-rebuild@6.2.4
- @pnpm/store-connection-manager@4.3.8
- @pnpm/filter-workspace-packages@5.0.35

## 10.6.3

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

## 5.1.4

### Patch Changes

- @pnpm/cli-utils@0.7.35
- @pnpm/config@15.10.4

## 5.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-listing/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-listing",
"version": "5.1.3",
"version": "5.1.4",
"description": "The list and why commands of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-commands-outdated/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-outdated

## 6.1.4

### Patch Changes

- @pnpm/cli-utils@0.7.35
- @pnpm/config@15.10.4

## 6.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-outdated/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-outdated",
"version": "6.1.3",
"version": "6.1.4",
"description": "The outdated command of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/plugin-commands-patching/CHANGELOG.md
@@ -1,5 +1,18 @@
# @pnpm/plugin-commands-patching

## 1.3.0

### Minor Changes

- b6f788cff: `pnpm patch`: edit the patched package in a directory specified by the `--edit-dir` option. E.g., `pnpm patch express@3.1.0 --edit-dir=/home/xxx/src/patched-express`

### Patch Changes

- @pnpm/plugin-commands-installation@10.6.4
- @pnpm/cli-utils@0.7.35
- @pnpm/config@15.10.4
- @pnpm/store-connection-manager@4.3.8

## 1.2.3

### 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": "1.2.3",
"version": "1.3.0",
"description": "Commands for creating patches",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit e6ee26e

Please sign in to comment.