From 9f5c46c8bae070636cfc745ee67f0aceda74b78e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Mar 2022 07:12:40 +0000 Subject: [PATCH] [CI Skip] release/stable 0.10.5 skip-checks: true --- CONTRIBUTORS | 2 +- all.json | 2 +- meta/2022-03.json | 4 ++++ package.json | 2 +- packages/phishing/package.json | 2 +- packages/phishing/src/packageInfo.ts | 2 +- 6 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index c86620acd..91e306366 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 436 Mich Update all.json (#1303) 370 Jaco Swap to using tabs in json (#1304) - 169 mhusnirizal update all.json (#1307) + 170 mhusnirizal update all.json (#1308) 77 michalisFr Update all.json (#1036) 74 frankywild Update all.json (#1296) 27 Bill Laboon Fake polkadot site (#1298) diff --git a/all.json b/all.json index 5f4f7dfad..04794d631 100644 --- a/all.json +++ b/all.json @@ -1,7 +1,6 @@ { "allow": [], "deny": [ - "wallets-dappsinterface.org", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -5533,6 +5532,7 @@ "wallets-connects.link", "wallets-dapp.netlify.app", "wallets-dapp.online", + "wallets-dappsinterface.org", "wallets-dappsvalidate.com", "wallets-dappsvalidate.weebly.com", "wallets-pancakeswap.finance", diff --git a/meta/2022-03.json b/meta/2022-03.json index 737e80d20..4237f90f3 100644 --- a/meta/2022-03.json +++ b/meta/2022-03.json @@ -19,6 +19,10 @@ "date": "2022-03-20", "url": "walletconnectionerror.com" }, + { + "date": "2022-03-20", + "url": "wallets-dappsinterface.org" + }, { "date": "2022-03-19", "url": "arbutrium.com" diff --git a/package.json b/package.json index ba9470117..7b76e4046 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.10.4", + "version": "0.10.5", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 5112e911f..ac7b8804d 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.10.4", + "version": "0.10.5", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.8", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index d89fa7b54..32a4ac90a 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.10.4' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.10.5' };