Skip to content

Commit

Permalink
Version Packages (#441)
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 Jul 16, 2024
1 parent 95447db commit a409bec
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-swans-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-boxes-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-sheep-attack.md

This file was deleted.

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

## 0.73.3

### Patch Changes

- [SelectField] Handle disabled options with keyboard navigation and initial highlighted option ([`fee78c68f4e5053e4357425fc998b166b14e9948`](https://github.com/techniq/svelte-ux/commit/fee78c68f4e5053e4357425fc998b166b14e9948))

- [SelectField] Do not allow wrapping `button` container to be keyboard focusable ([`95447dbc335860290ceebdf9985779a051caa4e8`](https://github.com/techniq/svelte-ux/commit/95447dbc335860290ceebdf9985779a051caa4e8))

- [SelectField] Only open menu with arrow keys (do not affect initial highlight index), aligning with aria guidelines. ([`e19e7ddff009e4e19abe8512ccd971d4f5e9b8a3`](https://github.com/techniq/svelte-ux/commit/e19e7ddff009e4e19abe8512ccd971d4f5e9b8a3))

## 0.73.2

### 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.73.2",
"version": "0.73.3",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand Down

0 comments on commit a409bec

Please sign in to comment.