frets-styles-generator
Advanced tools
Comparing version 1.4.0 to 2.0.0
@@ -5,2 +5,25 @@ # Change Log | ||
<a name="2.0.0"></a> | ||
# [2.0.0](https://gitlab.com/FRETS/frets/compare/v1.4.1...v2.0.0) (2020-11-20) | ||
* Merge pull request #13 from sirtimbly/upgrade-postcss ([cbe2d87](https://gitlab.com/FRETS/frets/commit/cbe2d87)) | ||
### Bug Fixes | ||
* react template excludes falsey children ([d5fe210](https://gitlab.com/FRETS/frets/commit/d5fe210)) | ||
### BREAKING CHANGES | ||
* upgraded to postcss 8 | ||
<a name="1.4.1"></a> | ||
## [1.4.1](https://gitlab.com/FRETS/frets/compare/v1.4.0...v1.4.1) (2020-01-16) | ||
<a name="1.4.0"></a> | ||
@@ -7,0 +30,0 @@ # [1.4.0](https://gitlab.com/FRETS/frets/compare/v1.3.0...v1.4.0) (2019-12-12) |
{ | ||
"name": "frets-styles-generator", | ||
"version": "1.4.0", | ||
"version": "2.0.0", | ||
"description": "Tool that genreates a typescript class for FRETS based on a CSS file", | ||
@@ -23,3 +23,3 @@ "main": "build/main/index.js", | ||
"changelog": "standard-version", | ||
"release": "yarn reset && yarn test && yarn docs:publish && yarn changelog", | ||
"release": "yarn reset && yarn test && yarn changelog", | ||
"reset": "git clean -dfx && git reset --hard && yarn" | ||
@@ -43,3 +43,3 @@ }, | ||
"engines": { | ||
"node": ">=8.0" | ||
"node": ">=10.0" | ||
}, | ||
@@ -100,4 +100,4 @@ "devDependencies": { | ||
"normalize-path": "^3.0.0", | ||
"postcss": "^7.0.14", | ||
"postcss-import": "^12.0.1", | ||
"postcss": "^8.1.8", | ||
"postcss-import": "^13.0.0", | ||
"tslib": "^1.9.3", | ||
@@ -104,0 +104,0 @@ "walk": "^2.3.14" |
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
51848
17
+ Addednanoid@3.3.8(transitive)
+ Addedpicocolors@1.1.1(transitive)
+ Addedpostcss@8.5.1(transitive)
+ Addedpostcss-import@13.0.0(transitive)
+ Addedpostcss-value-parser@4.2.0(transitive)
+ Addedsource-map-js@1.2.1(transitive)
- Removedpicocolors@0.2.1(transitive)
- Removedpostcss@7.0.39(transitive)
- Removedpostcss-import@12.0.1(transitive)
- Removedpostcss-value-parser@3.3.1(transitive)
- Removedsource-map@0.6.1(transitive)
Updatedpostcss@^8.1.8
Updatedpostcss-import@^13.0.0