Skip to content

Commit ad8b835

Browse files
committed
chore: release 9.7.0
1 parent 89c9db0 commit ad8b835

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

bun.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1908,7 +1908,7 @@ PODS:
19081908
- ReactCommon/turbomodule/core
19091909
- ReactNativeDependencies
19101910
- Yoga
1911-
- RNNitroSQLite (9.6.0):
1911+
- RNNitroSQLite (9.7.0):
19121912
- hermes-engine
19131913
- NitroModules
19141914
- RCTRequired
@@ -1931,7 +1931,7 @@ PODS:
19311931
- ReactCommon/turbomodule/core
19321932
- ReactNativeDependencies
19331933
- Yoga
1934-
- RNNitroSqliteVec (9.6.0):
1934+
- RNNitroSqliteVec (9.7.0):
19351935
- RNNitroSQLite
19361936
- RNScreens (4.18.0):
19371937
- hermes-engine
@@ -2314,8 +2314,8 @@ SPEC CHECKSUMS:
23142314
ReactCommon: 7525e252c88d254545e3fdaea0000d1959dfbf20
23152315
ReactNativeDependencies: 0cdc5c6985700a9d8f654762fa702169ef9cef9b
23162316
RNCClipboard: 7a7d4557bfd3370b35c99dfecd92ae7b9fc4948a
2317-
RNNitroSQLite: bad203a8435c5d843534398dc4822b3e80fbbd81
2318-
RNNitroSqliteVec: cca5db2aec2a31f4e26a911bda7cac8fc2cdc2e2
2317+
RNNitroSQLite: 6264d13622c7aa031831de174d2c7ec39c62f58b
2318+
RNNitroSqliteVec: bac14e5dad54e7dffdb5dd464d5e8853ae4d2540
23192319
RNScreens: dd5c879d56b543c7ff8e593739eeb66093d60263
23202320
Yoga: d68c8a4bde0af9c17b15540fffa330d26398d150
23212321

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"react": "19.2.3",
2828
"react-native": "0.85.0-rc.0",
2929
"react-native-nitro-modules": "*",
30-
"react-native-nitro-sqlite": "9.6.0",
31-
"react-native-nitro-sqlite-vec": "9.6.0",
30+
"react-native-nitro-sqlite": "9.7.0",
31+
"react-native-nitro-sqlite-vec": "9.7.0",
3232
"react-native-quick-base64": "^3.0.0",
3333
"react-native-quick-crypto": "^1.1.5",
3434
"react-native-safe-area-context": "^5.5.2",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-nitro-sqlite-workspace",
3-
"version": "9.6.0",
3+
"version": "9.7.0",
44
"packageManager": "bun@1.3.1",
55
"private": "true",
66
"workspaces": [

packages/react-native-nitro-sqlite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-nitro-sqlite",
3-
"version": "9.6.0",
3+
"version": "9.7.0",
44
"description": "Fast SQLite library for React Native built using Nitro Modules",
55
"main": "./lib/module/index",
66
"module": "./lib/module/index",

0 commit comments

Comments
 (0)