@samitouri / QOS-React / commits / 5d87cd2244

React DevTools 6.1.4 -> 6.1.5 (#33702)

Same as 6.1.4, but with 2 hotfixes: * fix: check if profiling for all profiling hooks ([hoxyq](https://github.com/hoxyq) in [#33701](https://github.com/facebook/react/pull/33701)) * fix: fallback to reading string stack trace when failed ([hoxyq](https://github.com/hoxyq) in [#33700](https://github.com/facebook/react/pull/33700))

Ruslan Lesiutin committed Jul 4, 2025 at 16:31 UTC 5d87cd224452c68d09bef99656b6261e9772a210
8 files changed +17 -10
packages/react-devtools-core/package.json
+1 -1
@@ -1,6 +1,6 @@
1 {
2 "name": "react-devtools-core",
3 - "version": "6.1.4",
3 + "version": "6.1.5",
4 "description": "Use react-devtools outside of the browser",
5 "license": "MIT",
6 "main": "./dist/backend.js",
packages/react-devtools-extensions/chrome/manifest.json
+2 -2
@@ -2,8 +2,8 @@
2 "manifest_version": 3,
3 "name": "React Developer Tools",
4 "description": "Adds React debugging tools to the Chrome Developer Tools.",
5 - "version": "6.1.4",
6 - "version_name": "6.1.4",
5 + "version": "6.1.5",
6 + "version_name": "6.1.5",
7 "minimum_chrome_version": "114",
8 "icons": {
9 "16": "icons/16-production.png",
packages/react-devtools-extensions/edge/manifest.json
+2 -2
@@ -2,8 +2,8 @@
2 "manifest_version": 3,
3 "name": "React Developer Tools",
4 "description": "Adds React debugging tools to the Microsoft Edge Developer Tools.",
5 - "version": "6.1.4",
6 - "version_name": "6.1.4",
5 + "version": "6.1.5",
6 + "version_name": "6.1.5",
7 "minimum_chrome_version": "114",
8 "icons": {
9 "16": "icons/16-production.png",
packages/react-devtools-extensions/firefox/manifest.json
+1 -1
@@ -2,7 +2,7 @@
2 "manifest_version": 3,
3 "name": "React Developer Tools",
4 "description": "Adds React debugging tools to the Firefox Developer Tools.",
5 - "version": "6.1.4",
5 + "version": "6.1.5",
6 "browser_specific_settings": {
7 "gecko": {
8 "id": "@react-devtools",
packages/react-devtools-inline/package.json
+1 -1
@@ -1,6 +1,6 @@
1 {
2 "name": "react-devtools-inline",
3 - "version": "6.1.4",
3 + "version": "6.1.5",
4 "description": "Embed react-devtools within a website",
5 "license": "MIT",
6 "main": "./dist/backend.js",
packages/react-devtools-timeline/package.json
+1 -1
@@ -1,7 +1,7 @@
1 {
2 "private": true,
3 "name": "react-devtools-timeline",
4 - "version": "6.1.4",
4 + "version": "6.1.5",
5 "license": "MIT",
6 "dependencies": {
7 "@elg/speedscope": "1.9.0-a6f84db",
packages/react-devtools/CHANGELOG.md
+7
@@ -4,6 +4,13 @@
4
5 ---
6
7 +### 6.1.5
8 +July 4, 2025
9 +
10 +* fix: fallback to reading string stack trace when failed ([hoxyq](https://github.com/hoxyq) in [#33700](https://github.com/facebook/react/pull/33700))
11 +
12 +---
13 +
14 ### 6.1.4
15 July 4, 2025
16
packages/react-devtools/package.json
+2 -2
@@ -1,6 +1,6 @@
1 {
2 "name": "react-devtools",
3 - "version": "6.1.4",
3 + "version": "6.1.5",
4 "description": "Use react-devtools outside of the browser",
5 "license": "MIT",
6 "repository": {
@@ -26,7 +26,7 @@
26 "electron": "^23.1.2",
27 "internal-ip": "^6.2.0",
28 "minimist": "^1.2.3",
29 - "react-devtools-core": "6.1.4",
29 + "react-devtools-core": "6.1.5",
30 "update-notifier": "^2.1.0"
31 }
32 }