Skip to content

Commit

Permalink
chore: release 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispader committed Nov 13, 2024
1 parent e4f41ab commit 1728794
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1596,7 +1596,7 @@ PODS:
- React-logger (= 0.76.1)
- React-perflogger (= 0.76.1)
- React-utils (= 0.76.1)
- RNNitroSQLite (8.2.2-nitro.1):
- RNNitroSQLite (9.0.0):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -1943,7 +1943,7 @@ SPEC CHECKSUMS:
React-utils: 5362bd16a9563f9916e7a56c011ddc533507650f
ReactCodegen: 4e26d365313307cc7c95e693529e539acfb5c64c
ReactCommon: 422e364463f33e336fc4db196aeb50fd801d90d6
RNNitroSQLite: 414f19ca9a1a29aa1a1ff7ecfa6bc03c7884e9b1
RNNitroSQLite: 2a3652032844f8ead3dcb35b208d39ccb6524759
RNScreens: e389d6a6a66a4f0d3662924ecae803073ccce8ec
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
Yoga: db69236006b8b1c6d55ab453390c882306cbf219
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"react": "*",
"react-native": "*",
"react-native-nitro-modules": "*",
"react-native-nitro-sqlite": "8.2.2-nitro.1",
"react-native-nitro-sqlite": "9.0.0",
"react-native-safe-area-context": "^4.14.0",
"react-native-screens": "^3.35.0",
"reflect-metadata": "^0.1.13",
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-nitro-sqlite",
"version": "8.2.2-nitro.1",
"version": "9.0.0",
"description": "Fast SQLite for react-native",
"source": "./src/index.ts",
"main": "./lib/commonjs/index",
Expand Down

0 comments on commit 1728794

Please sign in to comment.