DevTools version bump 4.12.3 -> 4.12.4

This commit is contained in:
Brian Vaughn
2021-04-19 21:23:01 -04:00
parent 83bdc565f9
commit 7becb2ff1b
7 changed files with 15 additions and 11 deletions

View File

@@ -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",

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.3",
"version_name": "4.12.3",
"version": "4.12.4",
"version_name": "4.12.4",
"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.3",
"version_name": "4.12.3",
"version": "4.12.4",
"version_name": "4.12.4",
"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.3",
"version": "4.12.4",
"applications": {
"gecko": {

View File

@@ -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",

View File

@@ -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.

View File

@@ -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"
}
}