Skip to content

Commit c7aff55

Browse files
author
Brian Vaughn
committed
4.0.0-alpha.2 -> 4.0.0-alpha.3
1 parent 2e8b9fa commit c7aff55

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/react-devtools-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-devtools-core",
3-
"version": "4.0.0-alpha.2",
3+
"version": "4.0.0-alpha.3",
44
"description": "Use react-devtools outside of the browser",
55
"license": "MIT",
66
"main": "./dist/backend.js",

packages/react-devtools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-devtools",
3-
"version": "4.0.0-alpha.2",
3+
"version": "4.0.0-alpha.3",
44
"description": "Use react-devtools outside of the browser",
55
"license": "MIT",
66
"repository": {
@@ -25,7 +25,7 @@
2525
"electron": "^5.0.0",
2626
"ip": "^1.1.4",
2727
"minimist": "^1.2.0",
28-
"react-devtools-core": "4.0.0-alpha.2",
28+
"react-devtools-core": "4.0.0-alpha.3",
2929
"update-notifier": "^2.1.0"
3030
}
3131
}

0 commit comments

Comments
 (0)