Skip to content

Commit

Permalink
Version Packages (#402)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 21, 2024
1 parent 3f02723 commit 6475599
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/hungry-lizards-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-owls-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-paws-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-gorillas-invent.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/svelte-ux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# svelte-ux

## 0.69.0

### Minor Changes

- [AppLayout] Fix scrolling to #fragment on page load by making body scrollable instead of <main>. Remove `overlapHeader` prop (always overlap). ([#404](https://github.com/techniq/svelte-ux/pull/404))

### Patch Changes

- [autoFocus] Add short delay to fix timing when used within modal (Dialog/Drawer/Menu) which also move focus ([`7d9f09cc999eea8d8244edffe818a36220680621`](https://github.com/techniq/svelte-ux/commit/7d9f09cc999eea8d8244edffe818a36220680621))

- Fix scrolling away when opening menu ([#400](https://github.com/techniq/svelte-ux/pull/400))

- [SelectField] Support option icons ([`91b58c5d6f00e6e9cee4b95cfb92498feda882c1`](https://github.com/techniq/svelte-ux/commit/91b58c5d6f00e6e9cee4b95cfb92498feda882c1))

## 0.68.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-ux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Sean Lynch <[email protected]>",
"license": "MIT",
"repository": "techniq/svelte-ux",
"version": "0.68.1",
"version": "0.69.0",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand Down

0 comments on commit 6475599

Please sign in to comment.