From 04da584f6e57d1dcfeead435df78c648968b0a96 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 07:30:29 +0000 Subject: [PATCH] Version Packages --- .changeset/honest-streams-enable.md | 5 ----- .changeset/polish-diagnostics-app.md | 5 ----- demos/react-neon-tanstack-query-notes/package.json | 2 +- packages/tanstack-react-query/CHANGELOG.md | 6 ++++++ packages/tanstack-react-query/package.json | 2 +- tools/diagnostics-app/CHANGELOG.md | 6 ++++++ tools/diagnostics-app/package.json | 2 +- 7 files changed, 15 insertions(+), 13 deletions(-) delete mode 100644 .changeset/honest-streams-enable.md delete mode 100644 .changeset/polish-diagnostics-app.md diff --git a/.changeset/honest-streams-enable.md b/.changeset/honest-streams-enable.md deleted file mode 100644 index b063ca579..000000000 --- a/.changeset/honest-streams-enable.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@powersync/tanstack-react-query': patch ---- - -Respect the user-provided `enabled` option in `useQuery` and `useQueries` instead of overriding it. Queries backed by sync streams now pause via TanStack's `skipToken` until their streams have synced, leaving `enabled` fully under the caller's control (`useSuspenseQuery` always runs, since suspense rejects `skipToken`). Also fixes a stale `streamsHaveSynced` value and a race where rows written while a query's source tables were still being resolved could be missed. diff --git a/.changeset/polish-diagnostics-app.md b/.changeset/polish-diagnostics-app.md deleted file mode 100644 index 0e124c474..000000000 --- a/.changeset/polish-diagnostics-app.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@powersync/diagnostics-app': patch ---- - -Polish UI, terminology, and documentation. diff --git a/demos/react-neon-tanstack-query-notes/package.json b/demos/react-neon-tanstack-query-notes/package.json index 75b6312fb..49055b563 100644 --- a/demos/react-neon-tanstack-query-notes/package.json +++ b/demos/react-neon-tanstack-query-notes/package.json @@ -18,7 +18,7 @@ "@neondatabase/serverless": "^1.0.2", "@powersync/drizzle-driver": "^0.7.4", "@powersync/react": "^1.10.0", - "@powersync/tanstack-react-query": "^0.2.12", + "@powersync/tanstack-react-query": "^0.2.13", "@powersync/web": "^1.38.6", "@radix-ui/react-slot": "^1.2.4", "@radix-ui/react-toggle": "^1.1.10", diff --git a/packages/tanstack-react-query/CHANGELOG.md b/packages/tanstack-react-query/CHANGELOG.md index 074b67cb7..8fefdbec7 100644 --- a/packages/tanstack-react-query/CHANGELOG.md +++ b/packages/tanstack-react-query/CHANGELOG.md @@ -1,5 +1,11 @@ # @powersync/tanstack-react-query +## 0.2.13 + +### Patch Changes + +- f026de6: Respect the user-provided `enabled` option in `useQuery` and `useQueries` instead of overriding it. Queries backed by sync streams now pause via TanStack's `skipToken` until their streams have synced, leaving `enabled` fully under the caller's control (`useSuspenseQuery` always runs, since suspense rejects `skipToken`). Also fixes a stale `streamsHaveSynced` value and a race where rows written while a query's source tables were still being resolved could be missed. + ## 0.2.12 ### Patch Changes diff --git a/packages/tanstack-react-query/package.json b/packages/tanstack-react-query/package.json index b9bb05098..2356f5309 100644 --- a/packages/tanstack-react-query/package.json +++ b/packages/tanstack-react-query/package.json @@ -1,6 +1,6 @@ { "name": "@powersync/tanstack-react-query", - "version": "0.2.12", + "version": "0.2.13", "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" diff --git a/tools/diagnostics-app/CHANGELOG.md b/tools/diagnostics-app/CHANGELOG.md index 6489f41a7..8e217c86d 100644 --- a/tools/diagnostics-app/CHANGELOG.md +++ b/tools/diagnostics-app/CHANGELOG.md @@ -1,5 +1,11 @@ # diagnostics-app +## 0.13.14 + +### Patch Changes + +- 2574af8: Polish UI, terminology, and documentation. + ## 0.13.13 ### Patch Changes diff --git a/tools/diagnostics-app/package.json b/tools/diagnostics-app/package.json index 340e6c9fa..c3585048d 100644 --- a/tools/diagnostics-app/package.json +++ b/tools/diagnostics-app/package.json @@ -1,6 +1,6 @@ { "name": "@powersync/diagnostics-app", - "version": "0.13.13", + "version": "0.13.14", "private": true, "type": "module", "scripts": {