@smui/checkbox
Advanced tools
Comparing version 3.0.0-beta.0 to 3.0.0-beta.1
@@ -6,2 +6,10 @@ # Change Log | ||
# [3.0.0-beta.1](https://github.com/hperrin/svelte-material-ui/compare/v3.0.0-beta.0...v3.0.0-beta.1) (2021-04-11) | ||
**Note:** Version bump only for package @smui/checkbox | ||
# [3.0.0-beta.0](https://github.com/hperrin/svelte-material-ui/compare/v2.0.0-beta.1...v3.0.0-beta.0) (2021-04-11) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@smui/checkbox", | ||
"version": "3.0.0-beta.0", | ||
"version": "3.0.0-beta.1", | ||
"description": "Svelte Material UI - Checkbox", | ||
@@ -32,4 +32,4 @@ "keywords": [ | ||
"@material/checkbox": "^10.0.0", | ||
"@smui/common": "^3.0.0-beta.0", | ||
"@smui/ripple": "^3.0.0-beta.0" | ||
"@smui/common": "^3.0.0-beta.1", | ||
"@smui/ripple": "^3.0.0-beta.1" | ||
}, | ||
@@ -39,3 +39,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "df924bdae36977405f6184097c456f2a8d4d3db6" | ||
"gitHead": "cb540acac526bf8f131fa9615176ee586bb7de80" | ||
} |
@@ -35,3 +35,3 @@ # Svelte Material UI - Checkbox | ||
_demo code:_ https://github.com/hperrin/svelte-material-ui/blob/master/site/src/routes/demo/checkbox.svelte | ||
_demo code:_ https://github.com/hperrin/svelte-material-ui/blob/master/site/src/routes/demo/checkbox/ | ||
@@ -38,0 +38,0 @@ # Exports |
Sorry, the diff of this file is not supported yet
55784
Updated@smui/common@^3.0.0-beta.1
Updated@smui/ripple@^3.0.0-beta.1