mirror of
https://github.com/facebook/react.git
synced 2026-02-23 20:23:02 +00:00
DevTools version bump 4.12.3 -> 4.12.4
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-devtools-core",
|
||||
"version": "4.12.3",
|
||||
"version": "4.12.4",
|
||||
"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.3",
|
||||
"version_name": "4.12.3",
|
||||
"version": "4.12.4",
|
||||
"version_name": "4.12.4",
|
||||
|
||||
"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.3",
|
||||
"version_name": "4.12.3",
|
||||
"version": "4.12.4",
|
||||
"version_name": "4.12.4",
|
||||
|
||||
"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.3",
|
||||
"version": "4.12.4",
|
||||
|
||||
"applications": {
|
||||
"gecko": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-devtools-inline",
|
||||
"version": "4.12.3",
|
||||
"version": "4.12.4",
|
||||
"description": "Embed react-devtools within a website",
|
||||
"license": "MIT",
|
||||
"main": "./dist/backend.js",
|
||||
|
||||
@@ -9,13 +9,17 @@
|
||||
<!-- Upcoming changes go here -->
|
||||
</details>
|
||||
|
||||
## 4.12.4 (April 19, 2021)
|
||||
#### Bugfix
|
||||
* Remove `@octokit/rest` depedency because of a problem with transitive dependencies ([bvaughn](https://github.com/bvaughn) in [#21317](https://github.com/facebook/react/pull/21317))
|
||||
|
||||
## 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))
|
||||
* 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/21314))
|
||||
|
||||
## 4.12.2 (April 16, 2021)
|
||||
#### Bugfix
|
||||
* DevTools reliably suppresses console logs when generating component stacks ([bvaughn](https://github.com/bvaughn) in [#21314](https://github.com/facebook/react/pull/21301))
|
||||
* DevTools reliably suppresses console logs when generating component stacks ([bvaughn](https://github.com/bvaughn) in [#21301](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.3",
|
||||
"version": "4.12.4",
|
||||
"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.3",
|
||||
"react-devtools-core": "4.12.4",
|
||||
"update-notifier": "^2.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user