Skip to content

Commit 9ae2a22

Browse files
ci: Version Packages (#111)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0bbf4c4 commit 9ae2a22

5 files changed

Lines changed: 18 additions & 10 deletions

File tree

.changeset/bumpy-wombats-yell.md

Lines changed: 0 additions & 8 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.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

examples/react/todo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

packages/db-collections/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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

packages/db-collections/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

0 commit comments

Comments
 (0)