Skip to content

Commit ad75b0a

Browse files
committed
chore: release 9.2.0
1 parent 2c30cca commit ad75b0a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2437,7 +2437,7 @@ PODS:
24372437
- React-perflogger (= 0.82.1)
24382438
- React-utils (= 0.82.1)
24392439
- SocketRocket
2440-
- RNNitroSQLite (9.1.11):
2440+
- RNNitroSQLite (9.2.0):
24412441
- boost
24422442
- DoubleConversion
24432443
- fast_float
@@ -2845,7 +2845,7 @@ SPEC CHECKSUMS:
28452845
ReactAppDependencyProvider: a45ef34bb22dc1c9b2ac1f74167d9a28af961176
28462846
ReactCodegen: 09d235f636e22db7c2fbb24a59a56aa579591226
28472847
ReactCommon: 801eff8cb9c940c04d3a89ce399c343ee3eff654
2848-
RNNitroSQLite: ca40d7c6e2fe61674187320734b542a56534f65f
2848+
RNNitroSQLite: fb251387cfbee73b100cd484a3c886fda681b3b5
28492849
RNScreens: 98771ad898d1c0528fc8139606bbacf5a2e9d237
28502850
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
28512851
Yoga: 526f25666395d30c297d53154398ffd249eaf9e1

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"react": "19.1.1",
2424
"react-native": "0.82.1",
2525
"react-native-nitro-modules": "0.27.2",
26-
"react-native-nitro-sqlite": "9.1.11",
26+
"react-native-nitro-sqlite": "9.2.0",
2727
"react-native-safe-area-context": "^5.5.2",
2828
"react-native-screens": "^4.18.0",
2929
"reflect-metadata": "^0.1.13",

package/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.1.11",
3+
"version": "9.2.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)