@changesets/assemble-release-plan
Advanced tools
Comparing version 2.0.0 to 2.0.1
# @changesets/assemble-release-plan | ||
## 2.0.1 | ||
### Patch Changes | ||
- [`1706fb7`](https://github.com/atlassian/changesets/commit/1706fb751ecc2f5a792c42f467b2063078d58716) [#321](https://github.com/atlassian/changesets/pull/321) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Fix TypeScript declarations | ||
- Updated dependencies [[`1706fb7`](https://github.com/atlassian/changesets/commit/1706fb751ecc2f5a792c42f467b2063078d58716)]: | ||
- @changesets/errors@0.1.4 | ||
- @changesets/get-dependents-graph@1.1.1 | ||
- @changesets/types@2.0.1 | ||
## 2.0.0 | ||
@@ -4,0 +15,0 @@ |
{ | ||
"name": "@changesets/assemble-release-plan", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Reads changesets and adds information on dependents that need bumping", | ||
@@ -11,5 +11,5 @@ "main": "dist/assemble-release-plan.cjs.js", | ||
"@babel/runtime": "^7.4.4", | ||
"@changesets/errors": "^0.1.3", | ||
"@changesets/get-dependents-graph": "^1.1.0", | ||
"@changesets/types": "^2.0.0", | ||
"@changesets/errors": "^0.1.4", | ||
"@changesets/get-dependents-graph": "^1.1.1", | ||
"@changesets/types": "^2.0.1", | ||
"@manypkg/get-packages": "^1.0.1", | ||
@@ -16,0 +16,0 @@ "semver": "^5.4.1" |
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
89630