@changesets/assemble-release-plan
Advanced tools
Comparing version 1.0.0 to 1.0.1
# @changesets/assemble-release-plan | ||
## 1.0.1 | ||
### Patch Changes | ||
- [`04ddfd7`](https://github.com/atlassian/changesets/commit/04ddfd7c3acbfb84ef9c92873fe7f9dea1f5145c) [#305](https://github.com/atlassian/changesets/pull/305) Thanks [@Noviny](https://github.com/Noviny)! - Add link to changelog in readme | ||
* [`b49e1cf`](https://github.com/atlassian/changesets/commit/b49e1cff65dca7fe9e341a35aa91704aa0e51cb3) [#306](https://github.com/atlassian/changesets/pull/306) Thanks [@Andarist](https://github.com/Andarist)! - Ignore `node_modules` when glob searching for packages. This fixes an issue with package cycles. | ||
* Updated dependencies [[`04ddfd7`](https://github.com/atlassian/changesets/commit/04ddfd7c3acbfb84ef9c92873fe7f9dea1f5145c), [`e56928b`](https://github.com/atlassian/changesets/commit/e56928bbd6f9096def06ac37487bdbf28efec9d1), [`b49e1cf`](https://github.com/atlassian/changesets/commit/b49e1cff65dca7fe9e341a35aa91704aa0e51cb3)]: | ||
- @changesets/config@1.0.1 | ||
- @changesets/errors@0.1.3 | ||
- @changesets/get-dependents-graph@1.0.1 | ||
- @changesets/types@1.0.1 | ||
## 1.0.0 | ||
@@ -4,0 +18,0 @@ |
{ | ||
"name": "@changesets/assemble-release-plan", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Reads changesets and adds information on dependents that need bumping", | ||
@@ -11,6 +11,6 @@ "main": "dist/assemble-release-plan.cjs.js", | ||
"@babel/runtime": "^7.4.4", | ||
"@changesets/errors": "^0.1.2", | ||
"@changesets/get-dependents-graph": "^1.0.0", | ||
"@changesets/types": "^1.0.0", | ||
"@manypkg/get-packages": "^1.0.0", | ||
"@changesets/errors": "^0.1.3", | ||
"@changesets/get-dependents-graph": "^1.0.1", | ||
"@changesets/types": "^1.0.1", | ||
"@manypkg/get-packages": "^1.0.1", | ||
"semver": "^5.4.1" | ||
@@ -17,0 +17,0 @@ }, |
# Assemble Release Plan | ||
[![View changelog](https://img.shields.io/badge/changelogs.xyz-Explore%20Changelog-brightgreen)](https://changelogs.xyz/@changesets/assemble-release-plan) | ||
Assemble a release plan for changesets from data about a repository. | ||
@@ -4,0 +6,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
86128
43