Skip to content

Commit 0cb5e7e

Browse files
committed
Add changeset for persistence generic cleanup
Document the patch release for the SQLite persistence type cleanup so PR #1439 can merge with versioning metadata. Made-with: Cursor
1 parent 4637e2f commit 0cb5e7e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
'@tanstack/browser-db-sqlite-persistence': patch
3+
'@tanstack/capacitor-db-sqlite-persistence': patch
4+
'@tanstack/cloudflare-durable-objects-db-sqlite-persistence': patch
5+
'@tanstack/db-sqlite-persistence-core': patch
6+
'@tanstack/electron-db-sqlite-persistence': patch
7+
'@tanstack/expo-db-sqlite-persistence': patch
8+
'@tanstack/node-db-sqlite-persistence': patch
9+
'@tanstack/react-native-db-sqlite-persistence': patch
10+
'@tanstack/tauri-db-sqlite-persistence': patch
11+
---
12+
13+
Remove unnecessary generic parameters from the SQLite persistence interfaces and adapters.
14+
15+
Collection typing still flows from the collection config, but consumers that explicitly referenced persistence types with `<T, TKey>` should update to the new non-generic interfaces.

0 commit comments

Comments
 (0)