Skip to content

Commit e68ce78

Browse files
Version Packages (#306)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0d87699 commit e68ce78

File tree

6 files changed

+13
-21
lines changed

6 files changed

+13
-21
lines changed

.changeset/cyan-pandas-rest.md

-5
This file was deleted.

.changeset/silent-eggs-rule.md

-5
This file was deleted.

.changeset/tender-carpets-juggle.md

-5
This file was deleted.

.changeset/wise-insects-listen.md

-5
This file was deleted.

packages/svelte-ux/CHANGELOG.md

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

3+
## 0.62.3
4+
5+
### Patch Changes
6+
7+
- Add `required` prop to Checkbox, Radio, and Switch. Add `name` to Switch. ([#309](https://github.com/techniq/svelte-ux/pull/309))
8+
9+
- Add `required` prop to Input, TextField, SelectField, and DateField ([#308](https://github.com/techniq/svelte-ux/pull/308))
10+
11+
- Add Menu `transition` and `transitionParams` customization to `settings` ([#305](https://github.com/techniq/svelte-ux/pull/305))
12+
13+
- Add support for color objects with nested keys to `processThemeColors` ([#307](https://github.com/techniq/svelte-ux/pull/307))
14+
315
## 0.62.2
416

517
### 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.62.2",
7+
"version": "0.62.3",
88
"scripts": {
99
"dev": "vite dev",
1010
"build": "vite build",

0 commit comments

Comments
 (0)