chore(release): 8.6.2

This commit is contained in:
Zoltan Kochan
2023-06-11 21:35:42 +03:00
parent 302ebffc54
commit 43151bbd6e
173 changed files with 843 additions and 117 deletions

View File

@@ -1,5 +1,11 @@
# @pnpm/patching.apply-patch
## 2.0.3
### Patch Changes
- @pnpm/error@5.0.2
## 2.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/patching.apply-patch",
"version": "2.0.2",
"version": "2.0.3",
"description": "Apply a patch to a directory",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,24 @@
# @pnpm/plugin-commands-patching
## 3.1.5
### Patch Changes
- f0d68ab2f: When patching a dependency, only consider files specified in the 'files' field of its package.json. Ignore all others [#6565](https://github.com/pnpm/pnpm/issues/6565)
- Updated dependencies [d9da627cd]
- Updated dependencies [302ebffc5]
- @pnpm/lockfile-utils@8.0.2
- @pnpm/constants@7.1.1
- @pnpm/plugin-commands-installation@13.0.10
- @pnpm/config@18.4.1
- @pnpm/lockfile-file@8.1.1
- @pnpm/error@5.0.2
- @pnpm/cli-utils@2.0.10
- @pnpm/store-connection-manager@6.0.12
- @pnpm/patching.apply-patch@2.0.3
- @pnpm/read-package-json@8.0.2
- @pnpm/read-project-manifest@5.0.2
## 3.1.4
### Patch Changes

View File

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