Skip to content

Commit 7d4fd14

Browse files
ci: Version Packages (#379)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1220d7e commit 7d4fd14

File tree

6 files changed

+21
-14
lines changed

6 files changed

+21
-14
lines changed

.changeset/dirty-birds-accept.md

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

examples/react/todo/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# examples/react/todo
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1220d7e`](https://github.com/TanStack/db/commit/1220d7eb6b544f05c2ea2f629ee75f969ebcda40)]:
8+
- @tanstack/query-db-collection@0.2.0
9+
310
## 0.1.0
411

512
### Minor Changes

examples/react/todo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@tanstack/db-example-react-todo",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"dependencies": {
66
"@tanstack/electric-db-collection": "^0.1.0",
77
"@tanstack/query-core": "^5.75.7",
8-
"@tanstack/query-db-collection": "^0.1.0",
8+
"@tanstack/query-db-collection": "^0.2.0",
99
"@tanstack/react-db": "^0.1.0",
1010
"@tanstack/react-router": "^1.125.6",
1111
"@tanstack/react-start": "^1.126.1",

packages/query-db-collection/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- Improve writeBatch API to use callback pattern ([#378](https://github.com/TanStack/db/pull/378))
8+
- Changed `writeBatch` from accepting an array of operations to accepting a callback function
9+
- Write operations called within the callback are automatically batched together
10+
- This provides a more intuitive API similar to database transactions
11+
- Added comprehensive documentation for Query Collections including direct writes feature
12+
313
## 0.1.3
414

515
### Patch 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.3",
4+
"version": "0.2.0",
55
"dependencies": {
66
"@tanstack/db": "workspace:*"
77
},

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)