Skip to content

Commit

Permalink
chore(release): 7.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Nov 14, 2022
1 parent 4a4b2ac commit 9c1e144
Show file tree
Hide file tree
Showing 66 changed files with 262 additions and 66 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-garlics-joke.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/grumpy-bats-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-waves-tan.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/orange-seahorses-attack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-berries-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-cats-travel.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.15.0",
"version": "7.16.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.15.0",
"version": "7.16.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.15.0",
"version": "7.16.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.15.0",
"version": "7.16.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.15.0",
"version": "7.16.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

## 1.0.6

### Patch Changes

- Updated dependencies [3dab7f83c]
- @pnpm/config@16.1.0
- @pnpm/default-reporter@11.0.6

## 1.0.5

### 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.5",
"version": "1.0.6",
"description": "Utils for pnpm commands",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/config/CHANGELOG.md
@@ -1,5 +1,15 @@
# @pnpm/config

## 16.1.0

### Minor Changes

- 3dab7f83c: New function added: `readLocalConfig(dir: string)`.

### Patch Changes

- @pnpm/pnpmfile@4.0.6

## 16.0.5

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

## 7.0.6

### Patch Changes

- Updated dependencies [4a4b2ac93]
- @pnpm/resolve-dependencies@29.0.6

## 7.0.5

### 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.5",
"version": "7.0.6",
"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

## 11.0.6

### Patch Changes

- Updated dependencies [3dab7f83c]
- @pnpm/config@16.1.0

## 11.0.5

### 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.5",
"version": "11.0.6",
"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.15.0",
"version": "7.16.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

## 6.0.6

### Patch Changes

- @pnpm/find-workspace-packages@5.0.6

## 6.0.5

### 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.5",
"version": "6.0.6",
"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.6

### Patch Changes

- @pnpm/cli-utils@1.0.6

## 5.0.5

### 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.5",
"version": "5.0.6",
"description": "Finds packages inside a workspace",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/mount-modules/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/mount-modules

## 0.3.6

### Patch Changes

- Updated dependencies [3dab7f83c]
- @pnpm/config@16.1.0

## 0.3.5

### 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.5",
"version": "0.3.6",
"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.resolver/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/node.resolver

## 1.1.0

### Minor Changes

- f60d6c46f: Export a new function: resolveNodeVersions.

## 1.0.19

### 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.19",
"version": "1.1.0",
"description": "Resolves a Node.js version specifier to an exact Node.js version",
"funding": "https://opencollective.com/pnpm",
"main": "lib/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-commands-audit/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-audit

## 7.1.1

### Patch Changes

- Updated dependencies [3dab7f83c]
- @pnpm/config@16.1.0
- @pnpm/cli-utils@1.0.6

## 7.1.0

### Minor 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.1.0",
"version": "7.1.1",
"description": "pnpm commands for dependencies audit",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-commands-deploy/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-deploy

## 2.0.6

### Patch Changes

- Updated dependencies [3dab7f83c]
- @pnpm/plugin-commands-installation@11.0.6
- @pnpm/cli-utils@1.0.6

## 2.0.5

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

## 1.0.4

### Patch Changes

- Updated dependencies [3dab7f83c]
- @pnpm/config@16.1.0
- @pnpm/cli-utils@1.0.6

## 1.0.3

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

## 3.1.0

### Minor Changes

- f60d6c46f: Support `pnpm env list` to list global or remote Node.js versions [#5546](https://github.com/pnpm/pnpm/issues/5546).

### Patch Changes

- Updated dependencies [3dab7f83c]
- Updated dependencies [f60d6c46f]
- @pnpm/config@16.1.0
- @pnpm/node.resolver@1.1.0
- @pnpm/cli-utils@1.0.6

## 3.0.5

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

## 2.0.6

### Patch Changes

- Updated dependencies [3dab7f83c]
- @pnpm/config@16.1.0
- @pnpm/cli-utils@1.0.6

## 2.0.5

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

## 11.0.6

### Patch Changes

- 3dab7f83c: Replace environment variable placeholders with their values, when reading `.npmrc` files in subdirectories inside a workspace [#2570](https://github.com/pnpm/pnpm/issues/2570).
- Updated dependencies [3dab7f83c]
- Updated dependencies [3dab7f83c]
- @pnpm/config@16.1.0
- @pnpm/plugin-commands-rebuild@7.0.6
- @pnpm/cli-utils@1.0.6
- @pnpm/store-connection-manager@5.0.6
- @pnpm/core@7.0.6
- @pnpm/find-workspace-packages@5.0.6
- @pnpm/pnpmfile@4.0.6
- @pnpm/filter-workspace-packages@6.0.6

## 11.0.5

### Patch Changes
Expand Down

0 comments on commit 9c1e144

Please sign in to comment.