Skip to content

Commit 2f69665

Browse files
Version Packages (#498)
* Version Packages * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Sean Lynch <[email protected]>
1 parent 1df58be commit 2f69665

6 files changed

+13
-21
lines changed

.changeset/chatty-gorillas-develop.md

-5
This file was deleted.

.changeset/fast-dancers-invite.md

-5
This file was deleted.

.changeset/light-sloths-reply.md

-5
This file was deleted.

.changeset/metal-garlics-sin.md

-5
This file was deleted.

packages/svelte-ux/CHANGELOG.md

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

3+
## 0.75.2
4+
5+
### Patch Changes
6+
7+
- docs: Use Svelte 5 ([#436](https://github.com/techniq/svelte-ux/pull/436))
8+
9+
- fix(TableOfContents): Fix ssr support ([#436](https://github.com/techniq/svelte-ux/pull/436))
10+
11+
- fix(AppLayout): Fix SSR drawer layout on mobile. Resolves #22 ([#436](https://github.com/techniq/svelte-ux/pull/436))
12+
13+
- fix(SelectField): Fix Svelte 5 SSR compatibility ([#436](https://github.com/techniq/svelte-ux/pull/436))
14+
315
## 0.75.1
416

517
### 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.75.1",
7+
"version": "0.75.2",
88
"scripts": {
99
"dev": "vite dev",
1010
"build": "vite build",

0 commit comments

Comments
 (0)