Skip to content

Commit

Permalink
chore(release): 7.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jul 30, 2022
1 parent c7d65fe commit 99ab1f3
Show file tree
Hide file tree
Showing 56 changed files with 205 additions and 42 deletions.
6 changes: 0 additions & 6 deletions .changeset/breezy-geese-end.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/gentle-mice-press.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.7.0",
"version": "7.7.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.7.0",
"version": "7.7.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.7.0",
"version": "7.7.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.7.0",
"version": "7.7.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.7.0",
"version": "7.7.1",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
7 changes: 7 additions & 0 deletions packages/audit/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/audit

## 3.1.3

### Patch Changes

- Updated dependencies [c83f40c10]
- @pnpm/lockfile-utils@4.2.1

## 3.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/audit/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/audit",
"version": "3.1.2",
"version": "3.1.3",
"description": "Audit a lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
14 changes: 14 additions & 0 deletions packages/core/CHANGELOG.md
@@ -1,5 +1,19 @@
# @pnpm/core

## 5.8.3

### Patch Changes

- c7d65fe7f: Don't incorrectly consider a lockfile out-of-date when `workspace:^` or `workspace:~` version specs are used in a workspace.
- Updated dependencies [c83f40c10]
- @pnpm/lockfile-utils@4.2.1
- @pnpm/filter-lockfile@6.0.14
- @pnpm/headless@18.5.4
- @pnpm/hoist@6.2.4
- @pnpm/lockfile-to-pnp@0.5.24
- @pnpm/modules-cleaner@12.0.16
- @pnpm/resolve-dependencies@28.3.1

## 5.8.2

### 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.8.2",
"version": "5.8.3",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/dependencies-hierarchy/CHANGELOG.md
@@ -1,5 +1,12 @@
# dependencies-hierarchy

## 11.0.16

### Patch Changes

- Updated dependencies [c83f40c10]
- @pnpm/lockfile-utils@4.2.1

## 11.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dependencies-hierarchy/package.json
@@ -1,6 +1,6 @@
{
"name": "dependencies-hierarchy",
"version": "11.0.15",
"version": "11.0.16",
"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
@@ -1,7 +1,7 @@
{
"name": "@pnpm/exe",
"description": "Fast, disk space efficient package manager",
"version": "7.7.0",
"version": "7.7.1",
"publishConfig": {
"bin": {
"pnpm": "pnpm"
Expand Down
7 changes: 7 additions & 0 deletions packages/filter-lockfile/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/filter-lockfile

## 6.0.14

### Patch Changes

- Updated dependencies [c83f40c10]
- @pnpm/lockfile-utils@4.2.1

## 6.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/filter-lockfile/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/filter-lockfile",
"version": "6.0.13",
"version": "6.0.14",
"description": "Filters a lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/headless/CHANGELOG.md
@@ -1,5 +1,17 @@
# @pnpm/headless

## 18.5.4

### Patch Changes

- Updated dependencies [c83f40c10]
- @pnpm/lockfile-utils@4.2.1
- @pnpm/filter-lockfile@6.0.14
- @pnpm/hoist@6.2.4
- @pnpm/lockfile-to-pnp@0.5.24
- @pnpm/modules-cleaner@12.0.16
- @pnpm/real-hoist@0.2.13

## 18.5.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/headless/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/headless",
"description": "Fast installation using only pnpm-lock.yaml",
"version": "18.5.3",
"version": "18.5.4",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/hoist/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/hoist

## 6.2.4

### Patch Changes

- Updated dependencies [c83f40c10]
- @pnpm/lockfile-utils@4.2.1

## 6.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hoist/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/hoist",
"description": "Hoists dependencies in a node_modules created by pnpm",
"version": "6.2.3",
"version": "6.2.4",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/list/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/list

## 7.0.16

### Patch Changes

- dependencies-hierarchy@11.0.16

## 7.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/list/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/list",
"version": "7.0.15",
"version": "7.0.16",
"description": "List installed packages in a symlinked `node_modules`",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/lockfile-to-pnp/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/lockfile-to-pnp

## 0.5.24

### Patch Changes

- Updated dependencies [c83f40c10]
- @pnpm/lockfile-utils@4.2.1

## 0.5.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lockfile-to-pnp/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile-to-pnp",
"version": "0.5.23",
"version": "0.5.24",
"description": "Creates a Plug'n'Play file from a pnpm-lock.yaml",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/lockfile-utils/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/lockfile-utils

## 4.2.1

### Patch Changes

- c83f40c10: pnpm should not consider a lockfile out-of-date if `auto-install-peers` is set to `true` and the peer dependency is in `devDependencies` or `optionalDependencies` [#5080](https://github.com/pnpm/pnpm/issues/5080).

## 4.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lockfile-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile-utils",
"version": "4.2.0",
"version": "4.2.1",
"description": "Utils for dealing with pnpm-lock.yaml",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/modules-cleaner/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/modules-cleaner

## 12.0.16

### Patch Changes

- Updated dependencies [c83f40c10]
- @pnpm/lockfile-utils@4.2.1
- @pnpm/filter-lockfile@6.0.14

## 12.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/modules-cleaner/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/modules-cleaner",
"version": "12.0.15",
"version": "12.0.16",
"description": "Exports util functions to clean up node_modules",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/mount-modules/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/mount-modules

## 0.2.26

### Patch Changes

- Updated dependencies [c83f40c10]
- @pnpm/lockfile-utils@4.2.1

## 0.2.25

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mount-modules/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/mount-modules",
"version": "0.2.25",
"version": "0.2.26",
"description": "Mounts a node_modules directory with FUSE",
"main": "lib/index.js",
"bin": "bin/mount-modules.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/outdated/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/outdated

## 10.0.18

### Patch Changes

- Updated dependencies [c83f40c10]
- @pnpm/lockfile-utils@4.2.1

## 10.0.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/outdated/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/outdated",
"version": "10.0.17",
"version": "10.0.18",
"description": "Check for outdated packages",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-commands-audit/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-audit

## 6.1.5

### Patch Changes

- @pnpm/audit@3.1.3

## 6.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-audit/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-audit",
"version": "6.1.4",
"version": "6.1.5",
"description": "pnpm commands for dependencies audit",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-commands-deploy/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-deploy

## 1.0.12

### Patch Changes

- @pnpm/plugin-commands-installation@10.5.1

## 1.0.11

### 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.11",
"version": "1.0.12",
"description": "Commands for deploy",
"funding": "https://opencollective.com/pnpm",
"main": "lib/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-commands-installation/CHANGELOG.md
@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-installation

## 10.5.1

### Patch Changes

- Updated dependencies [c7d65fe7f]
- @pnpm/core@5.8.3
- @pnpm/outdated@10.0.18
- @pnpm/plugin-commands-rebuild@6.1.27

## 10.5.0

### Minor 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.5.0",
"version": "10.5.1",
"description": "Commands for installation",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 99ab1f3

Please sign in to comment.