mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Bumped all versions to 4.0.0
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<!-- Upcoming changes go here
|
||||
</details> -->
|
||||
|
||||
## 4.0.0 (release date TBD)
|
||||
## 4.0.0 (August 15, 2019)
|
||||
|
||||
### General changes
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user