Skip to content

Commit

Permalink
v3.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rf1804 committed Jan 29, 2023
1 parent 8884841 commit 8c00ccb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
6 changes: 2 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"lerna": "3.15.0",
"packages": [
"packages/*"
],
"packages": ["packages/*"],
"npmClient": "npm",
"version": "3.4.6"
"version": "3.4.7"
}
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.6",
"version": "3.4.7",
"description": "A version checker for react-native expo applications",
"main": "index.js",
"keywords": [
Expand All @@ -27,7 +27,7 @@
"dependencies": {
"expo-constants": "^14.0.2",
"expo-localization": "^14.0.0",
"react-native-version-check": "^3.4.6"
"react-native-version-check": "^3.4.7"
},
"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.6",
"version": "3.4.7",
"description": "A version checker for react-native applications",
"main": "index.js",
"keywords": [
Expand Down

0 comments on commit 8c00ccb

Please sign in to comment.