@smui/list
Advanced tools
Comparing version 7.0.0-beta.12 to 7.0.0-beta.13
@@ -6,2 +6,13 @@ # Change Log | ||
# [7.0.0-beta.13](https://github.com/hperrin/svelte-material-ui/compare/v7.0.0-beta.12...v7.0.0-beta.13) (2023-06-29) | ||
### Bug Fixes | ||
* rework tag prop to allow svg, simplify prop types to fix ts error ([d1610c8](https://github.com/hperrin/svelte-material-ui/commit/d1610c8ebc1f8df2653770f45c43ac93ef78e4df)) | ||
# [7.0.0-beta.12](https://github.com/hperrin/svelte-material-ui/compare/v7.0.0-beta.11...v7.0.0-beta.12) (2023-06-29) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@smui/list", | ||
"version": "7.0.0-beta.12", | ||
"version": "7.0.0-beta.13", | ||
"description": "Svelte Material UI - List", | ||
@@ -45,4 +45,4 @@ "type": "module", | ||
"@material/list": "^14.0.0", | ||
"@smui/common": "^7.0.0-beta.12", | ||
"@smui/ripple": "^7.0.0-beta.12", | ||
"@smui/common": "^7.0.0-beta.13", | ||
"@smui/ripple": "^7.0.0-beta.13", | ||
"svelte2tsx": "^0.6.15" | ||
@@ -58,3 +58,3 @@ }, | ||
}, | ||
"gitHead": "744c5a72d4ab00bfbacec5dcf29a969a66b6c42e" | ||
"gitHead": "1e59862208afe0d032e8c53c723c152687990d57" | ||
} |
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
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
Sorry, the diff of this file is not supported yet
266222
Updated@smui/common@^7.0.0-beta.13
Updated@smui/ripple@^7.0.0-beta.13