Skip to content

Commit 0c18f6d

Browse files
committed
chore: release 9.4.0
1 parent 10ecb08 commit 0c18f6d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.3.0):
2440+
- RNNitroSQLite (9.4.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: 11b125a41894de13fb0a90352b2c6f55160d002f
2848+
RNNitroSQLite: 842dae212d1c9ac29c85574f51fc9df12646b4bd
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": "*",
26-
"react-native-nitro-sqlite": "9.3.0",
26+
"react-native-nitro-sqlite": "9.4.0",
2727
"react-native-safe-area-context": "^5.5.2",
2828
"react-native-screens": "^4.18.0",
2929
"reflect-metadata": "^0.1.13",

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.3.0",
3+
"version": "9.4.0",
44
"packageManager": "[email protected]",
55
"private": "true",
66
"workspaces": [

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.3.0",
3+
"version": "9.4.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)