There was an error while loading. Please reload this page.
1 parent b693346 commit bc706e6Copy full SHA for bc706e6
3 files changed
.changeset/pre.json
@@ -27,6 +27,7 @@
27
"loose-baths-make",
28
"loud-bees-juggle",
29
"lovely-queens-love",
30
+ "lucky-gifts-glow",
31
"major-turkeys-ask",
32
"menu-popover-reopen-after-clickoutside",
33
"nice-lamps-sing",
packages/svelte-ux/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# svelte-ux
2
3
+## 2.0.0-next.25
4
+
5
+### Patch Changes
6
7
+- Use `theme` instead of `detail` for `themeSet` event property ([#673](https://github.com/techniq/svelte-ux/pull/673))
8
9
## 2.0.0-next.24
10
11
### Minor Changes
packages/svelte-ux/package.json
@@ -4,7 +4,7 @@
"author": "Sean Lynch <techniq35@gmail.com>",
"license": "MIT",
"repository": "techniq/svelte-ux",
- "version": "2.0.0-next.24",
+ "version": "2.0.0-next.25",
"scripts": {
"dev": "vite dev --port 3001",
"build": "vite build",
0 commit comments