Skip to content

Commit

Permalink
v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee committed Mar 30, 2020
1 parent 2d575b0 commit a4a0f78
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.4.0",
"version": "4.5.0",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-community/cli",
"version": "4.4.0",
"version": "4.5.0",
"description": "React Native CLI",
"license": "MIT",
"main": "build/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-android/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-community/cli-platform-android",
"version": "4.4.0",
"version": "4.5.0",
"license": "MIT",
"main": "build/index.js",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-ios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-community/cli-platform-ios",
"version": "4.4.0",
"version": "4.5.0",
"license": "MIT",
"main": "build/index.js",
"publishConfig": {
Expand Down

0 comments on commit a4a0f78

Please sign in to comment.