Skip to content

Commit

Permalink
chore(release): 7.33.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jun 23, 2023
1 parent 1863717 commit 3cf0b41
Show file tree
Hide file tree
Showing 15 changed files with 19 additions and 50 deletions.
6 changes: 0 additions & 6 deletions .changeset/chilled-dancers-thank.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nasty-seals-attack.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/orange-garlics-compete.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/quiet-moons-sparkle.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/quiet-oranges-end.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rich-knives-swim.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/silent-onions-design.md

This file was deleted.

12 changes: 12 additions & 0 deletions pnpm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# pnpm

## 7.33.2

### Patch Changes

- In cases where both aliased and non-aliased dependencies exist to the same package, non-aliased dependencies will be used for resolving peer dependencies, addressing issue [#6588](https://github.com/pnpm/pnpm/issues/6588).
- Don't crash when the APPDATA env variable is not set on Windows [#6659](https://github.com/pnpm/pnpm/issues/6659).
- Don't fail when a package is archived in a tarball with malformed tar headers [#5362](https://github.com/pnpm/pnpm/issues/5362).
- Peer dependencies of subdependencies should be installed, when `node-linker` is set to `hoisted` [#6680](https://github.com/pnpm/pnpm/pull/6680).
- Ignore the port in the URL, while searching for authentication token in the `.npmrc` file [#6354](https://github.com/pnpm/pnpm/issues/6354).
- Throw a meaningful error when applying a patch to a dependency fails.
- `pnpm update --global --latest` should work [#3779](https://github.com/pnpm/pnpm/issues/3779).

## 7.33.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/exe/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pnpm/exe",
"description": "Fast, disk space efficient package manager",
"version": "7.33.1",
"version": "7.33.2",
"publishConfig": {
"bin": {
"pnpm": "pnpm"
Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/linux-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-arm64",
"version": "7.33.1",
"version": "7.33.2",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-x64",
"version": "7.33.1",
"version": "7.33.2",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/macos-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-arm64",
"version": "7.33.1",
"version": "7.33.2",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/macos-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-x64",
"version": "7.33.1",
"version": "7.33.2",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/win-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/win-x64",
"version": "7.33.1",
"version": "7.33.2",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pnpm",
"description": "Fast, disk space efficient package manager",
"version": "7.33.1",
"version": "7.33.2",
"bin": {
"pnpm": "bin/pnpm.cjs",
"pnpx": "bin/pnpx.cjs"
Expand Down

0 comments on commit 3cf0b41

Please sign in to comment.