@changesets/assemble-release-plan
Advanced tools
Comparing version 0.1.2 to 0.2.0
# @changesets/assemble-release-plan | ||
## 0.2.0 | ||
### Minor Changes | ||
- [296a6731](https://github.com/atlassian/changesets/commit/296a6731) - Safety bump: Towards the end of preparing changesets v2, there was a lot of chaos - this bump is to ensure every package on npm matches what is found in the repository. | ||
### Patch Changes | ||
- Updated dependencies [296a6731]: | ||
- @changesets/config@0.2.0 | ||
- @changesets/types@0.2.0 | ||
## 0.1.2 | ||
@@ -4,0 +16,0 @@ |
{ | ||
"name": "@changesets/assemble-release-plan", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"description": "Reads changesets and adds information on dependents that need bumping", | ||
@@ -11,8 +11,8 @@ "main": "dist/assemble-release-plan.cjs.js", | ||
"@babel/runtime": "^7.4.4", | ||
"@changesets/types": "^0.1.2", | ||
"@changesets/types": "^0.2.0", | ||
"semver": "^5.4.1" | ||
}, | ||
"devDependencies": { | ||
"@changesets/config": "^0.1.2" | ||
"@changesets/config": "^0.2.0" | ||
} | ||
} | ||
} |
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
60809
+ Added@changesets/types@0.2.0(transitive)
- Removed@changesets/types@0.1.2(transitive)
Updated@changesets/types@^0.2.0