Skip to content

Commit

Permalink
chore(release): 7.33.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jun 30, 2023
1 parent 5bff45c commit 7fdaaf0
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 45 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-clouds-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brown-mayflies-sparkle.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dirty-bottles-hug.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/dull-moles-notice.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/plenty-bags-fix.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rare-items-search.md

This file was deleted.

9 changes: 9 additions & 0 deletions pnpm/CHANGELOG.md
@@ -1,5 +1,14 @@
# pnpm

## 7.33.3

### Patch Changes

- Improve the performance of searching for auth tokens.
- Installation of a git-hosted dependency without `package.json` should not fail, when the dependency is read from cache [#6721](https://github.com/pnpm/pnpm/issues/6721).
- Local workspace bin files that should be compiled first are linked to dependent projects after compilation [#1801](https://github.com/pnpm/pnpm/issues/1801).
- Prefer versions found in parent package dependencies only [#6737](https://github.com/pnpm/pnpm/issues/6737).

## 7.33.2

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

0 comments on commit 7fdaaf0

Please sign in to comment.