@vcl/icogram
Advanced tools
Comparing version 0.5.3 to 0.6.0-1
@@ -6,2 +6,27 @@ # Change Log | ||
# [0.6.0-1](https://github.com/vcl/vcl/compare/v0.6.0-0...v0.6.0-1) (2019-09-02) | ||
**Note:** Version bump only for package @vcl/icogram | ||
# [0.6.0-0](https://github.com/vcl/vcl/compare/v0.5.4...v0.6.0-0) (2019-08-23) | ||
### Code Refactoring | ||
* **badge:** integrate label into badge ([f490621](https://github.com/vcl/vcl/commit/f490621)) | ||
### BREAKING CHANGES | ||
* **badge:** vclLabel was removed. To update, replace "vclLabel" with "vclBadge" and "vclBadge" | ||
with "vclBadge vclRounded". | ||
## [0.5.3](https://github.com/vcl/vcl/compare/v0.5.1...v0.5.3) (2019-08-13) | ||
@@ -8,0 +33,0 @@ |
{ | ||
"name": "@vcl/icogram", | ||
"description": "The combination of icon(s) and a textual label(s) in any permutation", | ||
"version": "0.5.3", | ||
"version": "0.6.0-1", | ||
"main": "package.json", | ||
@@ -27,4 +27,4 @@ "scripts": { | ||
"devDependencies": { | ||
"@vcl/build-demo": "^0.5.3", | ||
"@vcl/preprocessor": "^0.5.3", | ||
"@vcl/build-demo": "^0.6.0-1", | ||
"@vcl/preprocessor": "^0.6.0-1", | ||
"browser-sync": "^2.26.3", | ||
@@ -34,4 +34,4 @@ "npm-run-all": "^4.1.5" | ||
"dependencies": { | ||
"@vcl/icon": "^0.5.3", | ||
"@vcl/theme": "^0.5.3", | ||
"@vcl/icon": "^0.6.0-1", | ||
"@vcl/theme": "^0.6.0-1", | ||
"normalize.css": "^8.0.1" | ||
@@ -54,3 +54,3 @@ }, | ||
}, | ||
"gitHead": "008db69eda383e3d650e6edcb1ee07a20009fb8d" | ||
"gitHead": "89d51745fbf9bcdfeba19ac7fee2e77343b0b7a8" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
9355
+ Added@vcl/icon@0.6.3(transitive)
- Removed@vcl/icon@0.5.3(transitive)
Updated@vcl/icon@^0.6.0-1
Updated@vcl/theme@^0.6.0-1