Skip to content

Commit 73688e1

Browse files
authored
Fix releasing Firefox extension (#1716)
* Fix releasing Firefox extension The lowest supported "strict_min_version" is 58.0. * Create shiny-chicken-hammer.md * Revert "Fix releasing Firefox extension" This reverts commit 9288138. * Keep the id
1 parent 4164b62 commit 73688e1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.changeset/shiny-chicken-hammer.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'remotedev-redux-devtools-extension': patch
3+
---
4+
5+
Fix releasing Firefox extension

extension/firefox/manifest.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"homepage_url": "https://github.com/reduxjs/redux-devtools",
77
"applications": {
88
"gecko": {
9-
10-
"strict_min_version": "54.0"
9+
1110
}
1211
},
1312
"page_action": {

0 commit comments

Comments
 (0)