@smui/slider
Advanced tools
Comparing version 8.0.0-beta.0 to 8.0.0-beta.1
@@ -6,2 +6,19 @@ # Change Log | ||
# [8.0.0-beta.1](https://github.com/hperrin/svelte-material-ui/compare/v8.0.0-beta.0...v8.0.0-beta.1) (2024-12-11) | ||
### Bug Fixes | ||
* finish some migration steps, update readme ([95fbdc2](https://github.com/hperrin/svelte-material-ui/commit/95fbdc21e07c35cdfed81f8d8d1a1c789c475a8a)) | ||
* type issues ([0424a48](https://github.com/hperrin/svelte-material-ui/commit/0424a484de68a44ca2264553f08030a43b133b4f)) | ||
### Features | ||
* migrate components in slider to runes ([f1783d9](https://github.com/hperrin/svelte-material-ui/commit/f1783d94b874fd11c031af05039d24af3295bbe0)) | ||
# [8.0.0-beta.0](https://github.com/hperrin/svelte-material-ui/compare/v8.0.0-alpha.0...v8.0.0-beta.0) (2024-11-19) | ||
@@ -8,0 +25,0 @@ |
{ | ||
"name": "@smui/slider", | ||
"version": "8.0.0-beta.0", | ||
"version": "8.0.0-beta.1", | ||
"description": "Svelte Material UI - Slider", | ||
@@ -54,4 +54,4 @@ "type": "module", | ||
"@material/slider": "^14.0.0", | ||
"@smui/common": "^8.0.0-beta.0", | ||
"@smui/ripple": "^8.0.0-beta.0", | ||
"@smui/common": "^8.0.0-beta.1", | ||
"@smui/ripple": "^8.0.0-beta.1", | ||
"svelte2tsx": "^0.7.26" | ||
@@ -66,3 +66,3 @@ }, | ||
}, | ||
"gitHead": "ea2bf180f573dc54f8a6d148dbef0f23eed21020" | ||
"gitHead": "cf78a993fe276816e10dd5a3be86b8cfa333ea0e" | ||
} |
Sorry, the diff of this file is not supported yet
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
109293
20
Updated@smui/common@^8.0.0-beta.1
Updated@smui/ripple@^8.0.0-beta.1