Skip to content

Commit b009b72

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

13 files changed

Lines changed: 23 additions & 21 deletions

File tree

.changeset/fresh-phones-fix.md

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

.changeset/shiny-buses-jump.md

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

demos/django-react-native-todolist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@expo/vector-icons": "^14.0.0",
1414
"@journeyapps/react-native-quick-sqlite": "^2.5.2",
1515
"@powersync/react": "^1.10.0",
16-
"@powersync/react-native": "^1.35.1",
16+
"@powersync/react-native": "^1.35.2",
1717
"@react-native-community/async-storage": "^1.12.1",
1818
"@react-native-community/masked-view": "^0.1.11",
1919
"@react-navigation/drawer": "^7.1.1",

demos/example-capacitor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@capacitor/ios": "^8.0.0",
2727
"@capacitor/splash-screen": "^8.0.0",
2828
"@journeyapps/wa-sqlite": "^1.7.0",
29-
"@powersync/capacitor": "^0.5.3",
29+
"@powersync/capacitor": "^0.6.0",
3030
"@powersync/react": "^1.10.0",
3131
"@powersync/web": "^1.38.1",
3232
"react": "^18.2.0",

demos/react-native-barebones-opsqlite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@op-engineering/op-sqlite": "^15.2.0",
1414
"@powersync/op-sqlite": "^0.9.8",
1515
"@powersync/react": "^1.10.0",
16-
"@powersync/react-native": "^1.35.1",
16+
"@powersync/react-native": "^1.35.2",
1717
"react": "19.1.0",
1818
"react-native": "0.81.5",
1919
"react-native-safe-area-context": "5.6.2"

demos/react-native-supabase-background-sync/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@expo/vector-icons": "^15.1.1",
1313
"@op-engineering/op-sqlite": "^15.2.5",
1414
"@powersync/op-sqlite": "^0.9.8",
15-
"@powersync/react-native": "^1.35.1",
15+
"@powersync/react-native": "^1.35.2",
1616
"@react-navigation/bottom-tabs": "^7.3.10",
1717
"@react-navigation/elements": "^2.3.8",
1818
"@react-navigation/native": "^7.1.6",

demos/react-native-supabase-group-chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@expo/vector-icons": "^15.0.3",
2626
"@faker-js/faker": "^10.1.0",
2727
"@journeyapps/react-native-quick-sqlite": "^2.5.2",
28-
"@powersync/react-native": "^1.35.1",
28+
"@powersync/react-native": "^1.35.2",
2929
"@react-native-async-storage/async-storage": "2.2.0",
3030
"@react-navigation/bottom-tabs": "^7.4.0",
3131
"@react-navigation/elements": "^2.6.3",

demos/react-native-supabase-todolist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@powersync/attachments-storage-react-native": "^0.0.2",
1717
"@powersync/common": "^1.53.1",
1818
"@powersync/react": "^1.10.0",
19-
"@powersync/react-native": "^1.35.1",
19+
"@powersync/react-native": "^1.35.2",
2020
"@react-native-community/masked-view": "^0.1.11",
2121
"@react-navigation/drawer": "^7.1.1",
2222
"@react-navigation/native": "^7.0.14",

demos/react-native-web-supabase-todolist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@powersync/attachments-storage-react-native": "^0.0.2",
2020
"@powersync/common": "^1.53.1",
2121
"@powersync/react": "^1.10.0",
22-
"@powersync/react-native": "^1.35.1",
22+
"@powersync/react-native": "^1.35.2",
2323
"@powersync/web": "^1.38.1",
2424
"@react-native-async-storage/async-storage": "2.2.0",
2525
"@react-navigation/bottom-tabs": "^7.2.0",

packages/capacitor/CHANGELOG.md

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

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- 4fc12f9: Add Swift Package Manager support for iOS projects.
8+
9+
This raises the minimum supported Capacitor version to Capacitor 8.
10+
311
## 0.5.3
412

513
### Patch Changes

0 commit comments

Comments
 (0)