You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react-devtools/CHANGELOG.md
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,17 @@
9
9
<!-- Upcoming changes go here -->
10
10
</details>
11
11
12
+
## 4.12.4 (April 19, 2021)
13
+
#### Bugfix
14
+
* 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))
15
+
12
16
## 4.12.3 (April 19, 2021)
13
17
#### Bugfix
14
-
* 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))
18
+
* 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))
15
19
16
20
## 4.12.2 (April 16, 2021)
17
21
#### Bugfix
18
-
* DevTools reliably suppresses console logs when generating component stacks ([bvaughn](https://github.com/bvaughn) in [#21314](https://github.com/facebook/react/pull/21301))
22
+
* DevTools reliably suppresses console logs when generating component stacks ([bvaughn](https://github.com/bvaughn) in [#21301](https://github.com/facebook/react/pull/21301))
19
23
20
24
## 4.12.1 (April 14, 2021)
21
25
Although this release is being made for all NPM packages, only the `react-devtools-inline` package contains changes.
0 commit comments