Skip to content

Commit 2d4d5e1

Browse files
ci: Version Packages (#726)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c2a5c28 commit 2d4d5e1

File tree

7 files changed

+20
-17
lines changed

7 files changed

+20
-17
lines changed

.changeset/soft-doodles-cover.md

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

examples/react/projects/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@tailwindcss/vite": "^4.1.16",
1919
"@tanstack/query-core": "^5.90.5",
20-
"@tanstack/query-db-collection": "^0.2.36",
20+
"@tanstack/query-db-collection": "^0.2.37",
2121
"@tanstack/react-db": "^0.1.36",
2222
"@tanstack/react-router": "^1.133.32",
2323
"@tanstack/react-router-devtools": "^1.133.32",

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.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c2a5c28`](https://github.com/TanStack/db/commit/c2a5c28919733ee33cbd57903d3ed81656a0d842)]:
8+
- @tanstack/query-db-collection@0.2.37
9+
310
## 0.1.15
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": "@tanstack/db-example-react-todo",
33
"private": true,
4-
"version": "0.1.15",
4+
"version": "0.1.16",
55
"dependencies": {
66
"@tanstack/electric-db-collection": "workspace:^",
77
"@tanstack/query-core": "^5.90.5",

packages/query-db-collection/CHANGELOG.md

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

3+
## 0.2.37
4+
5+
### Patch Changes
6+
7+
- **Behavior change**: `utils.refetch()` now uses exact query key targeting (previously used prefix matching). This prevents unintended cascading refetches of related queries. For example, refetching `['todos', 'project-1']` will no longer trigger refetches of `['todos']` or `['todos', 'project-2']`. ([#552](https://github.com/TanStack/db/pull/552))
8+
9+
Additionally, `utils.refetch()` now bypasses `enabled: false` to support manual/imperative refetch patterns (matching TanStack Query hook behavior) and returns `QueryObserverResult` instead of `void` for better DX.
10+
311
## 0.2.36
412

513
### 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.2.36",
4+
"version": "0.2.37",
55
"dependencies": {
66
"@standard-schema/spec": "^1.0.0",
77
"@tanstack/db": "workspace:*"

pnpm-lock.yaml

Lines changed: 2 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)