Comparing version 8.0.0-alpha.0 to 8.0.0-beta.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [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) | ||
**Note:** Version bump only for package @smui/fab | ||
# [8.0.0-alpha.0](https://github.com/hperrin/svelte-material-ui/compare/v7.0.0...v8.0.0-alpha.0) (2024-05-13) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@smui/fab", | ||
"version": "8.0.0-alpha.0", | ||
"version": "8.0.0-beta.0", | ||
"description": "Svelte Material UI - Floating Action Button", | ||
@@ -54,14 +54,14 @@ "type": "module", | ||
"@material/feature-targeting": "^14.0.0", | ||
"@smui/common": "^8.0.0-alpha.0", | ||
"@smui/ripple": "^8.0.0-alpha.0", | ||
"svelte2tsx": "^0.7.8" | ||
"@smui/common": "^8.0.0-beta.0", | ||
"@smui/ripple": "^8.0.0-beta.0", | ||
"svelte2tsx": "^0.7.26" | ||
}, | ||
"devDependencies": { | ||
"@tsconfig/svelte": "^5.0.4", | ||
"sass": "^1.76.0", | ||
"svelte-check": "^3.7.1", | ||
"tslib": "^2.6.2", | ||
"typescript": "^5.4.5" | ||
"sass": "^1.81.0", | ||
"svelte-check": "^4.0.9", | ||
"tslib": "^2.8.1", | ||
"typescript": "^5.6.3" | ||
}, | ||
"gitHead": "de3f79ad5bfd9b15f4d1552f1728d76e72dec842" | ||
"gitHead": "ea2bf180f573dc54f8a6d148dbef0f23eed21020" | ||
} |
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
76006
Updated@smui/common@^8.0.0-beta.0
Updated@smui/ripple@^8.0.0-beta.0
Updatedsvelte2tsx@^0.7.26