Skip to content

Commit

Permalink
Version Packages (#306)
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 Mar 28, 2024
1 parent 0d87699 commit e68ce78
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-pandas-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-eggs-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-carpets-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-insects-listen.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.62.3

### Patch Changes

- Add `required` prop to Checkbox, Radio, and Switch. Add `name` to Switch. ([#309](https://github.com/techniq/svelte-ux/pull/309))

- Add `required` prop to Input, TextField, SelectField, and DateField ([#308](https://github.com/techniq/svelte-ux/pull/308))

- Add Menu `transition` and `transitionParams` customization to `settings` ([#305](https://github.com/techniq/svelte-ux/pull/305))

- Add support for color objects with nested keys to `processThemeColors` ([#307](https://github.com/techniq/svelte-ux/pull/307))

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

0 comments on commit e68ce78

Please sign in to comment.