From 2cbdfc74252c7da594cecc07a06e95d881a3c525 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 08:55:45 +0000 Subject: [PATCH] [CI Skip] release/stable 0.8.242 skip-checks: true --- CONTRIBUTORS | 2 +- all.json | 4 ++-- meta/2022-03.json | 8 ++++++++ package.json | 2 +- packages/phishing/package.json | 2 +- packages/phishing/src/packageInfo.ts | 2 +- 6 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 4f026984b..b9ef5d536 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 396 Mich Update all.json (#1183) 355 Jaco Replace mergify with action (#1190) - 134 mhusnirizal update all.json (#1191) + 135 mhusnirizal update all.json (#1192) 77 michalisFr Update all.json (#1036) 54 frankywild Update all.json (#1187) 26 Bill Laboon Add Polkapromo.com (#1035) diff --git a/all.json b/all.json index 7042ea195..45115d03a 100644 --- a/all.json +++ b/all.json @@ -1,8 +1,6 @@ { "allow": [], "deny": [ - "bitnationvalidate.online", - "validatemycrypt.online", "0vvvvuniswap.top", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -327,6 +325,7 @@ "bitfrost-private.com", "bitinsuremainnet.com", "bitnadglobal.com", + "bitnationvalidate.online", "bitprofitinvest.com", "bitswapme.com", "bittsett.com", @@ -4301,6 +4300,7 @@ "validateeasily.wallectconnectonline.com", "validatelive.com", "validatemintingtab.online", + "validatemycrypt.online", "validatemywallet.live", "validatemywallet.online", "validateonline.net", diff --git a/meta/2022-03.json b/meta/2022-03.json index bdffe48a4..584b46490 100644 --- a/meta/2022-03.json +++ b/meta/2022-03.json @@ -1,4 +1,8 @@ [ + { + "date": "2022-03-02", + "url": "bitnationvalidate.online" + }, { "date": "2022-03-02", "url": "dapps-fixes.tech" @@ -11,6 +15,10 @@ "date": "2022-03-02", "url": "dappswalletschainfix.com" }, + { + "date": "2022-03-02", + "url": "validatemycrypt.online" + }, { "date": "2022-03-02", "url": "walletcapture.com" diff --git a/package.json b/package.json index 16acef89b..3303dcb3f 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.241", + "version": "0.8.242", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index f80580302..576e159f2 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.241", + "version": "0.8.242", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 9bf4b6c6c..3450323cf 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.241' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.242' };