chore(release): 7.28.0

This commit is contained in:
Zoltan Kochan 2023-02-25 18:17:46 +02:00
parent a3e0223ce4
commit cdd5eb6b5a
No known key found for this signature in database
GPG Key ID: 649E4D4AF74E7DEC
90 changed files with 353 additions and 72 deletions

View File

@ -1,6 +0,0 @@
---
"@pnpm/plugin-commands-patching": patch
"pnpm": patch
---
`patch-commit` should auto apply patches in workspaces [#6048](https://github.com/pnpm/pnpm/issues/6048)

View File

@ -1,6 +0,0 @@
---
"@pnpm/hooks.read-package-hook": minor
"pnpm": minor
---
Extends the `pnpm.peerDependencyRules.allowedVersions` `package.json` option to support the `parent>child` selector syntax. This syntax allows for extending specific `peerDependencies` [#6108](https://github.com/pnpm/pnpm/pull/6108).

View File

@ -1,7 +0,0 @@
---
"@pnpm/lockfile-file": patch
"@pnpm/core": patch
"pnpm": patch
---
Automatically fix conflicts in v6 lockfile.

View File

@ -1,6 +0,0 @@
---
"@pnpm/plugin-commands-config": patch
"pnpm": patch
---
`pnpm config set` should write to the global config file by default [#5877](https://github.com/pnpm/pnpm/issues/5877).

View File

@ -1,5 +1,12 @@
# @pnpm-private/updater
## 0.4.9
### Patch Changes
- Updated dependencies [ed946c73e]
- @pnpm/lockfile-file@7.0.5
## 0.4.8
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm-private/updater",
"version": "0.4.8",
"version": "0.4.9",
"private": true,
"type": "module",
"scripts": {

View File

@ -1,5 +1,12 @@
# @pnpm/cli-utils
## 1.1.1
### Patch Changes
- @pnpm/config@16.6.4
- @pnpm/default-reporter@11.0.36
## 1.1.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/cli-utils",
"version": "1.1.0",
"version": "1.1.1",
"description": "Utils for pnpm commands",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,11 @@
# @pnpm/default-reporter
## 11.0.36
### Patch Changes
- @pnpm/config@16.6.4
## 11.0.35
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/default-reporter",
"version": "11.0.35",
"version": "11.0.36",
"description": "The default reporter of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,11 @@
# @pnpm/config
## 16.6.4
### Patch Changes
- @pnpm/pnpmfile@4.0.34
## 16.6.3
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/config",
"version": "16.6.3",
"version": "16.6.4",
"description": "Gets configuration options for pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,13 @@
# @pnpm/plugin-commands-config
## 1.0.18
### Patch Changes
- a3e0223ce: `pnpm config set` should write to the global config file by default [#5877](https://github.com/pnpm/pnpm/issues/5877).
- @pnpm/config@16.6.4
- @pnpm/cli-utils@1.1.1
## 1.0.17
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-config",
"version": "1.0.17",
"version": "1.0.18",
"description": "Commands for reading and writing settings to/from config files",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,12 @@
# @pnpm/plugin-commands-env
## 3.1.30
### Patch Changes
- @pnpm/config@16.6.4
- @pnpm/cli-utils@1.1.1
## 3.1.29
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-env",
"version": "3.1.29",
"version": "3.1.30",
"description": "pnpm commands for managing Node.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,15 @@
# @pnpm/plugin-commands-rebuild
## 7.1.1
### Patch Changes
- @pnpm/get-context@8.2.3
- @pnpm/config@16.6.4
- @pnpm/cli-utils@1.1.1
- @pnpm/store-connection-manager@5.2.14
- @pnpm/find-workspace-packages@5.0.36
## 7.1.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-rebuild",
"version": "7.1.0",
"version": "7.1.1",
"description": "Commands for rebuilding dependencies",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,13 @@
# @pnpm/plugin-commands-script-runners
## 6.5.1
### Patch Changes
- @pnpm/plugin-commands-installation@11.5.1
- @pnpm/config@16.6.4
- @pnpm/cli-utils@1.1.1
## 6.5.0
### Minor Changes

View File

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

View File

@ -1,5 +1,12 @@
# @pnpm/pnpmfile
## 4.0.34
### Patch Changes
- Updated dependencies [ed946c73e]
- @pnpm/core@7.8.4
## 4.0.33
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/pnpmfile",
"version": "4.0.33",
"version": "4.0.34",
"description": "Reading a .pnpmfile.cjs",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,11 @@
# @pnpm/hooks.read-package-hook
## 2.1.0
### Minor Changes
- f39d608ac: Extends the `pnpm.peerDependencyRules.allowedVersions` `package.json` option to support the `parent>child` selector syntax. This syntax allows for extending specific `peerDependencies` [#6108](https://github.com/pnpm/pnpm/pull/6108).
## 2.0.12
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/hooks.read-package-hook",
"version": "2.0.12",
"version": "2.1.0",
"description": "Creates the default package reader hook used by pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,11 @@
# @pnpm/audit
## 6.1.7
### Patch Changes
- @pnpm/list@8.2.1
## 6.1.6
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/audit",
"version": "6.1.6",
"version": "6.1.7",
"description": "Audit a lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,11 @@
# @pnpm/lockfile-file
## 7.0.5
### Patch Changes
- ed946c73e: Automatically fix conflicts in v6 lockfile.
## 7.0.4
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile-file",
"version": "7.0.4",
"version": "7.0.5",
"description": "Read/write pnpm-lock.yaml files",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,12 @@
# @pnpm/lockfile-to-pnp
## 2.0.13
### Patch Changes
- Updated dependencies [ed946c73e]
- @pnpm/lockfile-file@7.0.5
## 2.0.12
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile-to-pnp",
"version": "2.0.12",
"version": "2.0.13",
"description": "Creates a Plug'n'Play file from a pnpm-lock.yaml",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,15 @@
# @pnpm/plugin-commands-audit
## 7.2.9
### Patch Changes
- Updated dependencies [ed946c73e]
- @pnpm/lockfile-file@7.0.5
- @pnpm/audit@6.1.7
- @pnpm/config@16.6.4
- @pnpm/cli-utils@1.1.1
## 7.2.8
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-audit",
"version": "7.2.8",
"version": "7.2.9",
"description": "pnpm commands for dependencies audit",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,12 @@
# @pnpm/make-dedicated-lockfile
## 0.4.13
### Patch Changes
- Updated dependencies [ed946c73e]
- @pnpm/lockfile-file@7.0.5
## 0.4.12
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/make-dedicated-lockfile",
"version": "0.4.12",
"version": "0.4.13",
"description": "Creates a dedicated lockfile for a subset of workspace projects",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,13 @@
# @pnpm/mount-modules
## 0.3.36
### Patch Changes
- Updated dependencies [ed946c73e]
- @pnpm/lockfile-file@7.0.5
- @pnpm/config@16.6.4
## 0.3.35
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/mount-modules",
"version": "0.3.35",
"version": "0.3.36",
"description": "Mounts a node_modules directory with FUSE",
"main": "lib/index.js",
"bin": "bin/mount-modules.js",

View File

@ -1,5 +1,12 @@
# @pnpm/plugin-commands-doctor
## 1.0.34
### Patch Changes
- @pnpm/config@16.6.4
- @pnpm/cli-utils@1.1.1
## 1.0.33
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-doctor",
"version": "1.0.33",
"version": "1.0.34",
"description": "Commands for checks of known common issues ",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,12 @@
# @pnpm/plugin-commands-init
## 2.0.36
### Patch Changes
- @pnpm/config@16.6.4
- @pnpm/cli-utils@1.1.1
## 2.0.35
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-init",
"version": "2.0.35",
"version": "2.0.36",
"description": "Create a package.json file",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,11 @@
# @pnpm/plugin-commands-setup
## 3.0.36
### Patch Changes
- @pnpm/cli-utils@1.1.1
## 3.0.35
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-setup",
"version": "3.0.35",
"version": "3.0.36",
"description": "pnpm commands for setting up pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,15 @@
# @pnpm/plugin-commands-patching
## 2.1.10
### Patch Changes
- 6f56cc16e: `patch-commit` should auto apply patches in workspaces [#6048](https://github.com/pnpm/pnpm/issues/6048)
- @pnpm/plugin-commands-installation@11.5.1
- @pnpm/config@16.6.4
- @pnpm/cli-utils@1.1.1
- @pnpm/store-connection-manager@5.2.14
## 2.1.9
### Patch Changes

View File

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

View File

@ -1,5 +1,18 @@
# @pnpm/core
## 7.8.4
### Patch Changes
- ed946c73e: Automatically fix conflicts in v6 lockfile.
- Updated dependencies [f39d608ac]
- Updated dependencies [ed946c73e]
- @pnpm/hooks.read-package-hook@2.1.0
- @pnpm/lockfile-file@7.0.5
- @pnpm/lockfile-to-pnp@2.0.13
- @pnpm/get-context@8.2.3
- @pnpm/headless@19.5.1
## 7.8.3
### Patch Changes

View File

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

View File

@ -1,5 +1,13 @@
# @pnpm/get-context
## 8.2.3
### Patch Changes
- Updated dependencies [ed946c73e]
- @pnpm/lockfile-file@7.0.5
- @pnpm/read-projects-context@7.0.11
## 8.2.2
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/get-context",
"version": "8.2.2",
"version": "8.2.3",
"description": "Gets context information about a project",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,14 @@
# @pnpm/headless
## 19.5.1
### Patch Changes
- Updated dependencies [ed946c73e]
- @pnpm/lockfile-file@7.0.5
- @pnpm/lockfile-to-pnp@2.0.13
- @pnpm/real-hoist@1.1.6
## 19.5.0
### Minor Changes

View File

@ -1,7 +1,7 @@
{
"name": "@pnpm/headless",
"description": "Fast installation using only pnpm-lock.yaml",
"version": "19.5.0",
"version": "19.5.1",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},

View File

@ -1,5 +1,20 @@
# @pnpm/plugin-commands-installation
## 11.5.1
### Patch Changes
- Updated dependencies [ed946c73e]
- @pnpm/core@7.8.4
- @pnpm/outdated@11.0.20
- @pnpm/pnpmfile@4.0.34
- @pnpm/plugin-commands-rebuild@7.1.1
- @pnpm/config@16.6.4
- @pnpm/cli-utils@1.1.1
- @pnpm/store-connection-manager@5.2.14
- @pnpm/find-workspace-packages@5.0.36
- @pnpm/filter-workspace-packages@6.0.36
## 11.5.0
### Minor Changes

View File

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

View File

@ -1,5 +1,12 @@
# @pnpm/read-projects-context
## 7.0.11
### Patch Changes
- Updated dependencies [ed946c73e]
- @pnpm/lockfile-file@7.0.5
## 7.0.10
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/read-projects-context",
"version": "7.0.10",
"version": "7.0.11",
"description": "Reads the current state of projects from modules manifest",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,16 +1,20 @@
# pnpm
## 7.28.0-0
## 7.28.0
### Minor Changes
- Add `--report-summary` for `pnpm exec` and `pnpm run` [#6008](https://github.com/pnpm/pnpm/issues/6008).
- Show path info for `pnpm why --json` or `--long` [#6103](https://github.com/pnpm/pnpm/issues/6103).
- Extends the `pnpm.peerDependencyRules.allowedVersions` `package.json` option to support the `parent>child` selector syntax. This syntax allows for extending specific `peerDependencies` [#6108](https://github.com/pnpm/pnpm/pull/6108).
### Patch Changes
- Update the lockfile if a workspace has a new project with no dependencies.
- Fix a case of installs not being deterministic and causing lockfile changes between repeat installs. When a dependency only declares `peerDependenciesMeta` and not `peerDependencies`, `dependencies`, or `optionalDependencies`, the dependency's peers were not considered deterministically before.
- `patch-commit` should auto apply patches in workspaces [#6048](https://github.com/pnpm/pnpm/issues/6048)
- Automatically fix conflicts in v6 lockfile.
- `pnpm config set` should write to the global config file by default [#5877](https://github.com/pnpm/pnpm/issues/5877).
## 7.27.1

View File

@ -1,7 +1,7 @@
{
"name": "@pnpm/exe",
"description": "Fast, disk space efficient package manager",
"version": "7.28.0-0",
"version": "7.28.0",
"publishConfig": {
"bin": {
"pnpm": "pnpm"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,12 @@
# @pnpm/plugin-commands-deploy
## 2.0.36
### Patch Changes
- @pnpm/plugin-commands-installation@11.5.1
- @pnpm/cli-utils@1.1.1
## 2.0.35
### Patch Changes

View File

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

View File

@ -1,5 +1,12 @@
# @pnpm/plugin-commands-publishing
## 6.1.16
### Patch Changes
- @pnpm/config@16.6.4
- @pnpm/cli-utils@1.1.1
## 6.1.15
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-publishing",
"version": "6.1.15",
"version": "6.1.16",
"description": "The pack and publish commands of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,12 @@
# @pnpm/reviewing.dependencies-hierarchy
## 1.2.4
### Patch Changes
- Updated dependencies [ed946c73e]
- @pnpm/lockfile-file@7.0.5
## 1.2.3
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/reviewing.dependencies-hierarchy",
"version": "1.2.3",
"version": "1.2.4",
"description": "Creates a dependencies hierarchy for a symlinked `node_modules`",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,12 @@
# @pnpm/license-scanner
## 1.0.15
### Patch Changes
- Updated dependencies [ed946c73e]
- @pnpm/lockfile-file@7.0.5
## 1.0.14
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/license-scanner",
"version": "1.0.14",
"version": "1.0.15",
"description": "Check for licenses packages",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,11 @@
# @pnpm/list
## 8.2.1
### Patch Changes
- @pnpm/reviewing.dependencies-hierarchy@1.2.4
## 8.2.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/list",
"version": "8.2.0",
"version": "8.2.1",
"description": "List installed packages in a symlinked `node_modules`",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,12 @@
# @pnpm/outdated
## 11.0.20
### Patch Changes
- Updated dependencies [ed946c73e]
- @pnpm/lockfile-file@7.0.5
## 11.0.19
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/outdated",
"version": "11.0.19",
"version": "11.0.20",
"description": "Check for outdated packages",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,15 @@
# @pnpm/plugin-commands-licenses
## 1.0.27
### Patch Changes
- Updated dependencies [ed946c73e]
- @pnpm/lockfile-file@7.0.5
- @pnpm/license-scanner@1.0.15
- @pnpm/config@16.6.4
- @pnpm/cli-utils@1.1.1
## 1.0.26
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-licenses",
"version": "1.0.26",
"version": "1.0.27",
"description": "The licenses command of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,13 @@
# @pnpm/plugin-commands-listing
## 6.0.36
### Patch Changes
- @pnpm/list@8.2.1
- @pnpm/config@16.6.4
- @pnpm/cli-utils@1.1.1
## 6.0.35
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-listing",
"version": "6.0.35",
"version": "6.0.36",
"description": "The list and why commands of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,15 @@
# @pnpm/plugin-commands-outdated
## 8.0.31
### Patch Changes
- Updated dependencies [ed946c73e]
- @pnpm/lockfile-file@7.0.5
- @pnpm/outdated@11.0.20
- @pnpm/config@16.6.4
- @pnpm/cli-utils@1.1.1
## 8.0.30
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-outdated",
"version": "8.0.30",
"version": "8.0.31",
"description": "The outdated command of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,13 @@
# @pnpm/plugin-commands-server
## 5.0.36
### Patch Changes
- @pnpm/config@16.6.4
- @pnpm/cli-utils@1.1.1
- @pnpm/store-connection-manager@5.2.14
## 5.0.35
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-server",
"version": "5.0.35",
"version": "5.0.36",
"description": "Commands for controlling the store server",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,14 @@
# @pnpm/plugin-commands-store
## 6.0.36
### Patch Changes
- @pnpm/get-context@8.2.3
- @pnpm/config@16.6.4
- @pnpm/cli-utils@1.1.1
- @pnpm/store-connection-manager@5.2.14
## 6.0.35
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-store",
"version": "6.0.35",
"version": "6.0.36",
"description": "Commands for controlling the store",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,11 @@
# @pnpm/store-connection-manager
## 5.2.14
### Patch Changes
- @pnpm/config@16.6.4
## 5.2.13
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/store-connection-manager",
"version": "5.2.13",
"version": "5.2.14",
"description": "Create a direct pnpm store controller or connect to a running store server",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,11 @@
# @pnpm/filter-workspace-packages
## 6.0.36
### Patch Changes
- @pnpm/find-workspace-packages@5.0.36
## 6.0.35
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/filter-workspace-packages",
"version": "6.0.35",
"version": "6.0.36",
"description": "Filters packages in a workspace",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,11 @@
# @pnpm/find-workspace-packages
## 5.0.36
### Patch Changes
- @pnpm/cli-utils@1.1.1
## 5.0.35
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/find-workspace-packages",
"version": "5.0.35",
"version": "5.0.36",
"description": "Finds packages inside a workspace",
"main": "lib/index.js",
"types": "lib/index.d.ts",