Skip to content

Commit

Permalink
chore(release): 6.35.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Nov 11, 2022
1 parent e6cd45d commit 0672517
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-garlics-joke.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/grumpy-bats-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-hornets-cheat.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/artifacts/linux-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-arm64",
"version": "6.35.0",
"version": "6.35.1",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/artifacts/linux-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-x64",
"version": "6.35.0",
"version": "6.35.1",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/artifacts/macos-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-arm64",
"version": "6.35.0",
"version": "6.35.1",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/artifacts/macos-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-x64",
"version": "6.35.0",
"version": "6.35.1",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/artifacts/win-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/win-x64",
"version": "6.35.0",
"version": "6.35.1",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/exe/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/exe",
"description": "Fast, disk space efficient package manager",
"version": "6.35.0",
"version": "6.35.1",
"publishConfig": {
"bin": {
"pnpm": "pnpm"
Expand Down
7 changes: 7 additions & 0 deletions packages/pnpm/CHANGELOG.md
@@ -1,5 +1,12 @@
# pnpm

## 6.35.1

### Patch Changes

- Replace environment variable placeholders with their values, when reading `.npmrc` files in subdirectories inside a workspace [#2570](https://github.com/pnpm/pnpm/issues/2570).
- Don't fail if cannot override the name field of the error object [#5572](https://github.com/pnpm/pnpm/issues/5572).

## 6.35.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pnpm/package.json
@@ -1,7 +1,7 @@
{
"name": "pnpm",
"description": "Fast, disk space efficient package manager",
"version": "6.35.0",
"version": "6.35.1",
"bin": {
"pnpm": "bin/pnpm.cjs",
"pnpx": "bin/pnpx.cjs"
Expand Down

0 comments on commit 0672517

Please sign in to comment.