Skip to content

Commit

Permalink
Version Packages (#443)
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 31, 2024
1 parent 040584a commit e3bbb08
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-pears-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-drinks-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-turtles-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-starfishes-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-jars-live.md

This file was deleted.

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

## 0.74.0

### Minor Changes

- [MultiSelectMenu] Add optionProps to easily set `variant` on MultiSelectOption ([#445](https://github.com/techniq/svelte-ux/pull/445))

- [MultiSelectField] Add optionProps to easily set `variant` on MultiSelectOption ([#445](https://github.com/techniq/svelte-ux/pull/445))

- [MultiSelectOption] Add variant support (checkbox (default), checkmark, and fill) ([#445](https://github.com/techniq/svelte-ux/pull/445))

### Patch Changes

- [MultiSelectOption] Add aria role and attributes ([`fc18db3a9d44c3bf9580eaed69996716b6b2d048`](https://github.com/techniq/svelte-ux/commit/fc18db3a9d44c3bf9580eaed69996716b6b2d048))

- [MultiSelect] Add aria role and attributes ([`fc18db3a9d44c3bf9580eaed69996716b6b2d048`](https://github.com/techniq/svelte-ux/commit/fc18db3a9d44c3bf9580eaed69996716b6b2d048))

## 0.73.3

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

0 comments on commit e3bbb08

Please sign in to comment.