Comparing version 0.5.3 to 0.6.0-1
@@ -6,2 +6,18 @@ # Change Log | ||
# [0.6.0-1](https://github.com/vcl/form/compare/v0.6.0-0...v0.6.0-1) (2019-09-02) | ||
**Note:** Version bump only for package @vcl/form | ||
# [0.6.0-0](https://github.com/vcl/form/compare/v0.5.4...v0.6.0-0) (2019-08-23) | ||
**Note:** Version bump only for package @vcl/form | ||
## [0.5.3](https://github.com/vcl/form/compare/v0.5.1...v0.5.3) (2019-08-13) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@vcl/form", | ||
"description": "Basic form layout variants and arrangement of form elements with labels", | ||
"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,5 +34,5 @@ "npm-run-all": "^4.1.5" | ||
"dependencies": { | ||
"@vcl/icogram": "^0.5.3", | ||
"@vcl/icon": "^0.5.3", | ||
"@vcl/theme": "^0.5.3", | ||
"@vcl/icogram": "^0.6.0-1", | ||
"@vcl/icon": "^0.6.0-1", | ||
"@vcl/theme": "^0.6.0-1", | ||
"normalize.css": "^8.0.1" | ||
@@ -59,3 +59,3 @@ }, | ||
}, | ||
"gitHead": "008db69eda383e3d650e6edcb1ee07a20009fb8d" | ||
"gitHead": "89d51745fbf9bcdfeba19ac7fee2e77343b0b7a8" | ||
} |
10095
+ Added@vcl/icogram@0.6.3(transitive)
+ Added@vcl/icon@0.6.3(transitive)
- Removed@vcl/icogram@0.5.3(transitive)
- Removed@vcl/icon@0.5.3(transitive)
Updated@vcl/icogram@^0.6.0-1
Updated@vcl/icon@^0.6.0-1
Updated@vcl/theme@^0.6.0-1