Skip to content

Commit

Permalink
Version Packages (#414)
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] committed Jun 28, 2024
1 parent 346f2c1 commit 0541128
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-llamas-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-ducks-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-baboons-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-lemons-camp.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.71.3

### Patch Changes

- [MultiSelect] Add `mode` prop and support `immediate` to hide action buttons and immediate apply on selection change (`mode` defaults to existing `actions`) ([`346f2c177ee43fa22e1605a8741f5b2a7237c60d`](https://github.com/techniq/svelte-ux/commit/346f2c177ee43fa22e1605a8741f5b2a7237c60d))

- [MultiSelect] Add `maintainOrder` prop to not separate selected above unselected ([`8e7d8aec2e14d0ec141df3c1cbd0edb166127370`](https://github.com/techniq/svelte-ux/commit/8e7d8aec2e14d0ec141df3c1cbd0edb166127370))

- [Form] Rename `state` store variable from `formStore()` to not be considered a Svelte 5 $state rune ([`4337314de3ac6267fd37a91961defe96eb27522d`](https://github.com/techniq/svelte-ux/commit/4337314de3ac6267fd37a91961defe96eb27522d))

- [MultiSelect] Simplify actions layout and justify end by default for extra actions (slot) ([`88e9626c9d725c692686ceb8d7c3c01b40b05508`](https://github.com/techniq/svelte-ux/commit/88e9626c9d725c692686ceb8d7c3c01b40b05508))

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

0 comments on commit 0541128

Please sign in to comment.