Skip to content

Commit 8e0fd38

Browse files
ci: Version Packages (#341)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 01c3454 commit 8e0fd38

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/mean-needles-add.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/query-db-collection/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @tanstack/query-db-collection
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Add manual write methods to QueryCollectionUtils interface to enable direct state updates from external sources. Introduces writeInsert, writeUpdate, writeDelete, writeUpsert, and writeBatch methods that bypass the normal optimistic update flow for WebSocket/real-time scenarios. All methods include proper transaction handling, data validation, and automatic query cache synchronization. ([#303](https://github.com/TanStack/db/pull/303))
8+
39
## 0.1.0
410

511
### Minor Changes

packages/query-db-collection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tanstack/query-db-collection",
33
"description": "TanStack Query collection for TanStack DB",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"dependencies": {
66
"@tanstack/db": "workspace:*",
77
"@tanstack/query-core": "^5.75.7"

0 commit comments

Comments
 (0)