Skip to content

Commit e256286

Browse files
Version Packages (#701)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c191989 commit e256286

File tree

9 files changed

+31
-9
lines changed

9 files changed

+31
-9
lines changed

.changeset/dull-days-sneeze.md

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

packages/react-native/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @powersync/react-native
22

3+
## 1.24.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [c191989]
8+
- @powersync/react@1.7.2
9+
310
## 1.24.0
411

512
### Minor Changes

packages/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/react-native",
3-
"version": "1.24.0",
3+
"version": "1.24.1",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"

packages/react/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @powersync/react
22

3+
## 1.7.2
4+
5+
### Patch Changes
6+
7+
- c191989: Fix regression in useQuery where updating the supplied query parameters would not update the underlaying query.
8+
39
## 1.7.1
410

511
### Patch Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/react",
3-
"version": "1.7.1",
3+
"version": "1.7.2",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"

packages/tanstack-react-query/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @powersync/tanstack-react-query
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [c191989]
8+
- @powersync/react@1.7.2
9+
310
## 0.1.1
411

512
### Patch Changes

packages/tanstack-react-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/tanstack-react-query",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"

tools/diagnostics-app/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# diagnostics-app
22

3+
## 0.9.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [c191989]
8+
- @powersync/react@1.7.2
9+
310
## 0.9.7
411

512
### Patch Changes

tools/diagnostics-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/diagnostics-app",
3-
"version": "0.9.7",
3+
"version": "0.9.8",
44
"private": true,
55
"scripts": {
66
"dev": "vite",

0 commit comments

Comments
 (0)