Comparing version 3.0.0 to 3.0.1
@@ -6,2 +6,18 @@ # Change Log | ||
## [3.0.1](https://github.com/hperrin/svelte-material-ui/compare/v3.0.0...v3.0.1) (2021-04-21) | ||
### Features | ||
* implement fixes and workarounds for Vite and SvelteKit ([9ed43aa](https://github.com/hperrin/svelte-material-ui/commit/9ed43aa83523877decd3c81c8c06f1219b302a76)) | ||
### Reverts | ||
* Revert "v3.0.1" ([d6a0858](https://github.com/hperrin/svelte-material-ui/commit/d6a08583dd65bb71f68fa11ff47e130318c844e5)) | ||
# [3.0.0](https://github.com/hperrin/svelte-material-ui/compare/v3.0.0-beta.12...v3.0.0) (2021-04-19) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@smui/fab", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Svelte Material UI - Floating Action Button", | ||
"type": "module", | ||
"module": "index.js", | ||
"keywords": [ | ||
@@ -33,4 +35,4 @@ "svelte", | ||
"@material/feature-targeting": "^10.0.0", | ||
"@smui/common": "^3.0.0", | ||
"@smui/ripple": "^3.0.0" | ||
"@smui/common": "^3.0.1", | ||
"@smui/ripple": "^3.0.1" | ||
}, | ||
@@ -40,3 +42,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "a0e5734f80dd799c7ff24e10d0d84bb2b8165615" | ||
"gitHead": "0419ea724f8191cb9cc06a68860638d5b657087d" | ||
} |
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
43018
Yes
Updated@smui/common@^3.0.1
Updated@smui/ripple@^3.0.1