@smui/button
Advanced tools
Comparing version 1.0.0-beta.9 to 1.0.0-beta.10
@@ -6,4 +6,15 @@ # Change Log | ||
# [1.0.0-beta.10](https://github.com/hperrin/svelte-material-ui/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2019-09-03) | ||
### Bug Fixes | ||
* dependencies between packages ([a883601](https://github.com/hperrin/svelte-material-ui/commit/a883601)) | ||
# [1.0.0-beta.8](https://github.com/hperrin/svelte-material-ui/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2019-08-30) | ||
**Note:** Version bump only for package @smui/button |
{ | ||
"name": "@smui/button", | ||
"version": "1.0.0-beta.9", | ||
"version": "1.0.0-beta.10", | ||
"description": "Svelte Material UI - Button", | ||
@@ -33,5 +33,6 @@ "keywords": [ | ||
"@material/feature-targeting": "^3.1.0", | ||
"@smui/common": "^1.0.0-beta.8" | ||
"@smui/common": "^1.0.0-beta.8", | ||
"@smui/ripple": "^1.0.0-beta.10" | ||
}, | ||
"gitHead": "c18f5298e0d35c28c3a1cdaf1bdd3f8af3d0ed3b" | ||
"gitHead": "78bdf3fc7b07f1c48e390d652831bc70b2a6890f" | ||
} |
21772
5
+ Added@smui/ripple@^1.0.0-beta.10
+ Added@smui/ripple@1.1.0(transitive)