Skip to content

Commit

Permalink
chore(release): 6.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Nov 22, 2021
1 parent fe98182 commit 0d0a294
Show file tree
Hide file tree
Showing 25 changed files with 77 additions and 58 deletions.
5 changes: 0 additions & 5 deletions .changeset/funny-peas-guess.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/late-crews-speak.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/real-badgers-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-horses-know.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": "6.23.0",
"version": "6.23.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": "6.23.0",
"version": "6.23.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": "6.23.0",
"version": "6.23.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": "6.23.0",
"version": "6.23.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": "6.23.0",
"version": "6.23.1",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/core

## 1.3.1

### Patch Changes

- fe9818220: The `registries` object should be read from the context not the options.
- Updated dependencies [b7fbd8c33]
- @pnpm/headless@16.3.1

## 1.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/core",
"description": "Fast, disk space efficient installation engine",
"version": "1.3.0",
"version": "1.3.1",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand All @@ -21,7 +21,7 @@
"@pnpm/error": "workspace:2.0.0",
"@pnpm/filter-lockfile": "workspace:5.0.11",
"@pnpm/get-context": "workspace:5.2.0",
"@pnpm/headless": "workspace:16.3.0",
"@pnpm/headless": "workspace:16.3.1",
"@pnpm/hoist": "workspace:5.2.6",
"@pnpm/lifecycle": "workspace:12.1.0",
"@pnpm/link-bins": "workspace:6.2.5",
Expand Down
12 changes: 6 additions & 6 deletions packages/exe/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/exe",
"description": "Fast, disk space efficient package manager",
"version": "6.23.0",
"version": "6.23.1",
"publishConfig": {
"bin": {
"pnpm": "pnpm"
Expand All @@ -11,11 +11,11 @@
"url": "https://github.com/pnpm/pnpm/issues"
},
"optionalDependencies": {
"@pnpm/linux-arm64": "workspace:6.23.0",
"@pnpm/linux-x64": "workspace:6.23.0",
"@pnpm/macos-arm64": "workspace:6.23.0",
"@pnpm/macos-x64": "workspace:6.23.0",
"@pnpm/win-x64": "workspace:6.23.0"
"@pnpm/linux-arm64": "workspace:6.23.1",
"@pnpm/linux-x64": "workspace:6.23.1",
"@pnpm/macos-arm64": "workspace:6.23.1",
"@pnpm/macos-x64": "workspace:6.23.1",
"@pnpm/win-x64": "workspace:6.23.1"
},
"devDependencies": {
"@zkochan/pkg": "0.0.0-2",
Expand Down
6 changes: 6 additions & 0 deletions packages/headless/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/headless

## 16.3.1

### Patch Changes

- b7fbd8c33: The postinstall scripts of dependencies should be executed after the root dependencies of the project are symlinked [#4018](https://github.com/pnpm/pnpm/issues/4018).

## 16.3.0

### Minor 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": "16.3.0",
"version": "16.3.1",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-commands-installation/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-installation

## 7.3.1

### Patch Changes

- Updated dependencies [fe9818220]
- @pnpm/core@1.3.1

## 7.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-commands-installation/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-installation",
"version": "7.3.0",
"version": "7.3.1",
"description": "Commands for installation",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -63,7 +63,7 @@
"@pnpm/common-cli-options-help": "workspace:0.7.1",
"@pnpm/config": "workspace:13.5.0",
"@pnpm/constants": "workspace:5.0.0",
"@pnpm/core": "workspace:1.3.0",
"@pnpm/core": "workspace:1.3.1",
"@pnpm/error": "workspace:2.0.0",
"@pnpm/filter-workspace-packages": "workspace:4.4.4",
"@pnpm/find-workspace-dir": "workspace:3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-listing/package.json
Expand Up @@ -35,7 +35,7 @@
"@pnpm/constants": "workspace:5.0.0",
"@pnpm/filter-workspace-packages": "workspace:4.4.4",
"@pnpm/logger": "^4.0.0",
"@pnpm/plugin-commands-installation": "workspace:7.3.0",
"@pnpm/plugin-commands-installation": "workspace:7.3.1",
"@pnpm/prepare": "workspace:0.0.28",
"@types/ramda": "0.27.39",
"execa": "npm:safe-execa@^0.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-outdated/package.json
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@pnpm/constants": "workspace:5.0.0",
"@pnpm/filter-workspace-packages": "workspace:4.4.4",
"@pnpm/plugin-commands-installation": "workspace:7.3.0",
"@pnpm/plugin-commands-installation": "workspace:7.3.1",
"@pnpm/prepare": "workspace:0.0.28",
"@pnpm/types": "workspace:7.6.0",
"@types/lru-cache": "^5.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-commands-script-runners/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-script-runners

## 4.5.1

### Patch Changes

- 5a11c8bac: `pnpm dlx` will now support version specifiers for packages. E.g. `pnpm dlx create-svelte@next` [#4023](https://github.com/pnpm/pnpm/issues/4023).

## 4.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-script-runners/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-script-runners",
"version": "4.5.0",
"version": "4.5.1",
"description": "Commands for running scripts",
"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

## 1.1.17

### Patch Changes

- b847e0300: `pnpm setup` should create shell rc files for pnpm path configuration if no such file exists prior [#4027](https://github.com/pnpm/pnpm/issues/4027).

## 1.1.16

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

## 6.23.1

### Patch Changes

- `pnpm setup` should create shell rc files for pnpm path configuration if no such file exists prior [#4027](https://github.com/pnpm/pnpm/issues/4027).
- The postinstall scripts of dependencies should be executed after the root dependencies of the project are symlinked [#4018](https://github.com/pnpm/pnpm/issues/4018).
- `pnpm dlx` will now support version specifiers for packages. E.g. `pnpm dlx create-svelte@next` [#4023](https://github.com/pnpm/pnpm/issues/4023).

## 6.23.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/pnpm/package.json
@@ -1,7 +1,7 @@
{
"name": "pnpm",
"description": "Fast, disk space efficient package manager",
"version": "6.23.0",
"version": "6.23.1",
"bin": {
"pnpm": "bin/pnpm.cjs",
"pnpx": "bin/pnpx.cjs"
Expand Down Expand Up @@ -42,14 +42,14 @@
"@pnpm/pick-registry-for-package": "workspace:2.0.6",
"@pnpm/plugin-commands-audit": "workspace:5.1.22",
"@pnpm/plugin-commands-env": "workspace:1.2.7",
"@pnpm/plugin-commands-installation": "workspace:7.3.0",
"@pnpm/plugin-commands-installation": "workspace:7.3.1",
"@pnpm/plugin-commands-listing": "workspace:4.0.23",
"@pnpm/plugin-commands-outdated": "workspace:5.0.31",
"@pnpm/plugin-commands-publishing": "workspace:4.2.28",
"@pnpm/plugin-commands-rebuild": "workspace:5.3.0",
"@pnpm/plugin-commands-script-runners": "workspace:4.5.0",
"@pnpm/plugin-commands-script-runners": "workspace:4.5.1",
"@pnpm/plugin-commands-server": "workspace:3.0.48",
"@pnpm/plugin-commands-setup": "workspace:1.1.16",
"@pnpm/plugin-commands-setup": "workspace:1.1.17",
"@pnpm/plugin-commands-store": "workspace:4.0.32",
"@pnpm/prepare": "workspace:0.0.28",
"@pnpm/read-package-json": "workspace:5.0.6",
Expand Down
24 changes: 12 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0d0a294

Please sign in to comment.