Skip to content

Commit

Permalink
Bumped all versions to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Aug 15, 2019
1 parent 732f3a6 commit 0763c48
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<!-- Upcoming changes go here
</details> -->

## 4.0.0 (release date TBD)
## 4.0.0 (August 15, 2019)

### General changes

Expand Down
5 changes: 3 additions & 2 deletions packages/react-devtools-core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
5 changes: 3 additions & 2 deletions packages/react-devtools-inline/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 4 additions & 3 deletions packages/react-devtools/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
}
}

0 comments on commit 0763c48

Please sign in to comment.