We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47e6dd8 commit a39b1ddCopy full SHA for a39b1dd
.changeset/wise-guests-rush.md
packages/svelte-ux/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# svelte-ux
2
3
+## 1.0.6
4
+
5
+### Patch Changes
6
7
+- fix(MultiSelect): Fix reactivity scope for `filteredSelectedOptions` and `filteredUnselectedOptions`. Issue #594 ([#595](https://github.com/techniq/svelte-ux/pull/595))
8
9
## 1.0.5
10
11
### Patch Changes
packages/svelte-ux/package.json
@@ -4,7 +4,7 @@
"author": "Sean Lynch <techniq35@gmail.com>",
"license": "MIT",
"repository": "techniq/svelte-ux",
- "version": "1.0.5",
+ "version": "1.0.6",
"scripts": {
"dev": "vite dev",
"build": "vite build",
0 commit comments