Skip to content

Commit

Permalink
4.0.0-alpha.7 -> 4.0.0-alpha.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Aug 6, 2019
1 parent e015e3d commit 2015a39
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/react-devtools-core/package.json
@@ -1,6 +1,6 @@
{
"name": "react-devtools-core",
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"description": "Use react-devtools outside of the browser",
"license": "MIT",
"main": "./dist/backend.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-devtools-inline/package.json
@@ -1,6 +1,6 @@
{
"name": "react-devtools-inline",
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"description": "Embed react-devtools within a website",
"license": "MIT",
"main": "./dist/backend.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-devtools/package.json
@@ -1,6 +1,6 @@
{
"name": "react-devtools",
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"description": "Use react-devtools outside of the browser",
"license": "MIT",
"repository": {
Expand All @@ -25,7 +25,7 @@
"electron": "^5.0.0",
"ip": "^1.1.4",
"minimist": "^1.2.0",
"react-devtools-core": "4.0.0-alpha.7",
"react-devtools-core": "4.0.0-alpha.8",
"update-notifier": "^2.1.0"
}
}

0 comments on commit 2015a39

Please sign in to comment.