Skip to content

Commit 3fc3622

Browse files
Version Packages (#24)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 267e6ba commit 3fc3622

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/loud-dancers-build.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.3
4+
5+
### Patch Changes
6+
7+
- 267e6ba: Added allRows getter to retrieve all unpaginated filtered and sorted table rows
8+
39
## 0.6.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.6.2",
4+
"version": "0.6.3",
55
"homepage": "https://careswitch-svelte-data-table.vercel.app",
66
"license": "MIT",
77
"keywords": [

0 commit comments

Comments
 (0)