Comparing version 3.0.0-beta.0 to 3.0.0-beta.1
import Fab from './Fab.svelte'; | ||
import Label from '@smui/common/Label.svelte'; | ||
import Icon from '@smui/common/Icon.svelte'; | ||
import Label from '@smui/common/CommonLabel.svelte'; | ||
import Icon from '@smui/common/CommonIcon.svelte'; | ||
@@ -6,0 +6,0 @@ export default Fab; |
@@ -6,2 +6,10 @@ # Change Log | ||
# [3.0.0-beta.1](https://github.com/hperrin/svelte-material-ui/compare/v3.0.0-beta.0...v3.0.0-beta.1) (2021-04-11) | ||
**Note:** Version bump only for package @smui/fab | ||
# [3.0.0-beta.0](https://github.com/hperrin/svelte-material-ui/compare/v2.0.0-beta.1...v3.0.0-beta.0) (2021-04-11) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@smui/fab", | ||
"version": "3.0.0-beta.0", | ||
"version": "3.0.0-beta.1", | ||
"description": "Svelte Material UI - Floating Action Button", | ||
@@ -33,4 +33,4 @@ "keywords": [ | ||
"@material/feature-targeting": "^10.0.0", | ||
"@smui/common": "^3.0.0-beta.0", | ||
"@smui/ripple": "^3.0.0-beta.0" | ||
"@smui/common": "^3.0.0-beta.1", | ||
"@smui/ripple": "^3.0.0-beta.1" | ||
}, | ||
@@ -40,3 +40,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "df924bdae36977405f6184097c456f2a8d4d3db6" | ||
"gitHead": "cb540acac526bf8f131fa9615176ee586bb7de80" | ||
} |
@@ -33,3 +33,3 @@ # Svelte Material UI - Floating Action Button | ||
_demo code:_ https://github.com/hperrin/svelte-material-ui/blob/master/site/src/routes/demo/fab.svelte | ||
_demo code:_ https://github.com/hperrin/svelte-material-ui/blob/master/site/src/routes/demo/fab/ | ||
@@ -36,0 +36,0 @@ # Exports |
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
39359
Updated@smui/common@^3.0.0-beta.1
Updated@smui/ripple@^3.0.0-beta.1