Comparing version 3.0.0-beta.1 to 3.0.0-beta.2
@@ -6,2 +6,10 @@ # Change Log | ||
# [3.0.0-beta.2](https://github.com/hperrin/svelte-material-ui/compare/v3.0.0-beta.1...v3.0.0-beta.2) (2021-04-11) | ||
**Note:** Version bump only for package @smui/fab | ||
# [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) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@smui/fab", | ||
"version": "3.0.0-beta.1", | ||
"version": "3.0.0-beta.2", | ||
"description": "Svelte Material UI - Floating Action Button", | ||
@@ -33,4 +33,4 @@ "keywords": [ | ||
"@material/feature-targeting": "^10.0.0", | ||
"@smui/common": "^3.0.0-beta.1", | ||
"@smui/ripple": "^3.0.0-beta.1" | ||
"@smui/common": "^3.0.0-beta.2", | ||
"@smui/ripple": "^3.0.0-beta.2" | ||
}, | ||
@@ -40,3 +40,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "cb540acac526bf8f131fa9615176ee586bb7de80" | ||
"gitHead": "58f516218cbdc1f52c2b4d9cda801008085371f4" | ||
} |
@@ -43,3 +43,3 @@ # Svelte Material UI - Floating Action Button | ||
- `use`: `[]` - An array of actions and/or action/property arrays. | ||
- `use`: `[]` - An array of Svelte actions and/or arrays of an action and its options. | ||
- `class`: `''` - A CSS class string. | ||
@@ -46,0 +46,0 @@ - `ripple`: `true` - Whether to implement a ripple for when the component is interacted with. |
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
39550
Updated@smui/common@^3.0.0-beta.2
Updated@smui/ripple@^3.0.0-beta.2