Skip to content

Commit

Permalink
chore(release): 7.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Aug 6, 2022
1 parent 238a165 commit c9ce272
Show file tree
Hide file tree
Showing 100 changed files with 402 additions and 89 deletions.
6 changes: 0 additions & 6 deletions .changeset/lemon-carpets-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-bees-rule.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/silent-ducks-ring.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/silent-turtles-suffer.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/stupid-pants-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-papayas-ring.md

This file was deleted.

7 changes: 7 additions & 0 deletions .meta-updater/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm-private/updater

## 0.3.14

### Patch Changes

- Updated dependencies [1e5482da4]
- @pnpm/lockfile-file@5.3.3

## 0.3.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion .meta-updater/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm-private/updater",
"version": "0.3.13",
"version": "0.3.14",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/artifacts/linux-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-arm64",
"version": "7.9.0-0",
"version": "7.9.0",
"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.9.0-0",
"version": "7.9.0",
"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.9.0-0",
"version": "7.9.0",
"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.9.0-0",
"version": "7.9.0",
"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.9.0-0",
"version": "7.9.0",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
6 changes: 6 additions & 0 deletions packages/cafs/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/cafs

## 4.1.0

### Minor Changes

- c191ca7bf: Fix bug where the package manifest was not resolved if `verifyStoreIntegrity` is set to `false`.

## 4.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cafs/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/cafs",
"version": "4.0.9",
"version": "4.1.0",
"description": "A content-addressable filesystem for the packages storage",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/client/CHANGELOG.md
@@ -1,5 +1,14 @@
# @pnpm/client

## 7.1.14

### Patch Changes

- @pnpm/default-resolver@15.0.13
- @pnpm/git-fetcher@5.1.7
- @pnpm/tarball-fetcher@10.0.10
- @pnpm/directory-fetcher@3.0.10

## 7.1.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/client",
"version": "7.1.13",
"version": "7.1.14",
"description": "Creates the package resolve and fetch functions",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
18 changes: 18 additions & 0 deletions packages/core/CHANGELOG.md
@@ -1,5 +1,23 @@
# @pnpm/core

## 5.9.1

### Patch Changes

- Updated dependencies [238a165a5]
- Updated dependencies [c191ca7bf]
- Updated dependencies [1e5482da4]
- @pnpm/parse-wanted-dependency@3.0.2
- @pnpm/package-requester@18.1.3
- @pnpm/lockfile-file@5.3.3
- @pnpm/resolve-dependencies@28.3.4
- @pnpm/parse-overrides@2.0.3
- @pnpm/headless@18.6.1
- @pnpm/get-context@6.2.9
- @pnpm/lockfile-to-pnp@0.5.27
- @pnpm/crypto.base32-hash@1.0.1
- @pnpm/link-bins@7.2.4

## 5.9.0

### Minor 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.9.0",
"version": "5.9.1",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/create-cafs-store/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/create-cafs-store

## 2.1.1

### Patch Changes

- Updated dependencies [c191ca7bf]
- @pnpm/cafs@4.1.0
- @pnpm/fs.indexed-pkg-importer@1.1.0

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-cafs-store/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/create-cafs-store",
"description": "Create a CAFS store controller",
"version": "2.1.0",
"version": "2.1.1",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/default-resolver/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/default-resolver

## 15.0.13

### Patch Changes

- Updated dependencies [238a165a5]
- @pnpm/npm-resolver@13.1.1

## 15.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/default-resolver/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/default-resolver",
"version": "15.0.12",
"version": "15.0.13",
"description": "pnpm's default package resolver",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/dependencies-hierarchy/CHANGELOG.md
@@ -1,5 +1,12 @@
# dependencies-hierarchy

## 11.0.19

### Patch Changes

- Updated dependencies [1e5482da4]
- @pnpm/lockfile-file@5.3.3

## 11.0.18

### 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.18",
"version": "11.0.19",
"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.9.0-0",
"version": "7.9.0",
"publishConfig": {
"bin": {
"pnpm": "pnpm"
Expand Down
8 changes: 8 additions & 0 deletions packages/get-context/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/get-context

## 6.2.9

### Patch Changes

- Updated dependencies [1e5482da4]
- @pnpm/lockfile-file@5.3.3
- @pnpm/read-projects-context@6.0.14

## 6.2.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/get-context/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/get-context",
"version": "6.2.8",
"version": "6.2.9",
"description": "Gets context information about a project",
"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.6.1

### Patch Changes

- Updated dependencies [c191ca7bf]
- Updated dependencies [1e5482da4]
- @pnpm/package-requester@18.1.3
- @pnpm/lockfile-file@5.3.3
- @pnpm/lockfile-to-pnp@0.5.27
- @pnpm/real-hoist@0.2.15
- @pnpm/link-bins@7.2.4

## 18.6.0

### Minor 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.6.0",
"version": "18.6.1",
"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.19

### Patch Changes

- dependencies-hierarchy@11.0.19

## 7.0.18

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

## 5.3.3

### Patch Changes

- 1e5482da4: Fix sorting of keys in lockfile to make it more deterministic and prevent unnecessary churn in the lockfile [#5151](https://github.com/pnpm/pnpm/pull/5151).

## 5.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lockfile-file/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile-file",
"version": "5.3.2",
"version": "5.3.3",
"description": "Read/write pnpm-lock.yaml files",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/lockfile-to-pnp/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/lockfile-to-pnp

## 0.5.27

### Patch Changes

- Updated dependencies [1e5482da4]
- @pnpm/lockfile-file@5.3.3
- @pnpm/config@15.9.0

## 0.5.26

### 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.26",
"version": "0.5.27",
"description": "Creates a Plug'n'Play file from a pnpm-lock.yaml",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/make-dedicated-lockfile/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/make-dedicated-lockfile

## 0.3.19

### Patch Changes

- Updated dependencies [1e5482da4]
- @pnpm/lockfile-file@5.3.3

## 0.3.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/make-dedicated-lockfile/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/make-dedicated-lockfile",
"version": "0.3.18",
"version": "0.3.19",
"description": "Creates a dedicated lockfile for a subset of workspace projects",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit c9ce272

Please sign in to comment.