Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

powersync-sqlite-core 0.3.0 #51

Merged
merged 4 commits into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/chilled-toys-approve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@journeyapps/react-native-quick-sqlite': major
rkistner marked this conversation as resolved.
Show resolved Hide resolved
---

Use powersync-sqlite-core 0.3.0
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ android {
}

dependencies {
implementation 'co.powersync:powersync-sqlite-core:0.2.1'
implementation 'co.powersync:powersync-sqlite-core:0.3.0'
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-android:+'
}
Expand Down
2 changes: 1 addition & 1 deletion react-native-quick-sqlite.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Pod::Spec.new do |s|

s.dependency "React-callinvoker"
s.dependency "React"
s.dependency "powersync-sqlite-core", "~> 0.2.1"
s.dependency "powersync-sqlite-core", "~> 0.3.0"
if defined?(install_modules_dependencies())
install_modules_dependencies(s)
else
Expand Down
12 changes: 7 additions & 5 deletions tests/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ PODS:
- hermes-engine/Pre-built (= 0.73.4)
- hermes-engine/Pre-built (0.73.4)
- libevent (2.1.12)
- powersync-sqlite-core (0.2.1)
- powersync-sqlite-core (0.3.0)
- RCT-Folly (2022.05.16.00):
- boost
- DoubleConversion
Expand Down Expand Up @@ -928,8 +928,10 @@ PODS:
- React-Mapbuffer (0.73.4):
- glog
- React-debug
- react-native-quick-sqlite (1.2.0):
- powersync-sqlite-core (~> 0.2.1)
- react-native-quick-sqlite (1.4.0):
- glog
- powersync-sqlite-core (~> 0.3.0)
- RCT-Folly (= 2022.05.16.00)
- React
- React-callinvoker
- React-Core
Expand Down Expand Up @@ -1336,7 +1338,7 @@ SPEC CHECKSUMS:
glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
hermes-engine: b2669ce35fc4ac14f523b307aff8896799829fe2
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
powersync-sqlite-core: 38ead13d8b21920cfbc79e9b3415b833574a506d
powersync-sqlite-core: ad0e70e23bacd858fe2e79032dc4aabdf972d1bd
RCT-Folly: 7169b2b1c44399c76a47b5deaaba715eeeb476c0
RCTRequired: ab7f915c15569f04a49669e573e6e319a53f9faa
RCTTypeSafety: 63b97ced7b766865057e7154db0e81ce4ee6cf1e
Expand All @@ -1359,7 +1361,7 @@ SPEC CHECKSUMS:
React-jsinspector: 9ac353eccf6ab54d1e0a33862ba91221d1e88460
React-logger: 0a57b68dd2aec7ff738195f081f0520724b35dab
React-Mapbuffer: 63913773ed7f96b814a2521e13e6d010282096ad
react-native-quick-sqlite: d6c713abdc02875896c6a6329c606de3676aa134
react-native-quick-sqlite: e9eeaa84d75627d6272e8cdc6117076a9516f76c
react-native-safe-area-context: 0ee144a6170530ccc37a0fd9388e28d06f516a89
React-nativeconfig: d7af5bae6da70fa15ce44f045621cf99ed24087c
React-NativeModulesApple: 0123905d5699853ac68519607555a9a4f5c7b3ac
Expand Down
Loading