Skip to content

Commit f36e52e

Browse files
Version Packages (#18)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2ee673a commit f36e52e

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/sweet-books-obey.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.5.3
4+
5+
### Patch Changes
6+
7+
- 2ee673a: rows getter should react to `originalData`
8+
39
## 0.5.2
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.2",
4+
"version": "0.5.3",
55
"homepage": "https://careswitch-svelte-data-table.vercel.app",
66
"license": "MIT",
77
"keywords": [

0 commit comments

Comments
 (0)