Skip to content

Commit

Permalink
chore(release): 6.33.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jul 13, 2022
1 parent b92e46a commit 1e35d02
Show file tree
Hide file tree
Showing 53 changed files with 189 additions and 45 deletions.
6 changes: 0 additions & 6 deletions .changeset/kind-cups-rescue.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lemon-numbers-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-walls-smell.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": "6.33.0",
"version": "6.33.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": "6.33.0",
"version": "6.33.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": "6.33.0",
"version": "6.33.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": "6.33.0",
"version": "6.33.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": "6.33.0",
"version": "6.33.1",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cli-utils/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/cli-utils

## 0.6.62

### Patch Changes

- Updated dependencies [b92e46a3b]
- @pnpm/default-reporter@8.6.4
- @pnpm/config@13.14.3

## 0.6.61

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

## 13.14.3

### Patch Changes

- Updated dependencies [ffbee1cf0]
- @pnpm/pnpmfile@1.2.8

## 13.14.2

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

## 2.10.1

### Patch Changes

- @pnpm/lockfile-to-pnp@0.4.57
- @pnpm/headless@17.3.18

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

## 8.6.4

### Patch Changes

- b92e46a3b: Do not print a package with unchanged version in the installation summary.
- @pnpm/config@13.14.3

## 8.6.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/default-reporter/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/default-reporter",
"version": "8.6.3",
"version": "8.6.4",
"description": "The default reporter of pnpm",
"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": "6.33.0",
"version": "6.33.1",
"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

## 4.4.35

### Patch Changes

- @pnpm/find-workspace-packages@3.1.54

## 4.4.34

### 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": "4.4.34",
"version": "4.4.35",
"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

## 3.1.54

### Patch Changes

- @pnpm/cli-utils@0.6.62

## 3.1.53

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

## 17.3.18

### Patch Changes

- @pnpm/lockfile-to-pnp@0.4.57

## 17.3.17

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

## 0.4.57

### Patch Changes

- @pnpm/config@13.14.3

## 0.4.56

### 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.4.56",
"version": "0.4.57",
"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/plugin-commands-audit/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-audit

## 5.1.57

### Patch Changes

- @pnpm/config@13.14.3
- @pnpm/cli-utils@0.6.62

## 5.1.56

### 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": "5.1.56",
"version": "5.1.57",
"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-env/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-env

## 1.4.32

### Patch Changes

- @pnpm/config@13.14.3
- @pnpm/cli-utils@0.6.62

## 1.4.31

### 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": "1.4.31",
"version": "1.4.32",
"description": "pnpm commands for managing Node.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
14 changes: 14 additions & 0 deletions packages/plugin-commands-installation/CHANGELOG.md
@@ -1,5 +1,19 @@
# @pnpm/plugin-commands-installation

## 8.4.28

### Patch Changes

- Updated dependencies [ffbee1cf0]
- @pnpm/pnpmfile@1.2.8
- @pnpm/config@13.14.3
- @pnpm/cli-utils@0.6.62
- @pnpm/plugin-commands-rebuild@5.4.32
- @pnpm/store-connection-manager@3.2.24
- @pnpm/find-workspace-packages@3.1.54
- @pnpm/core@2.10.1
- @pnpm/filter-workspace-packages@4.4.35

## 8.4.27

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

## 4.1.24

### Patch Changes

- @pnpm/config@13.14.3
- @pnpm/cli-utils@0.6.62

## 4.1.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-listing/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-listing",
"version": "4.1.23",
"version": "4.1.24",
"description": "The list and why commands of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-commands-outdated/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-outdated

## 5.1.25

### Patch Changes

- @pnpm/config@13.14.3
- @pnpm/cli-utils@0.6.62

## 5.1.24

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

## 4.5.19

### Patch Changes

- @pnpm/config@13.14.3
- @pnpm/cli-utils@0.6.62

## 4.5.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-publishing/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-publishing",
"version": "4.5.18",
"version": "4.5.19",
"description": "The pack and publish commands of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-commands-rebuild/CHANGELOG.md
@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-rebuild

## 5.4.32

### Patch Changes

- @pnpm/config@13.14.3
- @pnpm/cli-utils@0.6.62
- @pnpm/store-connection-manager@3.2.24
- @pnpm/find-workspace-packages@3.1.54

## 5.4.31

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-rebuild/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-rebuild",
"version": "5.4.31",
"version": "5.4.32",
"description": "Commands for rebuilding dependencies",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 1e35d02

Please sign in to comment.