Skip to content

Commit

Permalink
chore(release): 6.32.13
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed May 13, 2022
1 parent 02235d0 commit 6a967b3
Show file tree
Hide file tree
Showing 20 changed files with 65 additions and 78 deletions.
6 changes: 0 additions & 6 deletions .changeset/calm-ravens-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-dryers-lie.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fifty-taxis-exist.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/five-planets-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-islands-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-lies-wonder.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sour-peas-prove.md

This file was deleted.

4 changes: 2 additions & 2 deletions packages/artifacts/linux-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-arm64",
"version": "6.32.12",
"version": "6.32.13",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/linux-arm64": "workspace:6.32.12"
"@pnpm/linux-arm64": "workspace:6.32.13"
}
}
4 changes: 2 additions & 2 deletions packages/artifacts/linux-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-x64",
"version": "6.32.12",
"version": "6.32.13",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/linux-x64": "workspace:6.32.12"
"@pnpm/linux-x64": "workspace:6.32.13"
}
}
4 changes: 2 additions & 2 deletions packages/artifacts/macos-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-arm64",
"version": "6.32.12",
"version": "6.32.13",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/macos-arm64": "workspace:6.32.12"
"@pnpm/macos-arm64": "workspace:6.32.13"
}
}
4 changes: 2 additions & 2 deletions packages/artifacts/macos-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-x64",
"version": "6.32.12",
"version": "6.32.13",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/macos-x64": "workspace:6.32.12"
"@pnpm/macos-x64": "workspace:6.32.13"
}
}
4 changes: 2 additions & 2 deletions packages/artifacts/win-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/win-x64",
"version": "6.32.12",
"version": "6.32.13",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/win-x64": "workspace:6.32.12"
"@pnpm/win-x64": "workspace:6.32.13"
}
}
14 changes: 7 additions & 7 deletions packages/exe/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/exe",
"description": "Fast, disk space efficient package manager",
"version": "6.32.12",
"version": "6.32.13",
"publishConfig": {
"bin": {
"pnpm": "pnpm"
Expand All @@ -11,14 +11,14 @@
"url": "https://github.com/pnpm/pnpm/issues"
},
"optionalDependencies": {
"@pnpm/linux-arm64": "workspace:6.32.12",
"@pnpm/linux-x64": "workspace:6.32.12",
"@pnpm/macos-arm64": "workspace:6.32.12",
"@pnpm/macos-x64": "workspace:6.32.12",
"@pnpm/win-x64": "workspace:6.32.12"
"@pnpm/linux-arm64": "workspace:6.32.13",
"@pnpm/linux-x64": "workspace:6.32.13",
"@pnpm/macos-arm64": "workspace:6.32.13",
"@pnpm/macos-x64": "workspace:6.32.13",
"@pnpm/win-x64": "workspace:6.32.13"
},
"devDependencies": {
"@pnpm/exe": "workspace:6.32.12",
"@pnpm/exe": "workspace:6.32.13",
"@zkochan/pkg": "0.0.0-2",
"execa": "npm:safe-execa@^0.1.1"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-commands-script-runners/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-script-runners

## 4.6.7

### Patch Changes

- 6084d4f19: `pnpm dlx` should work with git-hosted packages. For example: `pnpm dlx gengjiawen/envinfo` [#4714](https://github.com/pnpm/pnpm/issues/4714).
- 5ab95763c: fix(plugin-commands-script-runner): run --stream should prefix with dir name

## 4.6.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-commands-script-runners/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-script-runners",
"version": "4.6.6",
"version": "4.6.7",
"description": "Commands for running scripts",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@pnpm/filter-workspace-packages": "workspace:4.4.26",
"@pnpm/logger": "^4.0.0",
"@pnpm/plugin-commands-script-runners": "workspace:4.6.6",
"@pnpm/plugin-commands-script-runners": "workspace:4.6.7",
"@pnpm/prepare": "workspace:*",
"@pnpm/registry-mock": "2.16.0",
"@types/is-windows": "^1.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-commands-setup/CHANGELOG.md
@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-setup

## 1.1.39

### Patch Changes

- dcc1b2a49: `pnpm setup` should update the config of the current shell, not the preferred shell.
- 753ddabd7: fix: make `pnpm setup` free of garbled characters.
- 2680646c5: `pnpm setup` should not override the PNPM_HOME env variable on Windows, unless `--force` is used.
- 3d15a25ad: fix `pnpm setup` breaks %PATH% with non-ascii characters [#4698](https://github.com/pnpm/pnpm/issues/4698)

## 1.1.38

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-commands-setup/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-setup",
"version": "1.1.38",
"version": "1.1.39",
"description": "pnpm commands for setting up pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"devDependencies": {
"@pnpm/logger": "^4.0.0",
"@pnpm/plugin-commands-setup": "workspace:1.1.38",
"@pnpm/plugin-commands-setup": "workspace:1.1.39",
"@pnpm/prepare": "workspace:*",
"@types/string.prototype.matchall": "^4.0.1"
}
Expand Down
10 changes: 10 additions & 0 deletions packages/pnpm/CHANGELOG.md
@@ -1,5 +1,15 @@
# pnpm

## 6.32.13

### Patch Changes

- `pnpm setup` should update the config of the current shell, not the preferred shell.
- `pnpm dlx` should work with git-hosted packages. For example: `pnpm dlx gengjiawen/envinfo` [#4714](https://github.com/pnpm/pnpm/issues/4714).
- `pnpm setup` should not override the PNPM_HOME env variable on Windows, unless `--force` is used.
- All arguments after `pnpm create <pkg>` should be passed to the executed create app package. So `pnpm create next-app --typescript` should work`.
- `pnpm run --stream` should prefix the output with directory [#4702](https://github.com/pnpm/pnpm/issues/4702)

## 6.32.12

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/pnpm/package.json
@@ -1,7 +1,7 @@
{
"name": "pnpm",
"description": "Fast, disk space efficient package manager",
"version": "6.32.12",
"version": "6.32.13",
"bin": {
"pnpm": "bin/pnpm.cjs",
"pnpx": "bin/pnpx.cjs"
Expand Down Expand Up @@ -47,9 +47,9 @@
"@pnpm/plugin-commands-outdated": "workspace:5.1.13",
"@pnpm/plugin-commands-publishing": "workspace:4.5.7",
"@pnpm/plugin-commands-rebuild": "workspace:5.4.19",
"@pnpm/plugin-commands-script-runners": "workspace:4.6.6",
"@pnpm/plugin-commands-script-runners": "workspace:4.6.7",
"@pnpm/plugin-commands-server": "workspace:3.0.75",
"@pnpm/plugin-commands-setup": "workspace:1.1.38",
"@pnpm/plugin-commands-setup": "workspace:1.1.39",
"@pnpm/plugin-commands-store": "workspace:4.1.18",
"@pnpm/prepare": "workspace:*",
"@pnpm/read-package-json": "workspace:5.0.12",
Expand Down
30 changes: 15 additions & 15 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 6a967b3

Please sign in to comment.