File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# examples/react/todo
22
3+ ## 0.0.7
4+
5+ ### Patch Changes
6+
7+ - Updated dependencies [[ ` 0bbf4c4 ` ] ( https://github.com/TanStack/db/commit/0bbf4c46e01b382a70a437f05dfc09c9ff749a15 )] :
8+ - @tanstack/db-collections @0.0.5
9+
310## 0.0.6
411
512### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " examples/react/todo" ,
33 "private" : true ,
4- "version" : " 0.0.6 " ,
4+ "version" : " 0.0.7 " ,
55 "dependencies" : {
66 "@tanstack/db-collections" : " workspace:*" ,
77 "@tanstack/query-core" : " ^5.75.7" ,
Original file line number Diff line number Diff line change 11# @tanstack/db-collections
22
3+ ## 0.0.5
4+
5+ ### Patch Changes
6+
7+ - Replace ` queryCollection.invalidate() ` with ` queryCollection.refetch() ` . ([ #109 ] ( https://github.com/TanStack/db/pull/109 ) )
8+
9+ This means that we actually wait for the collection to be updated before
10+ discarding local optimistic state.
11+
312## 0.0.4
413
514### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @tanstack/db-collections" ,
33 "description" : " A collection for (aspirationally) every way of loading your data" ,
4- "version" : " 0.0.4 " ,
4+ "version" : " 0.0.5 " ,
55 "dependencies" : {
66 "@tanstack/db" : " workspace:*" ,
77 "@tanstack/query-core" : " ^5.75.7" ,
You can’t perform that action at this time.
0 commit comments