Skip to content

Commit

Permalink
chore(release): 7.33.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jul 17, 2023
1 parent 2b4a0d2 commit 9c2a7b3
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 25 deletions.
7 changes: 0 additions & 7 deletions .changeset/angry-goats-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-bears-cry.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/silent-lobsters-taste.md

This file was deleted.

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

## 7.33.4

### Patch Changes

- When the same file is appended multiple times into a tarball, the last occurrence is selected when unpacking the tarball.
- Added support for `publishConfig.registry` in `package.json` for publishing [#6775](https://github.com/pnpm/pnpm/issues/6775).
- Fixed a bug in which pnpm passed the wrong scheme to `git ls-remote`, causing a fallback to `git+ssh` and resulting in a 'host key verification failed' issue [#6805](https://github.com/pnpm/pnpm/issues/6805)

## 7.33.3

### 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.3",
"version": "7.33.4",
"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.3",
"version": "7.33.4",
"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.3",
"version": "7.33.4",
"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.3",
"version": "7.33.4",
"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.3",
"version": "7.33.4",
"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.3",
"version": "7.33.4",
"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.3",
"version": "7.33.4",
"bin": {
"pnpm": "bin/pnpm.cjs",
"pnpx": "bin/pnpx.cjs"
Expand Down

0 comments on commit 9c2a7b3

Please sign in to comment.