Skip to content

Commit

Permalink
4.0.1 -> 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Aug 16, 2019
1 parent 527fc4a commit 2bcc6c6
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,5 +1,5 @@
{
"version": "4.0.1",
"version": "4.0.2",
"repository": "bvaughn/react-devtools-experimental",
"license": "MIT",
"private": true,
Expand Down Expand Up @@ -135,7 +135,7 @@
"memoize-one": "^3.1.1",
"node-libs-browser": "0.5.3",
"nullthrows": "^1.0.0",
"object-assign": "4.0.1",
"object-assign": "4.0.2",
"opener": "^1.5.1",
"prettier": "^1.16.4",
"prop-types": "^15.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-devtools-core/package.json
@@ -1,6 +1,6 @@
{
"name": "react-devtools-core",
"version": "4.0.1",
"version": "4.0.2",
"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.1",
"version": "4.0.2",
"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.1",
"version": "4.0.2",
"description": "Use react-devtools outside of the browser",
"license": "MIT",
"repository": {
Expand All @@ -26,7 +26,7 @@
"electron": "^5.0.0",
"ip": "^1.1.4",
"minimist": "^1.2.0",
"react-devtools-core": "4.0.1",
"react-devtools-core": "4.0.2",
"update-notifier": "^2.1.0"
}
}
4 changes: 2 additions & 2 deletions shells/browser/chrome/manifest.json
Expand Up @@ -2,8 +2,8 @@
"manifest_version": 2,
"name": "React Developer Tools",
"description": "Adds React debugging tools to the Chrome Developer Tools.",
"version": "4.0.1",
"version_name": "4.0.1",
"version": "4.0.2",
"version_name": "4.0.2",

"minimum_chrome_version": "49",

Expand Down
2 changes: 1 addition & 1 deletion shells/browser/firefox/manifest.json
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "React Developer Tools",
"description": "Adds React debugging tools to the Firefox Developer Tools.",
"version": "4.0.1",
"version": "4.0.2",

"applications": {
"gecko": {
Expand Down

0 comments on commit 2bcc6c6

Please sign in to comment.