React DevTools 4.8.1

This commit is contained in:
Dan Abramov 2020-07-10 13:20:53 +01:00
parent 8eaf05e0e8
commit d4eadea6c7
7 changed files with 14 additions and 10 deletions

View File

@ -1,6 +1,6 @@
{
"name": "react-devtools-core",
"version": "4.8.0",
"version": "4.8.1",
"description": "Use react-devtools outside of the browser",
"license": "MIT",
"main": "./dist/backend.js",

View File

@ -2,8 +2,8 @@
"manifest_version": 2,
"name": "React Developer Tools",
"description": "Adds React debugging tools to the Chrome Developer Tools.",
"version": "4.8.0",
"version_name": "4.8.0",
"version": "4.8.1",
"version_name": "4.8.1",
"minimum_chrome_version": "49",

View File

@ -2,8 +2,8 @@
"manifest_version": 2,
"name": "React Developer Tools",
"description": "Adds React debugging tools to the Microsoft Edge Developer Tools.",
"version": "4.8.0",
"version_name": "4.8.0",
"version": "4.8.1",
"version_name": "4.8.1",
"minimum_chrome_version": "49",

View File

@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "React Developer Tools",
"description": "Adds React debugging tools to the Firefox Developer Tools.",
"version": "4.8.0",
"version": "4.8.1",
"applications": {
"gecko": {

View File

@ -1,6 +1,6 @@
{
"name": "react-devtools-inline",
"version": "4.8.0",
"version": "4.8.1",
"description": "Embed react-devtools within a website",
"license": "MIT",
"main": "./dist/backend.js",

View File

@ -5,10 +5,14 @@
Changes that have landed in master but are not yet released.
Click to see more.
</summary>
<!-- Upcoming changes go here -->
</details>
## 4.8.1 (July 10, 2020)
#### Bugfix
* Fix break-on-warning to truly be off by default. ([gaearon](https://github.com/gaearon) in [#19309](https://github.com/facebook/react/pull/19309))
## 4.8.0 (July 9, 2020)
#### Features
* Add SSL support to React devtools standalone ([ittaibaratz](https://github.com/ittaibaratz) in [#19191](https://github.com/facebook/react/pull/19191))

View File

@ -1,6 +1,6 @@
{
"name": "react-devtools",
"version": "4.8.0",
"version": "4.8.1",
"description": "Use react-devtools outside of the browser",
"license": "MIT",
"repository": {
@ -27,7 +27,7 @@
"electron": "^9.1.0",
"ip": "^1.1.4",
"minimist": "^1.2.3",
"react-devtools-core": "4.8.0",
"react-devtools-core": "4.8.1",
"update-notifier": "^2.1.0"
}
}