Skip to content

Commit 30825f3

Browse files
Version Packages (#360)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c8658ca commit 30825f3

File tree

11 files changed

+20177
-16537
lines changed

11 files changed

+20177
-16537
lines changed

.changeset/dirty-chefs-lick.md

-5
This file was deleted.

.changeset/tall-mails-camp.md

-5
This file was deleted.

packages/react-native/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @powersync/react-native
22

3+
## 1.14.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [c8658ca]
8+
- Updated dependencies [2b0466f]
9+
- @powersync/react@1.5.0
10+
311
## 1.14.1
412

513
### Patch Changes

packages/react-native/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/react-native",
3-
"version": "1.14.1",
3+
"version": "1.14.2",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"

packages/react/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @powersync/react
22

3+
## 1.5.0
4+
5+
### Minor Changes
6+
7+
- 2b0466f: Added `useSuspenseQuery` hook, allowing queries to suspend instead of returning `isLoading`/`isFetching` state.
8+
9+
### Patch Changes
10+
11+
- c8658ca: Fixed `useQuery()`'s' `isFetching` value staying true when used in react-native environment.
12+
313
## 1.4.5
414

515
### Patch Changes

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/react",
3-
"version": "1.4.5",
3+
"version": "1.5.0",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"

packages/tanstack-react-query/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @powersync/tanstack-react-query
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [c8658ca]
8+
- Updated dependencies [2b0466f]
9+
- @powersync/react@1.5.0
10+
311
## 0.0.3
412

513
### Patch Changes

packages/tanstack-react-query/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/tanstack-react-query",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"

0 commit comments

Comments
 (0)