Skip to content

Commit

Permalink
chore(release): 7.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Oct 4, 2022
1 parent 536b168 commit 98baaae
Show file tree
Hide file tree
Showing 17 changed files with 44 additions and 17 deletions.
6 changes: 0 additions & 6 deletions .changeset/twelve-pens-lick.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.13.0",
"version": "7.13.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": "7.13.0",
"version": "7.13.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": "7.13.0",
"version": "7.13.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": "7.13.0",
"version": "7.13.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": "7.13.0",
"version": "7.13.1",
"license": "MIT",
"publishConfig": {
"bin": {
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.13.0",
"version": "7.13.1",
"publishConfig": {
"bin": {
"pnpm": "pnpm"
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-commands-deploy/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-deploy

## 1.1.10

### Patch Changes

- Updated dependencies [536b16856]
- @pnpm/plugin-commands-installation@10.8.1

## 1.1.9

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

## 10.8.1

### Patch Changes

- 536b16856: `pnpm update --interactive` should not list dependencies ignored via the `pnpm.updateConfig.ignoreDependencies` setting.

## 10.8.0

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

## 1.3.6

### Patch Changes

- Updated dependencies [536b16856]
- @pnpm/plugin-commands-installation@10.8.1

## 1.3.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-patching/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-patching",
"version": "1.3.5",
"version": "1.3.6",
"description": "Commands for creating patches",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-commands-script-runners/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-script-runners

## 5.1.10

### Patch Changes

- Updated dependencies [536b16856]
- @pnpm/plugin-commands-installation@10.8.1

## 5.1.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-script-runners/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-script-runners",
"version": "5.1.9",
"version": "5.1.10",
"description": "Commands for running scripts",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/pnpm/CHANGELOG.md
@@ -1,5 +1,11 @@
# pnpm

## 7.13.1

### Patch Changes

- `pnpm update --interactive` should not list dependencies ignored via the `pnpm.updateConfig.ignoreDependencies` setting.

## 7.13.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pnpm/package.json
@@ -1,7 +1,7 @@
{
"name": "pnpm",
"description": "Fast, disk space efficient package manager",
"version": "7.13.0",
"version": "7.13.1",
"bin": {
"pnpm": "bin/pnpm.cjs",
"pnpx": "bin/pnpx.cjs"
Expand Down

0 comments on commit 98baaae

Please sign in to comment.