Bumped all versions to 4.0.0

This commit is contained in:
Brian Vaughn
2019-08-15 14:28:09 -07:00
parent 732f3a6ef1
commit 0763c48ed8
4 changed files with 11 additions and 8 deletions

View File

@@ -10,7 +10,7 @@
<!-- Upcoming changes go here
</details> -->
## 4.0.0 (release date TBD)
## 4.0.0 (August 15, 2019)
### General changes

View File

@@ -1,12 +1,13 @@
{
"name": "react-devtools-core",
"version": "4.0.0-alpha.10",
"version": "4.0.0",
"description": "Use react-devtools outside of the browser",
"license": "MIT",
"main": "./dist/backend.js",
"repository": {
"type": "git",
"url": "https://github.com/facebook/react.git",
"type": "git"
"directory": "packages/react-devtools-core"
},
"files": [
"dist",

View File

@@ -1,12 +1,13 @@
{
"name": "react-devtools-inline",
"version": "4.0.0-alpha.10",
"version": "4.0.0",
"description": "Embed react-devtools within a website",
"license": "MIT",
"main": "./dist/backend.js",
"repository": {
"type": "git",
"url": "https://github.com/facebook/react.git",
"type": "git"
"directory": "packages/react-devtools-inline"
},
"files": [
"dist",

View File

@@ -1,11 +1,12 @@
{
"name": "react-devtools",
"version": "4.0.0-alpha.10",
"version": "4.0.0",
"description": "Use react-devtools outside of the browser",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/facebook/react.git",
"type": "git"
"directory": "packages/react-devtools"
},
"bin": {
"react-devtools": "./bin.js"
@@ -25,7 +26,7 @@
"electron": "^5.0.0",
"ip": "^1.1.4",
"minimist": "^1.2.0",
"react-devtools-core": "4.0.0-alpha.10",
"react-devtools-core": "4.0.0",
"update-notifier": "^2.1.0"
}
}