Skip to content

Commit

Permalink
chore(release): 9.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed May 12, 2024
1 parent c8655b4 commit ccb62e0
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-brooms-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-scissors-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-radios-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-jokes-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-donkeys-occur.md

This file was deleted.

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

## 9.1.1

### Patch Changes

- Improve the performance of the peers resolution stage by utilizing more cache [#8058](https://github.com/pnpm/pnpm/pull/8058).
- Overrides with `link:` now preserve absolute path [#8053](https://github.com/pnpm/pnpm/issues/8053).
- Fix incorrect path when resolving relative `file:` overrides for workspace package [#8053](https://github.com/pnpm/pnpm/issues/8053).
- Print a better error message when `resolution-mode` is set to `time-based` and the registry fails to return the `"time"` field in the package's metadata.
- Fix shell completion on MinGW-w64 environment.

## 9.1.0

### Minor 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": "9.1.0",
"version": "9.1.1",
"publishConfig": {
"tag": "next-9",
"bin": {
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": "9.1.0",
"version": "9.1.1",
"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": "9.1.0",
"version": "9.1.1",
"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": "9.1.0",
"version": "9.1.1",
"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": "9.1.0",
"version": "9.1.1",
"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": "9.1.0",
"version": "9.1.1",
"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": "9.1.0",
"version": "9.1.1",
"bin": {
"pnpm": "bin/pnpm.cjs",
"pnpx": "bin/pnpx.cjs"
Expand Down

0 comments on commit ccb62e0

Please sign in to comment.