Skip to content

Commit

Permalink
Version Packages (#360)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 23, 2024
1 parent c8658ca commit 30825f3
Show file tree
Hide file tree
Showing 11 changed files with 20,177 additions and 16,537 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-chefs-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-mails-camp.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @powersync/react-native

## 1.14.2

### Patch Changes

- Updated dependencies [c8658ca]
- Updated dependencies [2b0466f]
- @powersync/react@1.5.0

## 1.14.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/react-native",
"version": "1.14.1",
"version": "1.14.2",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down
10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @powersync/react

## 1.5.0

### Minor Changes

- 2b0466f: Added `useSuspenseQuery` hook, allowing queries to suspend instead of returning `isLoading`/`isFetching` state.

### Patch Changes

- c8658ca: Fixed `useQuery()`'s' `isFetching` value staying true when used in react-native environment.

## 1.4.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/react",
"version": "1.4.5",
"version": "1.5.0",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/tanstack-react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @powersync/tanstack-react-query

## 0.0.4

### Patch Changes

- Updated dependencies [c8658ca]
- Updated dependencies [2b0466f]
- @powersync/react@1.5.0

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tanstack-react-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/tanstack-react-query",
"version": "0.0.3",
"version": "0.0.4",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down
Loading

0 comments on commit 30825f3

Please sign in to comment.