Skip to content

Commit d609ff9

Browse files
committed
chore: release 9.0.2
1 parent 73fb23c commit d609ff9

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
@@ -1596,7 +1596,7 @@ PODS:
15961596
- React-logger (= 0.76.1)
15971597
- React-perflogger (= 0.76.1)
15981598
- React-utils (= 0.76.1)
1599-
- RNNitroSQLite (9.0.1):
1599+
- RNNitroSQLite (9.0.2):
16001600
- DoubleConversion
16011601
- glog
16021602
- hermes-engine
@@ -1943,7 +1943,7 @@ SPEC CHECKSUMS:
19431943
React-utils: 5362bd16a9563f9916e7a56c011ddc533507650f
19441944
ReactCodegen: 4e26d365313307cc7c95e693529e539acfb5c64c
19451945
ReactCommon: 422e364463f33e336fc4db196aeb50fd801d90d6
1946-
RNNitroSQLite: d174704fac9ac5a1d1b57a512f97ccb690fdbed3
1946+
RNNitroSQLite: b85d596f4cc2ba5972ba609fe3af091d7392fa77
19471947
RNScreens: e389d6a6a66a4f0d3662924ecae803073ccce8ec
19481948
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
19491949
Yoga: db69236006b8b1c6d55ab453390c882306cbf219

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"react": "*",
2525
"react-native": "*",
2626
"react-native-nitro-modules": "*",
27-
"react-native-nitro-sqlite": "9.0.1",
27+
"react-native-nitro-sqlite": "9.0.2",
2828
"react-native-safe-area-context": "^4.14.0",
2929
"react-native-screens": "^3.35.0",
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.0.1",
3+
"version": "9.0.2",
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)