Skip to content

Commit

Permalink
chore: release 8.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispader committed Oct 25, 2024
1 parent c1dfa98 commit 3e3fd30
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-quick-sqlite-example",
"version": "8.2.1",
"version": "8.2.2",
"private": true,
"scripts": {
"pods": "cd ios && bundle exec pod install",
Expand All @@ -22,7 +22,7 @@
"expo-status-bar": "^1.12.1",
"react": "18.3.1",
"react-native": "0.75.2",
"react-native-quick-sqlite": "8.2.1",
"react-native-quick-sqlite": "8.2.2",
"react-native-safe-area-context": "^4.11.0",
"react-native-screens": "^3.34.0",
"reflect-metadata": "^0.1.13",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-quick-sqlite-workspace",
"version": "8.2.1",
"version": "8.2.2",
"packageManager": "[email protected]",
"private": "true",
"workspaces": [
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-quick-sqlite",
"version": "8.2.1",
"version": "8.2.2",
"description": "Fast SQLite for react-native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 3e3fd30

Please sign in to comment.