Skip to content

Commit 0763c48

Browse files
author
Brian Vaughn
committed
Bumped all versions to 4.0.0
1 parent 732f3a6 commit 0763c48

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<!-- Upcoming changes go here
1111
</details> -->
1212

13-
## 4.0.0 (release date TBD)
13+
## 4.0.0 (August 15, 2019)
1414

1515
### General changes
1616

packages/react-devtools-core/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "react-devtools-core",
3-
"version": "4.0.0-alpha.10",
3+
"version": "4.0.0",
44
"description": "Use react-devtools outside of the browser",
55
"license": "MIT",
66
"main": "./dist/backend.js",
77
"repository": {
8+
"type": "git",
89
"url": "https://github.com/facebook/react.git",
9-
"type": "git"
10+
"directory": "packages/react-devtools-core"
1011
},
1112
"files": [
1213
"dist",

packages/react-devtools-inline/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "react-devtools-inline",
3-
"version": "4.0.0-alpha.10",
3+
"version": "4.0.0",
44
"description": "Embed react-devtools within a website",
55
"license": "MIT",
66
"main": "./dist/backend.js",
77
"repository": {
8+
"type": "git",
89
"url": "https://github.com/facebook/react.git",
9-
"type": "git"
10+
"directory": "packages/react-devtools-inline"
1011
},
1112
"files": [
1213
"dist",

packages/react-devtools/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "react-devtools",
3-
"version": "4.0.0-alpha.10",
3+
"version": "4.0.0",
44
"description": "Use react-devtools outside of the browser",
55
"license": "MIT",
66
"repository": {
7+
"type": "git",
78
"url": "https://github.com/facebook/react.git",
8-
"type": "git"
9+
"directory": "packages/react-devtools"
910
},
1011
"bin": {
1112
"react-devtools": "./bin.js"
@@ -25,7 +26,7 @@
2526
"electron": "^5.0.0",
2627
"ip": "^1.1.4",
2728
"minimist": "^1.2.0",
28-
"react-devtools-core": "4.0.0-alpha.10",
29+
"react-devtools-core": "4.0.0",
2930
"update-notifier": "^2.1.0"
3031
}
3132
}

0 commit comments

Comments
 (0)