diff --git a/.changeset/fuzzy-peaches-sort.md b/.changeset/fuzzy-peaches-sort.md deleted file mode 100644 index 8e1e1675a..000000000 --- a/.changeset/fuzzy-peaches-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/query-db-collection': patch ---- - -Fix refetch such that it returns the query observer results instead of undefined. diff --git a/.changeset/ninety-cooks-lick.md b/.changeset/ninety-cooks-lick.md deleted file mode 100644 index 1512371ea..000000000 --- a/.changeset/ninety-cooks-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/vue-db': patch ---- - -Fix type of findOne queries in Vue such that they type to a singular result instead of an array of results. diff --git a/examples/react/offline-transactions/package.json b/examples/react/offline-transactions/package.json index a6a124ead..0f269d547 100644 --- a/examples/react/offline-transactions/package.json +++ b/examples/react/offline-transactions/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/offline-transactions": "^1.0.10", - "@tanstack/query-db-collection": "^1.0.16", + "@tanstack/query-db-collection": "^1.0.17", "@tanstack/react-db": "^0.1.64", "@tanstack/react-query": "^5.90.16", "@tanstack/react-router": "^1.144.0", diff --git a/examples/react/projects/package.json b/examples/react/projects/package.json index 067688ffa..2b56d2fc4 100644 --- a/examples/react/projects/package.json +++ b/examples/react/projects/package.json @@ -17,7 +17,7 @@ "dependencies": { "@tailwindcss/vite": "^4.1.18", "@tanstack/query-core": "^5.90.16", - "@tanstack/query-db-collection": "^1.0.16", + "@tanstack/query-db-collection": "^1.0.17", "@tanstack/react-db": "^0.1.64", "@tanstack/react-router": "^1.144.0", "@tanstack/react-router-devtools": "^1.144.0", diff --git a/examples/react/todo/package.json b/examples/react/todo/package.json index 7dd40ddb2..62e82219f 100644 --- a/examples/react/todo/package.json +++ b/examples/react/todo/package.json @@ -5,7 +5,7 @@ "dependencies": { "@tanstack/electric-db-collection": "^0.2.24", "@tanstack/query-core": "^5.90.16", - "@tanstack/query-db-collection": "^1.0.16", + "@tanstack/query-db-collection": "^1.0.17", "@tanstack/react-db": "^0.1.64", "@tanstack/react-router": "^1.144.0", "@tanstack/react-start": "^1.145.5", diff --git a/examples/solid/todo/package.json b/examples/solid/todo/package.json index f2b27ba04..37937cf2d 100644 --- a/examples/solid/todo/package.json +++ b/examples/solid/todo/package.json @@ -5,7 +5,7 @@ "dependencies": { "@tanstack/electric-db-collection": "^0.2.24", "@tanstack/query-core": "^5.90.16", - "@tanstack/query-db-collection": "^1.0.16", + "@tanstack/query-db-collection": "^1.0.17", "@tanstack/solid-db": "^0.2.0", "@tanstack/solid-router": "^1.144.0", "@tanstack/solid-start": "^1.145.5", diff --git a/packages/query-db-collection/CHANGELOG.md b/packages/query-db-collection/CHANGELOG.md index 571d2ed9d..29e52c66f 100644 --- a/packages/query-db-collection/CHANGELOG.md +++ b/packages/query-db-collection/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/query-db-collection +## 1.0.17 + +### Patch Changes + +- Fix refetch such that it returns the query observer results instead of undefined. ([#1132](https://github.com/TanStack/db/pull/1132)) + ## 1.0.16 ### Patch Changes diff --git a/packages/query-db-collection/package.json b/packages/query-db-collection/package.json index 630167446..e6ef9091d 100644 --- a/packages/query-db-collection/package.json +++ b/packages/query-db-collection/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-db-collection", - "version": "1.0.16", + "version": "1.0.17", "description": "TanStack Query collection for TanStack DB", "author": "Kyle Mathews", "license": "MIT", diff --git a/packages/vue-db/CHANGELOG.md b/packages/vue-db/CHANGELOG.md index 148349b57..8e04ff868 100644 --- a/packages/vue-db/CHANGELOG.md +++ b/packages/vue-db/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/vue-db +## 0.0.97 + +### Patch Changes + +- Fix type of findOne queries in Vue such that they type to a singular result instead of an array of results. ([#1134](https://github.com/TanStack/db/pull/1134)) + ## 0.0.96 ### Patch Changes diff --git a/packages/vue-db/package.json b/packages/vue-db/package.json index 22eedf13f..c24e20669 100644 --- a/packages/vue-db/package.json +++ b/packages/vue-db/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-db", - "version": "0.0.96", + "version": "0.0.97", "description": "Vue integration for @tanstack/db", "author": "Kyle Mathews", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 538537cb2..48625f63a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -196,7 +196,7 @@ importers: specifier: ^1.0.10 version: link:../../../packages/offline-transactions '@tanstack/query-db-collection': - specifier: ^1.0.16 + specifier: ^1.0.17 version: link:../../../packages/query-db-collection '@tanstack/react-db': specifier: ^0.1.64 @@ -300,7 +300,7 @@ importers: specifier: ^5.90.16 version: 5.90.16 '@tanstack/query-db-collection': - specifier: ^1.0.16 + specifier: ^1.0.17 version: link:../../../packages/query-db-collection '@tanstack/react-db': specifier: ^0.1.64 @@ -439,7 +439,7 @@ importers: specifier: ^5.90.16 version: 5.90.16 '@tanstack/query-db-collection': - specifier: ^1.0.16 + specifier: ^1.0.17 version: link:../../../packages/query-db-collection '@tanstack/react-db': specifier: ^0.1.64 @@ -560,7 +560,7 @@ importers: specifier: ^5.90.16 version: 5.90.16 '@tanstack/query-db-collection': - specifier: ^1.0.16 + specifier: ^1.0.17 version: link:../../../packages/query-db-collection '@tanstack/solid-db': specifier: ^0.2.0