Skip to content

Commit

Permalink
Version bump to 0.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
techniq committed Oct 13, 2023
1 parent baec848 commit 1c61ba9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-adults-bathe.md

This file was deleted.

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

## 0.53.0

### Minor Changes

- Rename `createSortFunc` => `sortFunc` and `createCompoundSort` to `compundSortFunc`, and `sort()` now shallow copies. Export all sort utils as top level ([`baec848`](https://github.com/techniq/svelte-ux/commit/baec848931e1eb8b3dd3d92c75cd423aed6065a7))

## 0.52.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Sean Lynch <techniq35@gmail.com>",
"license": "MIT",
"repository": "techniq/svelte-ux",
"version": "0.52.1",
"version": "0.53.0",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand Down

1 comment on commit 1c61ba9

@vercel
Copy link

@vercel vercel bot commented on 1c61ba9 Oct 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.