File tree 3 files changed +16
-2
lines changed
3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 10
10
' example-capacitor ' : patch
11
11
' example-electron ' : patch
12
12
' @powersync/kysely-driver ' : patch
13
- ' @powersync/react-native ' : minor
14
13
' diagnostics-app ' : patch
15
14
' example-nextjs ' : patch
16
15
' example-vite ' : patch
17
- ' @powersync/web ' : minor
18
16
---
19
17
20
18
Move from @journeyapps sqlite packages to @powersync sqlite packages
Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @powersync/react-native ' : minor
3
+ ---
4
+
5
+ The Package name for the underlying SQLite wrapper package has been changed from
6
+ ` @journeyapps/react-native-quick-sqlite ` to ` @powersync/react-native-quick-sqlite ` .
7
+
8
+ Change your ` @journeyapps/react-native-quick-sqlite ` package to ` @powersync/react-native-quick-sqlite ` to avoid any issues.
Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @powersync/web ' : minor
3
+ ---
4
+
5
+ The Package name for the underlying SQLite wrapper package has been changed from
6
+ ` @journeyapps/wa-sqlite ` to ` @powersync/wa-sqlite ` .
7
+
8
+ Change your ` @journeyapps/wa-sqlite ` package to ` @powersync/wa-sqlite ` to avoid any issues.
You can’t perform that action at this time.
0 commit comments