DevTools version bump 4.12.2 -> 4.12.3
This commit is contained in:
parent
4def1ceee2
commit
8f202a7c8d
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "react-devtools-core",
|
||||
"version": "4.12.2",
|
||||
"version": "4.12.3",
|
||||
"description": "Use react-devtools outside of the browser",
|
||||
"license": "MIT",
|
||||
"main": "./dist/backend.js",
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
"manifest_version": 2,
|
||||
"name": "React Developer Tools",
|
||||
"description": "Adds React debugging tools to the Chrome Developer Tools.",
|
||||
"version": "4.12.2",
|
||||
"version_name": "4.12.2",
|
||||
"version": "4.12.3",
|
||||
"version_name": "4.12.3",
|
||||
|
||||
"minimum_chrome_version": "60",
|
||||
|
||||
|
|
|
|||
|
|
@ -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.2",
|
||||
"version_name": "4.12.2",
|
||||
"version": "4.12.3",
|
||||
"version_name": "4.12.3",
|
||||
|
||||
"minimum_chrome_version": "60",
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"manifest_version": 2,
|
||||
"name": "React Developer Tools",
|
||||
"description": "Adds React debugging tools to the Firefox Developer Tools.",
|
||||
"version": "4.12.2",
|
||||
"version": "4.12.3",
|
||||
|
||||
"applications": {
|
||||
"gecko": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "react-devtools-inline",
|
||||
"version": "4.12.2",
|
||||
"version": "4.12.3",
|
||||
"description": "Embed react-devtools within a website",
|
||||
"license": "MIT",
|
||||
"main": "./dist/backend.js",
|
||||
|
|
|
|||
|
|
@ -9,9 +9,13 @@
|
|||
<!-- Upcoming changes go here -->
|
||||
</details>
|
||||
|
||||
## 4.12.3 (April 19, 2021)
|
||||
#### Bugfix
|
||||
* Wrapped quotation marks around Fiber ids or indices for all DevTools errors to better support GitHub fuzzy error search ([bvaughn](https://github.com/bvaughn) in [#21314](https://github.com/facebook/react/pull/21301))
|
||||
|
||||
## 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))
|
||||
* DevTools reliably suppresses console logs when generating component stacks ([bvaughn](https://github.com/bvaughn) in [#21314](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.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "react-devtools",
|
||||
"version": "4.12.2",
|
||||
"version": "4.12.3",
|
||||
"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.2",
|
||||
"react-devtools-core": "4.12.3",
|
||||
"update-notifier": "^2.1.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue