From 90527d554ea13c71fcbd3c29ac705d77eda6ae46 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Apr 2022 17:10:08 +0000 Subject: [PATCH] [CI Skip] release/stable 0.11.104 skip-checks: true --- CONTRIBUTORS | 2 +- all.json | 6 +++--- meta/2022-04.json | 12 ++++++++++++ package.json | 2 +- packages/phishing/package.json | 2 +- packages/phishing/src/packageInfo.ts | 2 +- 6 files changed, 19 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 51d2bb0ef..e088e4a3f 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 527 Mich Update all.json (#1516) - 379 Jaco Add polkastarter.live (#1511) + 380 Jaco Align with missing polkastrater.* entries (#1518) 213 mhusnirizal update all.json (#1506) 105 frankywild Update all.json (#1514) 78 michalisFr Update address.json (#1438) diff --git a/all.json b/all.json index 5d525d791..95daf9824 100644 --- a/all.json +++ b/all.json @@ -1,9 +1,6 @@ { "allow": [], "deny": [ - "polkastrater.info", - "polkastarter.info", - "polkastarter.digital", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -5347,6 +5344,7 @@ "polkastarter.cyou", "polkastarter.de.com", "polkastarter.design", + "polkastarter.digital", "polkastarter.direct", "polkastarter.directory", "polkastarter.domains", @@ -5367,6 +5365,7 @@ "polkastarter.group", "polkastarter.holdings", "polkastarter.homes", + "polkastarter.info", "polkastarter.legal", "polkastarter.lighting", "polkastarter.link", @@ -5425,6 +5424,7 @@ "polkastertarcom.info", "polkastorter.com", "polkastrarter.com", + "polkastrater.info", "polkaswap.info", "polkaswap.js.org", "polkaswapwallet.com", diff --git a/meta/2022-04.json b/meta/2022-04.json index 0618b2462..303d12a7b 100644 --- a/meta/2022-04.json +++ b/meta/2022-04.json @@ -147,6 +147,18 @@ "date": "2022-04-28", "url": "pi-dapp.xyz" }, + { + "date": "2022-04-28", + "url": "polkastarter.digital" + }, + { + "date": "2022-04-28", + "url": "polkastarter.info" + }, + { + "date": "2022-04-28", + "url": "polkastrater.info" + }, { "date": "2022-04-28", "url": "rectifywebwallet.com" diff --git a/package.json b/package.json index 7594fd9f5..f2e8c128c 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.11.103", + "version": "0.11.104", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 996978075..f452b4d9c 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.11.103", + "version": "0.11.104", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 5684c74bc..160de1b3c 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.11.103' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.11.104' };