@changesets/config
Advanced tools
Comparing version 1.6.2 to 1.6.3
# @changesets/config | ||
## 1.6.3 | ||
### Patch Changes | ||
- [#667](https://github.com/atlassian/changesets/pull/667) [`fe8db75`](https://github.com/atlassian/changesets/commit/fe8db7500f81caea9064f8bec02bcb77e0fd8fce) Thanks [@fz6m](https://github.com/fz6m)! - Upgraded `@manypkg/get-packages` dependency to fix getting correct packages in pnpm workspaces with exclude rules. | ||
- Updated dependencies [[`fe8db75`](https://github.com/atlassian/changesets/commit/fe8db7500f81caea9064f8bec02bcb77e0fd8fce), [`9a993ba`](https://github.com/atlassian/changesets/commit/9a993ba09629c1620d749432520470cec49d3a96)]: | ||
- @changesets/get-dependents-graph@1.2.4 | ||
- @changesets/types@4.0.2 | ||
## 1.6.2 | ||
@@ -4,0 +14,0 @@ |
@@ -19,3 +19,3 @@ 'use strict'; | ||
name: "@changesets/config", | ||
version: "1.6.2", | ||
version: "1.6.3", | ||
description: "Utilities for reading and parsing Changeset's config", | ||
@@ -32,6 +32,6 @@ main: "dist/config.cjs.js", | ||
"@changesets/errors": "^0.1.4", | ||
"@changesets/get-dependents-graph": "^1.2.3", | ||
"@changesets/get-dependents-graph": "^1.2.4", | ||
"@changesets/logger": "^0.0.5", | ||
"@changesets/types": "^4.0.1", | ||
"@manypkg/get-packages": "^1.0.1", | ||
"@changesets/types": "^4.0.2", | ||
"@manypkg/get-packages": "^1.1.3", | ||
"fs-extra": "^7.0.1", | ||
@@ -38,0 +38,0 @@ micromatch: "^4.0.2" |
@@ -17,3 +17,3 @@ "use strict"; | ||
name: "@changesets/config", | ||
version: "1.6.2", | ||
version: "1.6.3", | ||
description: "Utilities for reading and parsing Changeset's config", | ||
@@ -27,6 +27,6 @@ main: "dist/config.cjs.js", | ||
"@changesets/errors": "^0.1.4", | ||
"@changesets/get-dependents-graph": "^1.2.3", | ||
"@changesets/get-dependents-graph": "^1.2.4", | ||
"@changesets/logger": "^0.0.5", | ||
"@changesets/types": "^4.0.1", | ||
"@manypkg/get-packages": "^1.0.1", | ||
"@changesets/types": "^4.0.2", | ||
"@manypkg/get-packages": "^1.1.3", | ||
"fs-extra": "^7.0.1", | ||
@@ -33,0 +33,0 @@ micromatch: "^4.0.2" |
@@ -10,3 +10,3 @@ import { readJSON } from 'fs-extra'; | ||
name: "@changesets/config", | ||
version: "1.6.2", | ||
version: "1.6.3", | ||
description: "Utilities for reading and parsing Changeset's config", | ||
@@ -23,6 +23,6 @@ main: "dist/config.cjs.js", | ||
"@changesets/errors": "^0.1.4", | ||
"@changesets/get-dependents-graph": "^1.2.3", | ||
"@changesets/get-dependents-graph": "^1.2.4", | ||
"@changesets/logger": "^0.0.5", | ||
"@changesets/types": "^4.0.1", | ||
"@manypkg/get-packages": "^1.0.1", | ||
"@changesets/types": "^4.0.2", | ||
"@manypkg/get-packages": "^1.1.3", | ||
"fs-extra": "^7.0.1", | ||
@@ -29,0 +29,0 @@ micromatch: "^4.0.2" |
{ | ||
"name": "@changesets/config", | ||
"version": "1.6.2", | ||
"version": "1.6.3", | ||
"description": "Utilities for reading and parsing Changeset's config", | ||
@@ -15,6 +15,6 @@ "main": "dist/config.cjs.js", | ||
"@changesets/errors": "^0.1.4", | ||
"@changesets/get-dependents-graph": "^1.2.3", | ||
"@changesets/get-dependents-graph": "^1.2.4", | ||
"@changesets/logger": "^0.0.5", | ||
"@changesets/types": "^4.0.1", | ||
"@manypkg/get-packages": "^1.0.1", | ||
"@changesets/types": "^4.0.2", | ||
"@manypkg/get-packages": "^1.1.3", | ||
"fs-extra": "^7.0.1", | ||
@@ -21,0 +21,0 @@ "micromatch": "^4.0.2" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
50165