File tree Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 10
10
<!-- Upcoming changes go here
11
11
</details> -->
12
12
13
- ## 4.0.0 (release date TBD )
13
+ ## 4.0.0 (August 15, 2019 )
14
14
15
15
### General changes
16
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-devtools-core" ,
3
- "version" : " 4.0.0-alpha.10 " ,
3
+ "version" : " 4.0.0" ,
4
4
"description" : " Use react-devtools outside of the browser" ,
5
5
"license" : " MIT" ,
6
6
"main" : " ./dist/backend.js" ,
7
7
"repository" : {
8
+ "type" : " git" ,
8
9
"url" : " https://github.com/facebook/react.git" ,
9
- "type " : " git "
10
+ "directory " : " packages/react-devtools-core "
10
11
},
11
12
"files" : [
12
13
" dist" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-devtools-inline" ,
3
- "version" : " 4.0.0-alpha.10 " ,
3
+ "version" : " 4.0.0" ,
4
4
"description" : " Embed react-devtools within a website" ,
5
5
"license" : " MIT" ,
6
6
"main" : " ./dist/backend.js" ,
7
7
"repository" : {
8
+ "type" : " git" ,
8
9
"url" : " https://github.com/facebook/react.git" ,
9
- "type " : " git "
10
+ "directory " : " packages/react-devtools-inline "
10
11
},
11
12
"files" : [
12
13
" dist" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-devtools" ,
3
- "version" : " 4.0.0-alpha.10 " ,
3
+ "version" : " 4.0.0" ,
4
4
"description" : " Use react-devtools outside of the browser" ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
7
+ "type" : " git" ,
7
8
"url" : " https://github.com/facebook/react.git" ,
8
- "type " : " git "
9
+ "directory " : " packages/react-devtools "
9
10
},
10
11
"bin" : {
11
12
"react-devtools" : " ./bin.js"
25
26
"electron" : " ^5.0.0" ,
26
27
"ip" : " ^1.1.4" ,
27
28
"minimist" : " ^1.2.0" ,
28
- "react-devtools-core" : " 4.0.0-alpha.10 " ,
29
+ "react-devtools-core" : " 4.0.0" ,
29
30
"update-notifier" : " ^2.1.0"
30
31
}
31
32
}
You can’t perform that action at this time.
0 commit comments