Skip to content

Commit 4204beb

Browse files
committed
chore: release 8.2.2-nitro.1
1 parent c465b24 commit 4204beb

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

example/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-nitro-sqlite-example",
3-
"version": "8.2.1-nitro.1",
3+
"version": "8.2.2-nitro.1",
44
"private": true,
55
"scripts": {
66
"pods": "cd ios && RCT_NEW_ARCH_ENABLED=1 bundle exec pod install",
@@ -23,13 +23,14 @@
2323
"react": "18.3.1",
2424
"react-native": "0.75.2",
2525
"react-native-nitro-modules": "^0.13.0",
26-
"react-native-nitro-sqlite": "8.2.1-nitro.1",
26+
"react-native-nitro-sqlite": "8.2.2-nitro.1",
2727
"react-native-safe-area-context": "^4.11.0",
2828
"react-native-screens": "^3.34.0",
2929
"reflect-metadata": "^0.1.13",
3030
"stream-browserify": "^3.0.0",
3131
"typeorm": "^0.3.20",
32-
"util": "^0.12.5"
32+
"util": "^0.12.5",
33+
"react-native-quick-sqlite": "8.2.2-nitro.1"
3334
},
3435
"devDependencies": {
3536
"@babel/core": "^7.12.9",

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": "8.2.1-nitro.1",
3+
"version": "8.2.2-nitro.1",
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": "8.2.1-nitro.1",
3+
"version": "8.2.2-nitro.1",
44
"description": "Fast SQLite for react-native",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)