DevTools version bump 4.12.1 -> 4.12.2

This commit is contained in:
Brian Vaughn 2021-04-16 12:35:29 -04:00
parent 5027eb4650
commit d14b6a4bdd
7 changed files with 14 additions and 10 deletions

View File

@ -1,6 +1,6 @@
{
"name": "react-devtools-core",
"version": "4.12.1",
"version": "4.12.2",
"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.12.1",
"version_name": "4.12.1",
"version": "4.12.2",
"version_name": "4.12.2",
"minimum_chrome_version": "60",

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.12.1",
"version_name": "4.12.1",
"version": "4.12.2",
"version_name": "4.12.2",
"minimum_chrome_version": "60",

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.12.1",
"version": "4.12.2",
"applications": {
"gecko": {

View File

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

View File

@ -9,10 +9,14 @@
<!-- Upcoming changes go here -->
</details>
## 4.12.2 (April 16, 2021)
#### Bugfix
* DevTools reliably suppresses console logs when generating component stacks ([bvaughn](https://github.com/bvaughn) in [#21237](https://github.com/facebook/react/pull/21301))
## 4.12.1 (April 14, 2021)
Although this release is being made for all NPM packages, only the `react-devtools-inline` package contains changes.
#### Bugfix
* Fixed `react-devtools-inline` bug in frontend `initialize` method ([bvaughn](https://github.com/bvaughn).
* Fixed `react-devtools-inline` bug in frontend `initialize` method ([bvaughn](https://github.com/bvaughn) in [#21265](https://github.com/facebook/react/pull/21265))
## 4.12.0 (April 12, 2021)
Although this release is being made for all NPM packages, only the `react-devtools-inline` package contains changes.

View File

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