Skip to content

Commit

Permalink
Revert "[Automated] Extension release v0.5.2" (#284)
Browse files Browse the repository at this point in the history
Revert "[Automated] Extension release v0.5.2 (#282)"

This reverts commit 19a339f.
  • Loading branch information
Julián Ariel Martínez authored Dec 14, 2022
1 parent 419042e commit 3b592a0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 34 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extension",
"version": "0.5.2",
"version": "0.5.1",
"private": true,
"scripts": {
"install": "make install/ci",
Expand Down
26 changes: 7 additions & 19 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
{
"author": "BlockWallet",
"background": {
"scripts": [
"hot-reload.js",
"background.js"
]
"scripts": ["hot-reload.js", "background.js"]
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"http://*/*",
"https://*/*"
],
"js": ["content.js"],
"matches": ["http://*/*", "https://*/*"],
"exclude_matches": [
"https://block-wallet.github.io/eth-ledger-bridge-keyring/*",
"https://connect.trezor.io/*"
Expand All @@ -23,12 +15,8 @@
"all_frames": true
},
{
"js": [
"vendor/trezor/trezor-content.js"
],
"matches": [
"*://connect.trezor.io/*/popup.html"
]
"js": ["vendor/trezor/trezor-content.js"],
"matches": ["*://connect.trezor.io/*/popup.html"]
}
],
"browser_action": {
Expand All @@ -55,10 +43,10 @@
"https://*.polygonscan.com/*"
],
"short_name": "BlockWallet",
"version": "0.5.2",
"version": "0.5.1",
"web_accessible_resources": [
"snarks/tornado/tornadoProvingKey.bin",
"snarks/tornado/tornado.json",
"blankProvider.js"
]
}
}
14 changes: 0 additions & 14 deletions release-notes.json
Original file line number Diff line number Diff line change
Expand Up @@ -412,20 +412,6 @@
}
],
"version": "0.5.1"
},
{
"sections": [
{
"title": "v0.5.2",
"notes": [
{
"type": "success",
"message": "Bug fixes and minor improvements."
}
]
}
],
"version": "0.5.2"
}
]
}

0 comments on commit 3b592a0

Please sign in to comment.