Comparing version 6.0.0-beta.13 to 6.0.0-beta.14
@@ -6,2 +6,18 @@ # Change Log | ||
# [6.0.0-beta.14](https://github.com/hperrin/svelte-material-ui/compare/v6.0.0-beta.13...v6.0.0-beta.14) (2022-02-13) | ||
### Bug Fixes | ||
* update to latest packages, sveltekit and fix issues ([ca21255](https://github.com/hperrin/svelte-material-ui/commit/ca2125517a399b6cf28bafa3485b7e83ac4c927b)) | ||
### Features | ||
* update SvelteKit and move types to separate imports ([5fb1216](https://github.com/hperrin/svelte-material-ui/commit/5fb1216d1182764e688a2f20cb25c2f5d034f0e7)) | ||
# [6.0.0-beta.13](https://github.com/hperrin/svelte-material-ui/compare/v6.0.0-beta.12...v6.0.0-beta.13) (2022-01-05) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@smui/fab", | ||
"version": "6.0.0-beta.13", | ||
"version": "6.0.0-beta.14", | ||
"description": "Svelte Material UI - Floating Action Button", | ||
@@ -43,14 +43,14 @@ "type": "module", | ||
"@material/feature-targeting": "^13.0.0", | ||
"@smui/common": "^6.0.0-beta.13", | ||
"@smui/ripple": "^6.0.0-beta.13", | ||
"svelte2tsx": "^0.4.11" | ||
"@smui/common": "^6.0.0-beta.14", | ||
"@smui/ripple": "^6.0.0-beta.14", | ||
"svelte2tsx": "^0.4.14" | ||
}, | ||
"devDependencies": { | ||
"@tsconfig/svelte": "^2.0.1", | ||
"sass": "^1.44.0", | ||
"svelte-strip": "^1.0.0", | ||
"@tsconfig/svelte": "^3.0.0", | ||
"sass": "^1.49.7", | ||
"svelte-strip": "^1.0.1", | ||
"tslib": "^2.3.1", | ||
"typescript": "^4.5.2" | ||
"typescript": "^4.5.5" | ||
}, | ||
"gitHead": "db239eb89a1205547c36770e35c4dae6ae087fd1" | ||
"gitHead": "9a2fa28a19242cf474c1b8b82f016e75575dd0ee" | ||
} |
Sorry, the diff of this file is not supported yet
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
65479
5167
Updated@smui/common@^6.0.0-beta.14
Updated@smui/ripple@^6.0.0-beta.14
Updatedsvelte2tsx@^0.4.14