Skip to content

Commit

Permalink
chore(release): 7.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Aug 10, 2022
1 parent 32915f0 commit 850cf0a
Show file tree
Hide file tree
Showing 141 changed files with 716 additions and 123 deletions.
12 changes: 0 additions & 12 deletions .changeset/khaki-files-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-poets-hunt.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/red-readers-knock.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shy-mirrors-talk.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/shy-sloths-beam.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/thin-games-kick.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.9.0",
"version": "7.9.1",
"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.9.0",
"version": "7.9.1",
"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.9.0",
"version": "7.9.1",
"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.9.0",
"version": "7.9.1",
"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.9.0",
"version": "7.9.1",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
6 changes: 6 additions & 0 deletions packages/audit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/audit

## 3.1.6

### Patch Changes

- @pnpm/lockfile-utils@4.2.4

## 3.1.5

### Patch 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.5",
"version": "3.1.6",
"description": "Audit a lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/build-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @pnpm/build-modules

## 9.3.5

### Patch Changes

- Updated dependencies [32915f0e4]
- @pnpm/store-controller-types@14.1.1
- @pnpm/lifecycle@13.1.6
- @pnpm/link-bins@7.2.4

## 9.3.4

### Patch 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.4",
"version": "9.3.5",
"description": "Build packages in node_modules",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/cafs-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @pnpm/cafs-types

## 1.0.0

### Major Changes

- 32915f0e4: Refactor cafs types into separate package and add additional properties including `cafsDir` and `getFilePathInCafs`.
2 changes: 1 addition & 1 deletion packages/cafs-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/cafs-types",
"version": "0.0.0",
"version": "1.0.0",
"description": "Types for the cafs",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/cafs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @pnpm/cafs

## 4.2.0

### Minor Changes

- 32915f0e4: Refactor cafs types into separate package and add additional properties including `cafsDir` and `getFilePathInCafs`.

### Patch Changes

- Updated dependencies [32915f0e4]
- Updated dependencies [23984abd1]
- @pnpm/fetcher-base@13.1.0
- @pnpm/store-controller-types@14.1.1

## 4.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cafs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/cafs",
"version": "4.1.0",
"version": "4.2.0",
"description": "A content-addressable filesystem for the packages storage",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/cli-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/cli-utils

## 0.7.27

### Patch Changes

- @pnpm/config@15.9.1
- @pnpm/default-reporter@9.1.16

## 0.7.26

### 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.26",
"version": "0.7.27",
"description": "Utils for pnpm commands",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
17 changes: 17 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @pnpm/client

## 7.2.0

### Minor Changes

- 23984abd1: Add hook for adding custom fetchers.

### Patch Changes

- Updated dependencies [32915f0e4]
- Updated dependencies [23984abd1]
- Updated dependencies [7a17f99ab]
- @pnpm/tarball-fetcher@11.0.0
- @pnpm/directory-fetcher@3.1.0
- @pnpm/git-fetcher@5.2.0
- @pnpm/resolver-base@9.1.0
- @pnpm/default-resolver@15.0.14

## 7.1.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/client",
"version": "7.1.14",
"version": "7.2.0",
"description": "Creates the package resolve and fetch functions",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pnpm/config

## 15.9.1

### Patch Changes

- Updated dependencies [5035fdae1]
- Updated dependencies [23984abd1]
- @pnpm/pnpmfile@2.2.0

## 15.9.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.9.0",
"version": "15.9.1",
"description": "Gets configuration options for pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
27 changes: 27 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @pnpm/core

## 5.10.0

### Minor Changes

- 5035fdae1: Add new `preResolution` hook.

### Patch Changes

- Updated dependencies [32915f0e4]
- Updated dependencies [5035fdae1]
- Updated dependencies [23984abd1]
- Updated dependencies [7a17f99ab]
- @pnpm/package-requester@19.0.0
- @pnpm/store-controller-types@14.1.1
- @pnpm/lockfile-to-pnp@1.0.0
- @pnpm/resolver-base@9.1.0
- @pnpm/headless@18.6.2
- @pnpm/build-modules@9.3.5
- @pnpm/lifecycle@13.1.6
- @pnpm/modules-cleaner@12.0.19
- @pnpm/resolve-dependencies@28.3.5
- @pnpm/lockfile-utils@4.2.4
- @pnpm/filter-lockfile@6.0.17
- @pnpm/hoist@6.2.7
- @pnpm/crypto.base32-hash@1.0.1
- @pnpm/link-bins@7.2.4

## 5.9.1

### Patch 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.9.1",
"version": "5.10.0",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
15 changes: 15 additions & 0 deletions packages/create-cafs-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @pnpm/create-cafs-store

## 2.2.0

### Minor Changes

- 32915f0e4: Refactor cafs types into separate package and add additional properties including `cafsDir` and `getFilePathInCafs`.

### Patch Changes

- Updated dependencies [32915f0e4]
- Updated dependencies [23984abd1]
- @pnpm/cafs@4.2.0
- @pnpm/fetcher-base@13.1.0
- @pnpm/store-controller-types@14.1.1
- @pnpm/fs.indexed-pkg-importer@1.1.1

## 2.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-cafs-store/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pnpm/create-cafs-store",
"description": "Create a CAFS store controller",
"version": "2.1.1",
"version": "2.2.0",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/default-reporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/default-reporter

## 9.1.16

### Patch Changes

- @pnpm/config@15.9.1

## 9.1.15

### 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.15",
"version": "9.1.16",
"description": "The default reporter of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/default-resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @pnpm/default-resolver

## 15.0.14

### Patch Changes

- Updated dependencies [23984abd1]
- @pnpm/resolver-base@9.1.0
- @pnpm/git-resolver@6.1.4
- @pnpm/local-resolver@8.0.10
- @pnpm/npm-resolver@13.1.2
- @pnpm/tarball-resolver@6.0.7

## 15.0.13

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

## 11.0.20

### Patch Changes

- @pnpm/lockfile-utils@4.2.4

## 11.0.19

### 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.19",
"version": "11.0.20",
"description": "Creates a dependencies hierarchy for a symlinked `node_modules`",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 850cf0a

Please sign in to comment.