Skip to content

Commit

Permalink
chore(release): 7.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Sep 4, 2022
1 parent 45750b7 commit 9f70c52
Show file tree
Hide file tree
Showing 84 changed files with 339 additions and 58 deletions.
5 changes: 0 additions & 5 deletions .changeset/smart-kangaroos-deny.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tall-windows-kiss.md

This file was deleted.

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

## 0.3.15

### Patch Changes

- Updated dependencies [0373af22e]
- @pnpm/lockfile-file@5.3.4

## 0.3.14

### 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.14",
"version": "0.3.15",
"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.10.0-1",
"version": "7.10.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.10.0-1",
"version": "7.10.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.10.0-1",
"version": "7.10.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.10.0-1",
"version": "7.10.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.10.0-1",
"version": "7.10.0",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
7 changes: 7 additions & 0 deletions packages/cli-utils/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/cli-utils

## 0.7.34

### Patch Changes

- @pnpm/config@15.10.3
- @pnpm/default-reporter@9.1.23

## 0.7.33

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/cli-utils",
"version": "0.7.33",
"version": "0.7.34",
"description": "Utils for pnpm commands",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/client/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/client

## 7.2.4

### Patch Changes

- @pnpm/default-resolver@15.0.18

## 7.2.3

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

## 15.10.3

### Patch Changes

- @pnpm/pnpmfile@2.2.7

## 15.10.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/config",
"version": "15.10.2",
"version": "15.10.3",
"description": "Gets configuration options for pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
@@ -1,5 +1,17 @@
# @pnpm/core

## 5.11.3

### Patch Changes

- Updated dependencies [0373af22e]
- @pnpm/lockfile-file@5.3.4
- @pnpm/resolve-dependencies@28.3.9
- @pnpm/get-context@6.2.10
- @pnpm/headless@18.7.1
- @pnpm/lockfile-to-pnp@1.0.1
- @pnpm/package-requester@19.0.2

## 5.11.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.11.2",
"version": "5.11.3",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/default-reporter/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/default-reporter

## 9.1.23

### Patch Changes

- @pnpm/config@15.10.3

## 9.1.22

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

## 15.0.18

### Patch Changes

- Updated dependencies [d7fc07cc7]
- @pnpm/npm-resolver@13.1.6

## 15.0.17

### 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.17",
"version": "15.0.18",
"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.22

### Patch Changes

- Updated dependencies [0373af22e]
- @pnpm/lockfile-file@5.3.4

## 11.0.21

### 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.21",
"version": "11.0.22",
"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.10.0-1",
"version": "7.10.0",
"publishConfig": {
"bin": {
"pnpm": "pnpm"
Expand Down
6 changes: 6 additions & 0 deletions packages/filter-workspace-packages/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/filter-workspace-packages

## 5.0.34

### Patch Changes

- @pnpm/find-workspace-packages@4.0.34

## 5.0.33

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/filter-workspace-packages/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/filter-workspace-packages",
"version": "5.0.33",
"version": "5.0.34",
"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
@@ -1,5 +1,11 @@
# @pnpm/find-workspace-packages

## 4.0.34

### Patch Changes

- @pnpm/cli-utils@0.7.34

## 4.0.33

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/find-workspace-packages/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/find-workspace-packages",
"version": "4.0.33",
"version": "4.0.34",
"description": "Finds packages inside a workspace",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/get-context/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/get-context

## 6.2.10

### Patch Changes

- Updated dependencies [0373af22e]
- @pnpm/lockfile-file@5.3.4
- @pnpm/read-projects-context@6.0.15

## 6.2.9

### 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.9",
"version": "6.2.10",
"description": "Gets context information about a project",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/headless/CHANGELOG.md
@@ -1,5 +1,15 @@
# @pnpm/headless

## 18.7.1

### Patch Changes

- Updated dependencies [0373af22e]
- @pnpm/lockfile-file@5.3.4
- @pnpm/lockfile-to-pnp@1.0.1
- @pnpm/real-hoist@0.2.17
- @pnpm/package-requester@19.0.2

## 18.7.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.7.0",
"version": "18.7.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.22

### Patch Changes

- dependencies-hierarchy@11.0.22

## 7.0.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/list/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/list",
"version": "7.0.21",
"version": "7.0.22",
"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.4

### Patch Changes

- 0373af22e: Always correctly update the "time" field in "pnpm-lock.yaml".

## 5.3.3

### 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.3",
"version": "5.3.4",
"description": "Read/write pnpm-lock.yaml files",
"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

## 1.0.1

### Patch Changes

- Updated dependencies [0373af22e]
- @pnpm/lockfile-file@5.3.4

## 1.0.0

### Major 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": "1.0.0",
"version": "1.0.1",
"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.20

### Patch Changes

- Updated dependencies [0373af22e]
- @pnpm/lockfile-file@5.3.4

## 0.3.19

### Patch Changes
Expand Down

0 comments on commit 9f70c52

Please sign in to comment.