Skip to content

Commit 13d98c3

Browse files
Version Packages (#274)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 84bea84 commit 13d98c3

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/giant-camels-lie.md

-5
This file was deleted.

packages/svelte-ux/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# svelte-ux
22

3+
## 0.60.6
4+
5+
### Patch Changes
6+
7+
- Create `FALLBACK_SETTINGS` on demand so we don't call `createThemeStore()` eagerly and thus set `<html class="dark">` unintentional ([`84bea840cad3b73a35f7d4d7834d3c2d31862b78`](https://github.com/techniq/svelte-ux/commit/84bea840cad3b73a35f7d4d7834d3c2d31862b78))
8+
39
## 0.60.5
410

511
### Patch Changes

packages/svelte-ux/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Sean Lynch <[email protected]>",
55
"license": "MIT",
66
"repository": "techniq/svelte-ux",
7-
"version": "0.60.5",
7+
"version": "0.60.6",
88
"scripts": {
99
"dev": "vite dev",
1010
"build": "vite build",

0 commit comments

Comments
 (0)