@samitouri / QOS-React-2 / commits / d3f84a433a

[DevTools] Bump version for extensions (#34723)

`./scripts/devtools/prepare-release.js` actually does automate the version bump, but only path / minor ones.

Ruslan Lesiutin committed Oct 3, 2025 at 22:03 UTC d3f84a433a57562be1fc2b3331ddc54bdb946582
3 files changed +5 -5
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.5",
6 - "version_name": "6.1.5",
5 + "version": "7.0.0",
6 + "version_name": "7.0.0",
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.5",
6 - "version_name": "6.1.5",
5 + "version": "7.0.0",
6 + "version_name": "7.0.0",
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.5",
5 + "version": "7.0.0",
6 "browser_specific_settings": {
7 "gecko": {
8 "id": "@react-devtools",