Skip to content

Commit 0d7d6d8

Browse files
committed
chore: release 9.1.9
1 parent bbcc053 commit 0d7d6d8

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
@@ -1614,7 +1614,7 @@ PODS:
16141614
- React-logger (= 0.78.0)
16151615
- React-perflogger (= 0.78.0)
16161616
- React-utils (= 0.78.0)
1617-
- RNNitroSQLite (9.1.8):
1617+
- RNNitroSQLite (9.1.9):
16181618
- DoubleConversion
16191619
- glog
16201620
- hermes-engine
@@ -1973,7 +1973,7 @@ SPEC CHECKSUMS:
19731973
ReactAppDependencyProvider: f2e81d80afd71a8058589e19d8a134243fa53f17
19741974
ReactCodegen: 335c73d9eb04d93d9b2350157ed52a6a9ad05e1e
19751975
ReactCommon: c8fdbc582b98a07daf201cd95c1da75dd029f3ee
1976-
RNNitroSQLite: ffd6b8298153f00d8a57d11464a93bd5bf52d012
1976+
RNNitroSQLite: cc99832b93f422f1428eda2b53811aa6d6b8d929
19771977
RNScreens: 77f93ec55b749c49549b447527ebf78e990125f3
19781978
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
19791979
Yoga: be02ca501b03c79d7027a6bbbd0a8db985034f11

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"react": "19.0.0",
2525
"react-native": "0.78.0",
2626
"react-native-nitro-modules": "0.24.1",
27-
"react-native-nitro-sqlite": "9.1.8",
27+
"react-native-nitro-sqlite": "9.1.9",
2828
"react-native-safe-area-context": "^5.2.0",
2929
"react-native-screens": "^4.9.1",
3030
"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.8",
3+
"version": "9.1.9",
44
"description": "Fast SQLite library for React Native built using Nitro Modules",
55
"source": "./src/index.ts",
66
"main": "./lib/commonjs/index",

0 commit comments

Comments
 (0)