Skip to content

Commit

Permalink
v3.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kimxogus committed Jan 8, 2023
1 parent f41c846 commit e4b45d3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"lerna": "3.15.0",
"packages": ["packages/*"],
"packages": [
"packages/*"
],
"npmClient": "npm",
"version": "3.4.5"
"version": "3.4.6"
}
2 changes: 1 addition & 1 deletion packages/react-native-version-check-expo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/react-native-version-check-expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-version-check-expo",
"version": "3.4.5",
"version": "3.4.6",
"description": "A version checker for react-native expo applications",
"main": "index.js",
"keywords": [
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"expo-constants": "5.0.1",
"expo-localization": "5.0.1",
"react-native-version-check": "^3.4.5"
"react-native-version-check": "^3.4.6"
},
"devDependencies": {
"expo": "^33.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-version-check/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-version-check",
"version": "3.4.5",
"version": "3.4.6",
"description": "A version checker for react-native applications",
"main": "index.js",
"keywords": [
Expand Down

0 comments on commit e4b45d3

Please sign in to comment.