4.0.0 -> 4.0.1

This commit is contained in:
Brian Vaughn
2019-08-15 16:29:13 -07:00
parent 545de6f02e
commit c100cc7b31
6 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
{
"version": "4.0.0",
"version": "4.0.1",
"repository": "bvaughn/react-devtools-experimental",
"license": "MIT",
"private": true,

View File

@@ -1,6 +1,6 @@
{
"name": "react-devtools-core",
"version": "4.0.0",
"version": "4.0.1",
"description": "Use react-devtools outside of the browser",
"license": "MIT",
"main": "./dist/backend.js",

View File

@@ -1,6 +1,6 @@
{
"name": "react-devtools-inline",
"version": "4.0.0",
"version": "4.0.1",
"description": "Embed react-devtools within a website",
"license": "MIT",
"main": "./dist/backend.js",

View File

@@ -1,6 +1,6 @@
{
"name": "react-devtools",
"version": "4.0.0",
"version": "4.0.1",
"description": "Use react-devtools outside of the browser",
"license": "MIT",
"repository": {
@@ -26,7 +26,7 @@
"electron": "^5.0.0",
"ip": "^1.1.4",
"minimist": "^1.2.0",
"react-devtools-core": "4.0.0",
"react-devtools-core": "4.0.1",
"update-notifier": "^2.1.0"
}
}

View File

@@ -2,8 +2,8 @@
"manifest_version": 2,
"name": "React Developer Tools",
"description": "Adds React debugging tools to the Chrome Developer Tools.",
"version": "4.0.0",
"version_name": "4.0.0",
"version": "4.0.1",
"version_name": "4.0.1",
"minimum_chrome_version": "49",

View File

@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "React Developer Tools",
"description": "Adds React debugging tools to the Firefox Developer Tools.",
"version": "4.0.0",
"version": "4.0.1",
"applications": {
"gecko": {