Skip to content

Commit

Permalink
chore(release): 7.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jul 11, 2022
1 parent c0b36bf commit 701f158
Show file tree
Hide file tree
Showing 21 changed files with 55 additions and 28 deletions.
6 changes: 0 additions & 6 deletions .changeset/early-bats-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-singers-sparkle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-walls-smell.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": "7.5.0",
"version": "7.5.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": "7.5.0",
"version": "7.5.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": "7.5.0",
"version": "7.5.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": "7.5.0",
"version": "7.5.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": "7.5.0",
"version": "7.5.1",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/core

## 5.5.8

### Patch Changes

- d89bb43f2: Don't symlink the autoinstalled peer dependencies to the root of `node_modules` [#4988](https://github.com/pnpm/pnpm/issues/4988).

## 5.5.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/core",
"description": "Fast, disk space efficient installation engine",
"version": "5.5.7",
"version": "5.5.8",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
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": "7.5.0",
"version": "7.5.1",
"publishConfig": {
"bin": {
"pnpm": "pnpm"
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-commands-deploy/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-deploy

## 1.0.5

### Patch Changes

- @pnpm/plugin-commands-installation@10.3.8

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-deploy/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-deploy",
"version": "1.0.4",
"version": "1.0.5",
"description": "Commands for deploy",
"funding": "https://opencollective.com/pnpm",
"main": "lib/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-commands-installation/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-installation

## 10.3.8

### Patch Changes

- Updated dependencies [d89bb43f2]
- @pnpm/core@5.5.8

## 10.3.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-installation/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-installation",
"version": "10.3.7",
"version": "10.3.8",
"description": "Commands for installation",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/plugin-commands-patching/CHANGELOG.md
@@ -1,5 +1,15 @@
# @pnpm/plugin-commands-patching

## 1.1.0

### Minor Changes

- f0cd8b0f3: Avoid retaining a copy of the contents of files deleted during patching [#5003](https://github.com/pnpm/pnpm/issues/5003).

### Patch Changes

- @pnpm/plugin-commands-installation@10.3.8

## 1.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-patching/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-patching",
"version": "1.0.7",
"version": "1.1.0",
"description": "Commands for creating patches",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-commands-script-runners/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-script-runners

## 5.0.25

### Patch Changes

- @pnpm/plugin-commands-installation@10.3.8

## 5.0.24

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-script-runners/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-script-runners",
"version": "5.0.24",
"version": "5.0.25",
"description": "Commands for running scripts",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/pnpm/CHANGELOG.md
@@ -1,5 +1,13 @@
# pnpm

## 7.5.1

### Patch Changes

- Don't symlink the autoinstalled peer dependencies to the root of `node_modules` [#4988](https://github.com/pnpm/pnpm/issues/4988).
- Avoid retaining a copy of the contents of files deleted during patching [#5003](https://github.com/pnpm/pnpm/issues/5003).
- Remove file reporter logging. Logged file is not useful [#4949](https://github.com/pnpm/pnpm/issues/4949).

## 7.5.0

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

0 comments on commit 701f158

Please sign in to comment.