@smui/switch
Advanced tools
Comparing version 7.0.0-beta.13 to 7.0.0-beta.14
@@ -6,2 +6,13 @@ # Change Log | ||
# [7.0.0-beta.14](https://github.com/hperrin/svelte-material-ui/compare/v7.0.0-beta.13...v7.0.0-beta.14) (2023-06-30) | ||
### Bug Fixes | ||
* move omit generic down line to fix union type that is too complex to represent type error ([b26b1d4](https://github.com/hperrin/svelte-material-ui/commit/b26b1d471d9cc2c6e5aa6e07e3c71cd692271fdb)) | ||
# [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) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@smui/switch", | ||
"version": "7.0.0-beta.13", | ||
"version": "7.0.0-beta.14", | ||
"description": "Svelte Material UI - Switch", | ||
@@ -45,4 +45,4 @@ "type": "module", | ||
"@material/theme": "^14.0.0", | ||
"@smui/common": "^7.0.0-beta.13", | ||
"@smui/ripple": "^7.0.0-beta.13", | ||
"@smui/common": "^7.0.0-beta.14", | ||
"@smui/ripple": "^7.0.0-beta.14", | ||
"svelte2tsx": "^0.6.15" | ||
@@ -58,3 +58,3 @@ }, | ||
}, | ||
"gitHead": "1e59862208afe0d032e8c53c723c152687990d57" | ||
"gitHead": "feca1d13dfc9f4a6bae3cd98eff66084a63f885f" | ||
} |
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
97122
Updated@smui/common@^7.0.0-beta.14
Updated@smui/ripple@^7.0.0-beta.14