Skip to content

Commit

Permalink
Version Packages (#432)
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 10, 2024
1 parent ca2f534 commit 9e26516
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/gorgeous-pumas-sparkle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-yaks-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-crabs-arrive.md

This file was deleted.

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

## 0.72.4

### Patch Changes

- [format()] Allow only passing value and determine type based on value (integer, decimal, or Date) for quick/basic formatting ([`9fbdd6e9e56c342fcdd1f61ad46eb9b90e0d6ebd`](https://github.com/techniq/svelte-ux/commit/9fbdd6e9e56c342fcdd1f61ad46eb9b90e0d6ebd))

- Add fallback text in `MultiSelect` when `maintainOrder` is active and no items match the search term ([#431](https://github.com/techniq/svelte-ux/pull/431))

- Add `isStringDate()` util to determine if a string is a date ([`5efdbc3a4b72fc1425954b7d1c1b9d7979361631`](https://github.com/techniq/svelte-ux/commit/5efdbc3a4b72fc1425954b7d1c1b9d7979361631))

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

0 comments on commit 9e26516

Please sign in to comment.