Skip to content

Commit d3f84a4

Browse files
authored
[DevTools] Bump version for extensions (facebook#34723)
`./scripts/devtools/prepare-release.js` actually does automate the version bump, but only path / minor ones.
1 parent bc23561 commit d3f84a4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/react-devtools-extensions/chrome/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"manifest_version": 3,
33
"name": "React Developer Tools",
44
"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",
77
"minimum_chrome_version": "114",
88
"icons": {
99
"16": "icons/16-production.png",

packages/react-devtools-extensions/edge/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"manifest_version": 3,
33
"name": "React Developer Tools",
44
"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",
77
"minimum_chrome_version": "114",
88
"icons": {
99
"16": "icons/16-production.png",

packages/react-devtools-extensions/firefox/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "React Developer Tools",
44
"description": "Adds React debugging tools to the Firefox Developer Tools.",
5-
"version": "6.1.5",
5+
"version": "7.0.0",
66
"browser_specific_settings": {
77
"gecko": {
88
"id": "@react-devtools",

0 commit comments

Comments
 (0)