Skip to content

Commit

Permalink
chore(release): 7.11.1-0
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Sep 7, 2022
1 parent a3ccd27 commit b83d51e
Show file tree
Hide file tree
Showing 64 changed files with 243 additions and 40 deletions.
5 changes: 0 additions & 5 deletions .changeset/sixty-walls-leave.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.11.0",
"version": "7.11.1-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.11.0",
"version": "7.11.1-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.11.0",
"version": "7.11.1-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.11.0",
"version": "7.11.1-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.11.0",
"version": "7.11.1-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.36

### Patch Changes

- @pnpm/config@15.10.5
- @pnpm/default-reporter@9.1.25

## 0.7.35

### 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.35",
"version": "0.7.36",
"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.5

### Patch Changes

- @pnpm/default-resolver@15.0.19

## 7.2.4

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

### Patch Changes

- @pnpm/pnpmfile@2.2.9

## 15.10.4

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

## 5.11.5

### Patch Changes

- @pnpm/resolve-dependencies@28.3.11
- @pnpm/headless@18.7.1
- @pnpm/package-requester@19.0.2

## 5.11.4

### 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.4",
"version": "5.11.5",
"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.25

### Patch Changes

- @pnpm/config@15.10.5

## 9.1.24

### 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.24",
"version": "9.1.25",
"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.19

### Patch Changes

- Updated dependencies [a3ccd27a3]
- @pnpm/npm-resolver@13.1.7

## 15.0.18

### 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.18",
"version": "15.0.19",
"description": "pnpm's default package resolver",
"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.11.0",
"version": "7.11.1-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.36

### Patch Changes

- @pnpm/find-workspace-packages@4.0.36

## 5.0.35

### 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.35",
"version": "5.0.36",
"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.36

### Patch Changes

- @pnpm/cli-utils@0.7.36

## 4.0.35

### 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.35",
"version": "4.0.36",
"description": "Finds packages inside a workspace",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/mount-modules/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/mount-modules

## 0.2.39

### Patch Changes

- @pnpm/config@15.10.5

## 0.2.38

### 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.38",
"version": "0.2.39",
"description": "Mounts a node_modules directory with FUSE",
"main": "lib/index.js",
"bin": "bin/mount-modules.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/npm-resolver/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/npm-resolver

## 13.1.7

### Patch Changes

- a3ccd27a3: `@types/ramda` should be a dev dependency.

## 13.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/npm-resolver/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/npm-resolver",
"version": "13.1.6",
"version": "13.1.7",
"description": "Resolver for npm-hosted packages",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/outdated/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/outdated

## 10.0.27

### Patch Changes

- @pnpm/client@7.2.5

## 10.0.26

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

## 6.1.18

### Patch Changes

- @pnpm/config@15.10.5
- @pnpm/cli-utils@0.7.36

## 6.1.17

### 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.17",
"version": "6.1.18",
"description": "pnpm commands for dependencies audit",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-commands-deploy/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-deploy

## 1.1.5

### Patch Changes

- @pnpm/plugin-commands-installation@10.6.5
- @pnpm/cli-utils@0.7.36

## 1.1.4

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

## 2.3.4

### Patch Changes

- @pnpm/config@15.10.5
- @pnpm/cli-utils@0.7.36

## 2.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-env/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-env",
"version": "2.3.3",
"version": "2.3.4",
"description": "pnpm commands for managing Node.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-commands-init/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-init

## 1.0.36

### Patch Changes

- @pnpm/config@15.10.5
- @pnpm/cli-utils@0.7.36

## 1.0.35

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-init/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-init",
"version": "1.0.35",
"version": "1.0.36",
"description": "Create a package.json file",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
15 changes: 15 additions & 0 deletions packages/plugin-commands-installation/CHANGELOG.md
@@ -1,5 +1,20 @@
# @pnpm/plugin-commands-installation

## 10.6.5

### Patch Changes

- @pnpm/core@5.11.5
- @pnpm/outdated@10.0.27
- @pnpm/package-store@14.2.3
- @pnpm/store-connection-manager@4.3.9
- @pnpm/pnpmfile@2.2.9
- @pnpm/plugin-commands-rebuild@6.2.5
- @pnpm/config@15.10.5
- @pnpm/cli-utils@0.7.36
- @pnpm/find-workspace-packages@4.0.36
- @pnpm/filter-workspace-packages@5.0.36

## 10.6.4

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

0 comments on commit b83d51e

Please sign in to comment.