Skip to content

Commit

Permalink
Version Packages (#426)
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 9, 2024
1 parent 8ea2f99 commit b74f64c
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-bats-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-turkeys-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-mayflies-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-actors-switch.md

This file was deleted.

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

## 0.72.2

### Patch Changes

- Support passing `options` to resize action ([`c5de38c557dc5aaa5b81c7a12a01460ffb6e3c96`](https://github.com/techniq/svelte-ux/commit/c5de38c557dc5aaa5b81c7a12a01460ffb6e3c96))

- Improve type definition for TreeNode to be recursive ([#423](https://github.com/techniq/svelte-ux/pull/423))

- Relax node type (HTMLElement => Element) on observer actions (resize, intersection, mutate) to support SVGElement ([`7fb54a918c1dc08a6ba5912715782f89cb476b75`](https://github.com/techniq/svelte-ux/commit/7fb54a918c1dc08a6ba5912715782f89cb476b75))

- [SelectField] Fix options with object value due to non-unique {#each} keys ([#425](https://github.com/techniq/svelte-ux/pull/425))

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

0 comments on commit b74f64c

Please sign in to comment.