Skip to content

Commit 08105ef

Browse files
committed
Merge branch 'main' into chore/public-workers
# Conflicts: # pnpm-lock.yaml
2 parents ed402fc + cb44fe3 commit 08105ef

File tree

3 files changed

+486
-429
lines changed

3 files changed

+486
-429
lines changed

packages/react-native/CHANGELOG.md

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

3+
## 1.16.0
4+
5+
### Minor Changes
6+
7+
- d1d740d: Update RNQS to v 2.2.0 for Expo 52 and RN 0.76 support
8+
39
## 1.15.1
410

511
### Patch Changes

packages/react-native/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/react-native",
3-
"version": "1.15.1",
3+
"version": "1.16.0",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"
@@ -30,7 +30,7 @@
3030
},
3131
"homepage": "https://docs.powersync.com/",
3232
"peerDependencies": {
33-
"@journeyapps/react-native-quick-sqlite": "^2.1.2",
33+
"@journeyapps/react-native-quick-sqlite": "^2.2.0",
3434
"@powersync/common": "workspace:^1.21.0",
3535
"react": "*",
3636
"react-native": "*"
@@ -46,7 +46,7 @@
4646
},
4747
"devDependencies": {
4848
"@craftzdog/react-native-buffer": "^6.0.5",
49-
"@journeyapps/react-native-quick-sqlite": "^2.1.2",
49+
"@journeyapps/react-native-quick-sqlite": "^2.2.0",
5050
"@rollup/plugin-alias": "^5.1.0",
5151
"@rollup/plugin-commonjs": "^25.0.7",
5252
"@rollup/plugin-inject": "^5.0.5",
@@ -72,4 +72,4 @@
7272
"real-time data stream",
7373
"live data"
7474
]
75-
}
75+
}

0 commit comments

Comments
 (0)