From 106bc47ac3941f8531aa90fb8e1f081af994d298 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 26 Jan 2022 04:40:22 +0000 Subject: [PATCH] [CI Skip] release/stable 0.8.81 skip-checks: true --- CONTRIBUTORS | 2 +- all.json | 4 ++-- meta/2022-01.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 8e21d148a..aaa84b0a6 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 330 Jaco Bump to latest @polkadot/util (#994) 328 Mich Update all.json (#1003) - 92 mhusnirizal update all.json (#1002) + 93 mhusnirizal update all.json (#1005) 74 michalisFr Update address.json (#966) 28 frankywild Update all.json (#1004) 25 Bill Laboon seed stealer site (#977) diff --git a/all.json b/all.json index ae90a05a9..350175aed 100644 --- a/all.json +++ b/all.json @@ -1,8 +1,6 @@ { "allow": [], "deny": [ - "walletdapps.webflow.io", - "getairdropbonus.com", "0vvvvuniswap.top", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -1065,6 +1063,7 @@ "get-dot.me", "get-polkadot.net", "getacryptowallet.com", + "getairdropbonus.com", "getblockchain.digital", "getcoinwallet.com", "getconnectdapp.live", @@ -3227,6 +3226,7 @@ "walletdapps.icu", "walletdapps.me", "walletdapps.sbs", + "walletdapps.webflow.io", "walletdappsapi.com", "walletdappsapi.org", "walletdappsconnectives.com", diff --git a/meta/2022-01.json b/meta/2022-01.json index 60a2367c7..c3a2510cb 100644 --- a/meta/2022-01.json +++ b/meta/2022-01.json @@ -1,4 +1,12 @@ [ + { + "date": "2022-01-26", + "url": "getairdropbonus.com" + }, + { + "date": "2022-01-26", + "url": "walletdapps.webflow.io" + }, { "date": "2022-01-25", "url": "2022-gift.com" diff --git a/package.json b/package.json index 3b5b6ee73..7f734f41e 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.80", + "version": "0.8.81", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 46e7e766e..1069015c5 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.80", + "version": "0.8.81", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 695b4f1ef..768a47b5b 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.80' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.81' };