chore(release): 9.1.4

This commit is contained in:
Zoltan Kochan
2024-05-30 12:59:22 +02:00
parent 74c1057778
commit 13518c9916
21 changed files with 56 additions and 19 deletions

View File

@@ -1,6 +0,0 @@
---
"@pnpm/resolve-dependencies": patch
"pnpm": patch
---
Improved the performance of the resolution stage by changing how missing peer dependencies are detected [#8144](https://github.com/pnpm/pnpm/pull/8144).

View File

@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-script-runners
## 9.1.8
### Patch Changes
- @pnpm/plugin-commands-installation@15.1.8
## 9.1.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-script-runners",
"version": "9.1.7",
"version": "9.1.8",
"description": "Commands for running scripts",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-patching
## 6.1.8
### Patch Changes
- @pnpm/plugin-commands-installation@15.1.8
## 6.1.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-patching",
"version": "6.1.7",
"version": "6.1.8",
"description": "Commands for creating patches",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,12 @@
# @pnpm/core
## 14.1.8
### Patch Changes
- Updated dependencies [74c1057]
- @pnpm/resolve-dependencies@33.0.4
## 14.1.7
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/core",
"description": "Fast, disk space efficient installation engine",
"version": "14.1.7",
"version": "14.1.8",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},

View File

@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-installation
## 15.1.8
### Patch Changes
- @pnpm/core@14.1.8
## 15.1.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-installation",
"version": "15.1.7",
"version": "15.1.8",
"description": "Commands for installation",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,11 @@
# @pnpm/resolve-dependencies
## 33.0.4
### Patch Changes
- 74c1057: Improved the performance of the resolution stage by changing how missing peer dependencies are detected [#8144](https://github.com/pnpm/pnpm/pull/8144).
## 33.0.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/resolve-dependencies",
"version": "33.0.3",
"version": "33.0.4",
"description": "Resolves dependency graph of a package",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,11 @@
# pnpm
## 9.1.4
### Patch Changes
- Improved the performance of the resolution stage by changing how missing peer dependencies are detected [#8144](https://github.com/pnpm/pnpm/pull/8144).
## 9.1.3
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/exe",
"description": "Fast, disk space efficient package manager",
"version": "9.1.3",
"version": "9.1.4",
"publishConfig": {
"tag": "next-9",
"bin": {

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-arm64",
"version": "9.1.3",
"version": "9.1.4",
"license": "MIT",
"publishConfig": {
"bin": {

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-x64",
"version": "9.1.3",
"version": "9.1.4",
"license": "MIT",
"publishConfig": {
"bin": {

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-arm64",
"version": "9.1.3",
"version": "9.1.4",
"license": "MIT",
"publishConfig": {
"bin": {

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-x64",
"version": "9.1.3",
"version": "9.1.4",
"license": "MIT",
"publishConfig": {
"bin": {

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/win-x64",
"version": "9.1.3",
"version": "9.1.4",
"license": "MIT",
"publishConfig": {
"bin": {

View File

@@ -1,7 +1,7 @@
{
"name": "pnpm",
"description": "Fast, disk space efficient package manager",
"version": "9.1.3",
"version": "9.1.4",
"bin": {
"pnpm": "bin/pnpm.cjs",
"pnpx": "bin/pnpx.cjs"

View File

@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-deploy
## 5.1.8
### Patch Changes
- @pnpm/plugin-commands-installation@15.1.8
## 5.1.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-deploy",
"version": "5.1.7",
"version": "5.1.8",
"description": "Commands for deploy",
"funding": "https://opencollective.com/pnpm",
"main": "lib/index.js",