@smui/common
Advanced tools
Comparing version 6.0.0-beta.5 to 6.0.0-beta.6
@@ -6,2 +6,13 @@ # Change Log | ||
# [6.0.0-beta.6](https://github.com/hperrin/svelte-material-ui/compare/v6.0.0-beta.5...v6.0.0-beta.6) (2021-12-11) | ||
### Bug Fixes | ||
* remove unused args on unsubscribe ([a7f2aca](https://github.com/hperrin/svelte-material-ui/commit/a7f2aca155c62a663c4a9e784279dbd7b9c39637)) | ||
# [6.0.0-beta.5](https://github.com/hperrin/svelte-material-ui/compare/v6.0.0-beta.4...v6.0.0-beta.5) (2021-12-10) | ||
@@ -8,0 +19,0 @@ |
@@ -29,3 +29,3 @@ import { bubble, listen, prevent_default, stop_propagation, } from 'svelte/internal'; | ||
} | ||
return (...args) => { | ||
return () => { | ||
destructor(); | ||
@@ -32,0 +32,0 @@ }; |
{ | ||
"name": "@smui/common", | ||
"version": "6.0.0-beta.5", | ||
"version": "6.0.0-beta.6", | ||
"description": "Svelte Material UI - Common", | ||
@@ -69,3 +69,3 @@ "type": "module", | ||
}, | ||
"gitHead": "fa3f93de26f912d220701200b1025c87b80b7892" | ||
"gitHead": "735560d27548748d2e8c6f97ad0c7f3c0c6e71b0" | ||
} |
@@ -42,3 +42,3 @@ import type { SvelteComponent } from 'svelte'; | ||
return (...args) => { | ||
return () => { | ||
destructor(); | ||
@@ -45,0 +45,0 @@ }; |
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
173824