Skip to content

Commit 848fce6

Browse files
Version Packages (#20)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4ba9232 commit 848fce6

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/funny-crabs-guess.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @careswitch/svelte-data-table
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- 4ba9232: Custom `sorter` fn now parameterizes `getValue()` return values in addition to row objects
8+
39
## 0.5.4
410

511
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@careswitch/svelte-data-table",
33
"description": "Small, fast data table library for Svelte 5 with client-side sorting, filtering, and pagination.",
4-
"version": "0.5.4",
4+
"version": "0.6.0",
55
"homepage": "https://careswitch-svelte-data-table.vercel.app",
66
"license": "MIT",
77
"keywords": [

0 commit comments

Comments
 (0)