Skip to content

Commit faee5f7

Browse files
Version Packages (#565)
* Version Packages * Manually update CHANGELOG (not sure why github action didn't again) --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Sean Lynch <[email protected]>
1 parent cceddd5 commit faee5f7

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/hip-ends-rule.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+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- fix: Do not register default light and dark themes when `settings()` context is not available. Fix interop with other frameworks (shadcn-svelte, Skeleton, etc)
8+
39
## 1.0.0
410

511
### Major 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": "1.0.0",
7+
"version": "1.0.1",
88
"scripts": {
99
"dev": "vite dev",
1010
"build": "vite build",

0 commit comments

Comments
 (0)