Skip to content

Commit 12757ca

Browse files
committed
chore: release 9.1.0
1 parent e16404a commit 12757ca

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

example/ios/Podfile.lock

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,19 @@ PODS:
77
- hermes-engine (0.76.1):
88
- hermes-engine/Pre-built (= 0.76.1)
99
- hermes-engine/Pre-built (0.76.1)
10-
- NitroModules (0.18.1):
10+
- NitroModules (0.16.2):
1111
- DoubleConversion
1212
- glog
1313
- hermes-engine
1414
- RCT-Folly (= 2024.01.01.00)
1515
- RCTRequired
1616
- RCTTypeSafety
17-
- React-callinvoker
1817
- React-Core
1918
- React-debug
2019
- React-Fabric
2120
- React-featureflags
2221
- React-graphics
2322
- React-ImageManager
24-
- React-jsi
2523
- React-NativeModulesApple
2624
- React-RCTFabric
2725
- React-rendererdebug
@@ -1598,7 +1596,7 @@ PODS:
15981596
- React-logger (= 0.76.1)
15991597
- React-perflogger (= 0.76.1)
16001598
- React-utils (= 0.76.1)
1601-
- RNNitroSQLite (9.0.2):
1599+
- RNNitroSQLite (9.1.0):
16021600
- DoubleConversion
16031601
- glog
16041602
- hermes-engine
@@ -1675,7 +1673,7 @@ DEPENDENCIES:
16751673
- fmt (from `../../node_modules/react-native/third-party-podspecs/fmt.podspec`)
16761674
- glog (from `../../node_modules/react-native/third-party-podspecs/glog.podspec`)
16771675
- hermes-engine (from `../../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec`)
1678-
- NitroModules (from `../../node_modules/react-native-nitro-modules`)
1676+
- NitroModules (from `../node_modules/react-native-nitro-modules`)
16791677
- RCT-Folly (from `../../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
16801678
- RCT-Folly/Fabric (from `../../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
16811679
- RCTDeprecation (from `../../node_modules/react-native/ReactApple/Libraries/RCTFoundation/RCTDeprecation`)
@@ -1758,7 +1756,7 @@ EXTERNAL SOURCES:
17581756
:podspec: "../../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec"
17591757
:tag: hermes-2024-09-09-RNv0.76.0-db6d12e202e15f7a446d8848d6ca8f7abb3cfb32
17601758
NitroModules:
1761-
:path: "../../node_modules/react-native-nitro-modules"
1759+
:path: "../node_modules/react-native-nitro-modules"
17621760
RCT-Folly:
17631761
:podspec: "../../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec"
17641762
RCTDeprecation:
@@ -1887,7 +1885,7 @@ SPEC CHECKSUMS:
18871885
fmt: 10c6e61f4be25dc963c36bd73fc7b1705fe975be
18881886
glog: 08b301085f15bcbb6ff8632a8ebaf239aae04e6a
18891887
hermes-engine: 46f1ffbf0297f4298862068dd4c274d4ac17a1fd
1890-
NitroModules: 1301dc53a33ca73ada1479a3dda1141032d8e597
1888+
NitroModules: 9bb068aa9396f53e018dd41c30fbdd40165a846b
18911889
RCT-Folly: bf5c0376ffe4dd2cf438dcf86db385df9fdce648
18921890
RCTDeprecation: fde92935b3caa6cb65cbff9fbb7d3a9867ffb259
18931891
RCTRequired: 75c6cee42d21c1530a6f204ba32ff57335d19007
@@ -1945,7 +1943,7 @@ SPEC CHECKSUMS:
19451943
React-utils: 5362bd16a9563f9916e7a56c011ddc533507650f
19461944
ReactCodegen: 4e26d365313307cc7c95e693529e539acfb5c64c
19471945
ReactCommon: 422e364463f33e336fc4db196aeb50fd801d90d6
1948-
RNNitroSQLite: b85d596f4cc2ba5972ba609fe3af091d7392fa77
1946+
RNNitroSQLite: d2f25cb265d697102cde7a2f7460a07695f537c0
19491947
RNScreens: e389d6a6a66a4f0d3662924ecae803073ccce8ec
19501948
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
19511949
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.2",
27+
"react-native-nitro-sqlite": "9.1.0",
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.2",
3+
"version": "9.1.0",
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)