From 8e5c9f02f0fa9345c28f5ab645038c7efcdb6cbb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Mar 2022 09:14:28 +0000 Subject: [PATCH] [CI Skip] release/stable 0.8.266 skip-checks: true --- CONTRIBUTORS | 2 +- meta/2022-03.json | 4 ---- package.json | 2 +- packages/phishing/package.json | 2 +- packages/phishing/src/packageInfo.ts | 2 +- 5 files changed, 4 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index bc0b161b0..72bd03010 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 405 Mich Update all.json (#1216) - 359 Jaco Additional top-level hosting domains (#1213) + 360 Jaco Remove false positive (#1218) 143 mhusnirizal update all.json (#1215) 77 michalisFr Update all.json (#1036) 56 frankywild Update all.json (#1204) diff --git a/meta/2022-03.json b/meta/2022-03.json index c76b95ac5..b101f70eb 100644 --- a/meta/2022-03.json +++ b/meta/2022-03.json @@ -431,10 +431,6 @@ "date": "2022-03-03", "url": "walletbridgepad.site" }, - { - "date": "2022-03-03", - "url": "walletconnect.com" - }, { "date": "2022-03-03", "url": "walletconnecthubs.connecthubs.net" diff --git a/package.json b/package.json index 7d5118fe9..3aebf2def 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.265", + "version": "0.8.266", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 2581d249c..8ad432e30 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.265", + "version": "0.8.266", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 025e39853..ad2b43a0d 100644 --- a/packages/phishing/src/packageInfo.ts +++ b/packages/phishing/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.265' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.266' };