Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 5, 2024
1 parent e6be4e8 commit ba4ec5b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-donuts-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-beers-juggle.md

This file was deleted.

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

## 0.74.1

### Patch Changes

- Avoid uninitialized variable error in Duration component with Svelte 5 ([#447](https://github.com/techniq/svelte-ux/pull/447))

- [Form] Workaround Svelte 5 dispatching `change` event immediately ([`f419435edbf4f0c004896e87e92b9f7ba770bcc9`](https://github.com/techniq/svelte-ux/commit/f419435edbf4f0c004896e87e92b9f7ba770bcc9))

## 0.74.0

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

0 comments on commit ba4ec5b

Please sign in to comment.