Skip to content

Commit

Permalink
chore(release): 7.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Oct 29, 2022
1 parent a14ad09 commit f50fd10
Show file tree
Hide file tree
Showing 69 changed files with 279 additions and 75 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-donuts-talk.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hot-forks-tap.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/small-ads-warn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/smooth-onions-smell.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tough-cars-kneel.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/twelve-bikes-serve.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wise-pugs-wave.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.14.0",
"version": "7.14.1",
"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.14.0",
"version": "7.14.1",
"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.14.0",
"version": "7.14.1",
"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.14.0",
"version": "7.14.1",
"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.14.0",
"version": "7.14.1",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
10 changes: 10 additions & 0 deletions packages/cli-utils/CHANGELOG.md
@@ -1,5 +1,15 @@
# @pnpm/cli-utils

## 1.0.3

### Patch Changes

- Updated dependencies [0018cd03e]
- Updated dependencies [aacb83f73]
- Updated dependencies [a14ad09e6]
- @pnpm/default-reporter@11.0.3
- @pnpm/config@16.0.3

## 1.0.2

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

## 16.0.3

### Patch Changes

- aacb83f73: Print a warning if a package.json has a workspaces field but there is no pnpm-workspace.yaml file [#5363](https://github.com/pnpm/pnpm/issues/5363).
- a14ad09e6: It should be possible to set a custom home directory for pnpm by changing the PNPM_HOME environment variable.
- @pnpm/pnpmfile@4.0.3

## 16.0.2

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

## 7.0.3

### Patch Changes

- Updated dependencies [3c36e7e02]
- Updated dependencies [da22f0c1f]
- @pnpm/resolve-dependencies@29.0.3
- @pnpm/hooks.read-package-hook@2.0.3

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

## 11.0.3

### Patch Changes

- 0018cd03e: Don't print context information when running install for the `pnpm dlx` command.
- Updated dependencies [aacb83f73]
- Updated dependencies [a14ad09e6]
- @pnpm/config@16.0.3

## 11.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/default-reporter/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/default-reporter",
"version": "11.0.2",
"version": "11.0.3",
"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.14.0",
"version": "7.14.1",
"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

## 6.0.3

### Patch Changes

- @pnpm/find-workspace-packages@5.0.3

## 6.0.2

### 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": "6.0.2",
"version": "6.0.3",
"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

## 5.0.3

### Patch Changes

- @pnpm/cli-utils@1.0.3

## 5.0.2

### 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": "5.0.2",
"version": "5.0.3",
"description": "Finds packages inside a workspace",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/hooks.read-package-hook/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/hooks.read-package-hook

## 2.0.3

### Patch Changes

- da22f0c1f: Version overrider should have higher priority then custom read package hook from `.pnpmfile.cjs`.

## 2.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks.read-package-hook/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/hooks.read-package-hook",
"version": "2.0.2",
"version": "2.0.3",
"description": "Creates the default package reader hook used by pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/list/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/list

## 8.0.2

### Patch Changes

- f36549165: `pnpm list --long --json` should print licenses and authors of packagese [#5533](https://github.com/pnpm/pnpm/pull/5533).

## 8.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/list/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/list",
"version": "8.0.1",
"version": "8.0.2",
"description": "List installed packages in a symlinked `node_modules`",
"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.3

### Patch Changes

- Updated dependencies [aacb83f73]
- Updated dependencies [a14ad09e6]
- @pnpm/config@16.0.3

## 0.3.2

### 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.2",
"version": "0.3.3",
"description": "Mounts a node_modules directory with FUSE",
"main": "lib/index.js",
"bin": "bin/mount-modules.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-commands-audit/CHANGELOG.md
@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-audit

## 7.0.3

### Patch Changes

- Updated dependencies [aacb83f73]
- Updated dependencies [a14ad09e6]
- @pnpm/config@16.0.3
- @pnpm/cli-utils@1.0.3

## 7.0.2

### 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": "7.0.2",
"version": "7.0.3",
"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

## 2.0.3

### Patch Changes

- @pnpm/cli-utils@1.0.3
- @pnpm/plugin-commands-installation@11.0.3

## 2.0.2

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

## 1.0.1

### Patch Changes

- Updated dependencies [aacb83f73]
- Updated dependencies [a14ad09e6]
- @pnpm/config@16.0.3
- @pnpm/cli-utils@1.0.3

## 1.0.0

### Major 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.0",
"version": "1.0.1",
"description": "Commands for checks of known common issues ",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-commands-env/CHANGELOG.md
@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-env

## 3.0.3

### Patch Changes

- Updated dependencies [aacb83f73]
- Updated dependencies [a14ad09e6]
- @pnpm/config@16.0.3
- @pnpm/cli-utils@1.0.3

## 3.0.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": "3.0.2",
"version": "3.0.3",
"description": "pnpm commands for managing Node.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-commands-init/CHANGELOG.md
@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-init

## 2.0.3

### Patch Changes

- Updated dependencies [aacb83f73]
- Updated dependencies [a14ad09e6]
- @pnpm/config@16.0.3
- @pnpm/cli-utils@1.0.3

## 2.0.2

### Patch Changes
Expand Down

0 comments on commit f50fd10

Please sign in to comment.