Skip to content

Commit

Permalink
chore(release): 7.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jul 21, 2022
1 parent 0569f10 commit 9a35a89
Show file tree
Hide file tree
Showing 89 changed files with 433 additions and 101 deletions.
6 changes: 0 additions & 6 deletions .changeset/clever-guests-heal.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/clever-guests-heal2.md

This file was deleted.

22 changes: 0 additions & 22 deletions .changeset/green-drinks-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-drinks-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-apes-lay.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thin-trees-mate.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wise-guests-turn.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/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.6.0-0",
"version": "7.6.0",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/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.6.0-0",
"version": "7.6.0",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/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.6.0-0",
"version": "7.6.0",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/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.6.0-0",
"version": "7.6.0",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/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.6.0-0",
"version": "7.6.0",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
7 changes: 7 additions & 0 deletions packages/audit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/audit

## 3.1.1

### Patch Changes

- Updated dependencies [e3f4d131c]
- @pnpm/lockfile-utils@4.1.0

## 3.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/audit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/audit",
"version": "3.1.0",
"version": "3.1.1",
"description": "Audit a lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/build-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/build-modules

## 9.3.1

### Patch Changes

- @pnpm/link-bins@7.2.1

## 9.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/build-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/build-modules",
"version": "9.3.0",
"version": "9.3.1",
"description": "Build packages in node_modules",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/cli-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @pnpm/cli-utils

## 0.7.21

### Patch Changes

- Updated dependencies [7334b347b]
- Updated dependencies [e3f4d131c]
- @pnpm/config@15.6.1
- @pnpm/manifest-utils@3.1.1
- @pnpm/default-reporter@9.1.10

## 0.7.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/cli-utils",
"version": "0.7.20",
"version": "0.7.21",
"description": "Utils for pnpm commands",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/config

## 15.6.1

### Patch Changes

- 7334b347b: Update npm-conf.

## 15.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/config",
"version": "15.6.0",
"version": "15.6.1",
"description": "Gets configuration options for pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
39 changes: 39 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
# @pnpm/core

## 5.7.0

### Minor Changes

- 0569f1022: When `saveLockfile` is set to `false`, no changes to `pnpm-lock.yaml` are written to the filesystem.

### Patch Changes

- e3f4d131c: When `auto-install-peers` is set to `true`, automatically install direct peer dependencies [#5028](https://github.com/pnpm/pnpm/pull/5067).

So if your project the next manifest:

```json
{
"dependencies": {
"lodash": "^4.17.21"
},
"peerDependencies": {
"react": "^18.2.0"
}
}
```

pnpm will install both lodash and react as a regular dependencies.

- Updated dependencies [e3f4d131c]
- Updated dependencies [e3f4d131c]
- Updated dependencies [e3f4d131c]
- @pnpm/resolve-dependencies@28.2.2
- @pnpm/manifest-utils@3.1.1
- @pnpm/headless@18.5.0
- @pnpm/lockfile-utils@4.1.0
- @pnpm/lockfile-to-pnp@0.5.20
- @pnpm/link-bins@7.2.1
- @pnpm/filter-lockfile@6.0.12
- @pnpm/hoist@6.2.1
- @pnpm/modules-cleaner@12.0.14
- @pnpm/build-modules@9.3.1

## 5.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pnpm/core",
"description": "Fast, disk space efficient installation engine",
"version": "5.6.0",
"version": "5.7.0",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/default-reporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/default-reporter

## 9.1.10

### Patch Changes

- Updated dependencies [7334b347b]
- @pnpm/config@15.6.1

## 9.1.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/default-reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/default-reporter",
"version": "9.1.9",
"version": "9.1.10",
"description": "The default reporter of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/dependencies-hierarchy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# dependencies-hierarchy

## 11.0.13

### Patch Changes

- Updated dependencies [e3f4d131c]
- @pnpm/lockfile-utils@4.1.0

## 11.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dependencies-hierarchy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dependencies-hierarchy",
"version": "11.0.12",
"version": "11.0.13",
"description": "Creates a dependencies hierarchy for a symlinked `node_modules`",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/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.6.0-0",
"version": "7.6.0",
"publishConfig": {
"bin": {
"pnpm": "pnpm"
Expand Down
7 changes: 7 additions & 0 deletions packages/filter-lockfile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/filter-lockfile

## 6.0.12

### Patch Changes

- Updated dependencies [e3f4d131c]
- @pnpm/lockfile-utils@4.1.0

## 6.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/filter-lockfile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/filter-lockfile",
"version": "6.0.11",
"version": "6.0.12",
"description": "Filters a lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/filter-workspace-packages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/filter-workspace-packages

## 5.0.21

### Patch Changes

- @pnpm/find-workspace-packages@4.0.21

## 5.0.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/filter-workspace-packages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/filter-workspace-packages",
"version": "5.0.20",
"version": "5.0.21",
"description": "Filters packages in a workspace",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/find-workspace-packages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/find-workspace-packages

## 4.0.21

### Patch Changes

- @pnpm/cli-utils@0.7.21

## 4.0.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/find-workspace-packages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/find-workspace-packages",
"version": "4.0.20",
"version": "4.0.21",
"description": "Finds packages inside a workspace",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
18 changes: 18 additions & 0 deletions packages/headless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @pnpm/headless

## 18.5.0

### Minor Changes

- e3f4d131c: New option added: autoInstallPeers.

### Patch Changes

- Updated dependencies [e3f4d131c]
- @pnpm/lockfile-utils@4.1.0
- @pnpm/lockfile-to-pnp@0.5.20
- @pnpm/link-bins@7.2.1
- @pnpm/filter-lockfile@6.0.12
- @pnpm/hoist@6.2.1
- @pnpm/modules-cleaner@12.0.14
- @pnpm/real-hoist@0.2.11
- @pnpm/build-modules@9.3.1

## 18.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/headless/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pnpm/headless",
"description": "Fast installation using only pnpm-lock.yaml",
"version": "18.4.0",
"version": "18.5.0",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down

0 comments on commit 9a35a89

Please sign in to comment.