We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6408783 commit 0898a58Copy full SHA for 0898a58
.changeset/gorgeous-pens-give.md
packages/tanstack-react-query/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @powersync/tanstack-react-query
2
3
+## 0.0.5
4
+
5
+### Patch Changes
6
7
+- 6408783: Fixed issue with queries not reacting to local data changes or causing an infinite loop on certain sql parameters.
8
9
## 0.0.4
10
11
### Patch Changes
packages/tanstack-react-query/package.json
@@ -1,6 +1,6 @@
{
"name": "@powersync/tanstack-react-query",
- "version": "0.0.4",
+ "version": "0.0.5",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
0 commit comments