Skip to content

Commit 4d0caa0

Browse files
Version Packages (#410)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a32f3f5 commit 4d0caa0

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/breezy-bananas-cross.md

-5
This file was deleted.

.changeset/healthy-seas-bathe.md

-5
This file was deleted.

packages/svelte-ux/CHANGELOG.md

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

3+
## 0.71.0
4+
5+
### Minor Changes
6+
7+
- Cleanup a11y and TS warnings/errors ([#409](https://github.com/techniq/svelte-ux/pull/409))
8+
9+
- [ButtonGroup] Remove mouse/keyboard event handlers (a11y). Use wrapping container to stop event propagation ([#409](https://github.com/techniq/svelte-ux/pull/409))
10+
311
## 0.70.1
412

513
### 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.70.1",
7+
"version": "0.71.0",
88
"scripts": {
99
"dev": "vite dev",
1010
"build": "vite build",

0 commit comments

Comments
 (0)