@changesets/read
Advanced tools
Comparing version 0.2.0 to 0.2.1
# @changesets/read | ||
## 0.2.1 | ||
### Patch Changes | ||
- [8c43fa0](https://github.com/atlassian/changesets/commit/8c43fa061e2a5a01e4f32504ed351d261761c8dc) [#155](https://github.com/atlassian/changesets/pull/155) Thanks [@Noviny](https://github.com/Noviny)! - Add Readme | ||
* [0320391](https://github.com/atlassian/changesets/commit/0320391699a73621d0e51ce031062a06cbdefadc) [#163](https://github.com/atlassian/changesets/pull/163) Thanks [@Noviny](https://github.com/Noviny)! - Reordered dependencies in the package json (this should have no impact) | ||
* Updated dependencies [8c43fa0, 0320391, 1ff73b7]: | ||
- @changesets/git@0.2.1 | ||
- @changesets/parse@0.2.1 | ||
- @changesets/types@0.3.0 | ||
## 0.2.0 | ||
@@ -4,0 +17,0 @@ |
{ | ||
"name": "@changesets/read", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Read changesets from disc, and return the information as JSON", | ||
@@ -11,6 +11,6 @@ "main": "dist/read.cjs.js", | ||
"@babel/runtime": "^7.4.4", | ||
"fs-extra": "^7.0.1", | ||
"@changesets/parse": "^0.2.0", | ||
"@changesets/types": "^0.2.0", | ||
"@changesets/git": "^0.2.0" | ||
"@changesets/git": "^0.2.1", | ||
"@changesets/parse": "^0.2.1", | ||
"@changesets/types": "^0.3.0", | ||
"fs-extra": "^7.0.1" | ||
}, | ||
@@ -17,0 +17,0 @@ "devDependencies": { |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
11102
11
0
12
- Removed@changesets/types@0.2.0(transitive)
Updated@changesets/git@^0.2.1
Updated@changesets/parse@^0.2.1
Updated@changesets/types@^0.3.0