Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
v3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed May 22, 2018
1 parent 533f993 commit 6f7fa5b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "2.8.0",
"version": "3.2.2",
"version": "3.2.3",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/react-devtools-core/package.json
@@ -1,6 +1,6 @@
{
"name": "react-devtools-core",
"version": "3.2.2",
"version": "3.2.3",
"description": "Use react-devtools outside of the browser",
"main": "./build/backend.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-devtools/package.json
@@ -1,6 +1,6 @@
{
"name": "react-devtools",
"version": "3.2.2",
"version": "3.2.3",
"description": "Use react-devtools outside of the browser",
"repository": {
"url": "https://github.com/facebook/react-devtools.git",
Expand All @@ -26,7 +26,7 @@
"electron": "^1.8.7",
"ip": "^1.1.4",
"minimist": "^1.2.0",
"react-devtools-core": "^3.2.2",
"react-devtools-core": "^3.2.3",
"update-notifier": "^2.1.0"
}
}

0 comments on commit 6f7fa5b

Please sign in to comment.