@changesets/read
Advanced tools
Comparing version 0.5.5 to 0.5.6
# @changesets/read | ||
## 0.5.6 | ||
### Patch Changes | ||
- Updated dependencies [[`dd9b76f`](https://github.com/changesets/changesets/commit/dd9b76f162a546ae8b412e0cb10277f971f3585e), [`dd9b76f`](https://github.com/changesets/changesets/commit/dd9b76f162a546ae8b412e0cb10277f971f3585e)]: | ||
- @changesets/git@1.4.0 | ||
- @changesets/types@5.1.0 | ||
- @changesets/parse@0.3.14 | ||
## 0.5.5 | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "@changesets/read", | ||
"version": "0.5.5", | ||
"version": "0.5.6", | ||
"description": "Read changesets from disc, and return the information as JSON", | ||
@@ -11,6 +11,6 @@ "main": "dist/read.cjs.js", | ||
"@babel/runtime": "^7.10.4", | ||
"@changesets/git": "^1.3.2", | ||
"@changesets/git": "^1.4.0", | ||
"@changesets/logger": "^0.0.5", | ||
"@changesets/parse": "^0.3.13", | ||
"@changesets/types": "^5.0.0", | ||
"@changesets/parse": "^0.3.14", | ||
"@changesets/types": "^5.1.0", | ||
"chalk": "^2.1.0", | ||
@@ -17,0 +17,0 @@ "fs-extra": "^7.0.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
32277
Updated@changesets/git@^1.4.0
Updated@changesets/parse@^0.3.14
Updated@changesets/types@^5.1.0