From 11810c7418a0bec89a60ca8dd6285279f0384267 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Apr 2022 06:45:28 +0000 Subject: [PATCH] [CI Skip] release/stable 0.11.97 skip-checks: true --- CONTRIBUTORS | 2 +- all.json | 2 +- meta/2022-04.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 5c7f247fb..d43d3e66d 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 524 Mich Update all.json (#1505) - 378 Jaco Bump @polkadot/dev (#1496) + 379 Jaco Add polkastarter.live (#1511) 213 mhusnirizal update all.json (#1506) 102 frankywild Update all.json (#1508) 78 michalisFr Update address.json (#1438) diff --git a/all.json b/all.json index f1cfe2f10..b3d7df124 100644 --- a/all.json +++ b/all.json @@ -1,7 +1,6 @@ { "allow": [], "deny": [ - "polkastarter.live", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -5263,6 +5262,7 @@ "polkastarter.legal", "polkastarter.lighting", "polkastarter.link", + "polkastarter.live", "polkastarter.llc", "polkastarter.ltd", "polkastarter.media", diff --git a/meta/2022-04.json b/meta/2022-04.json index dd4c573f7..b54799bb5 100644 --- a/meta/2022-04.json +++ b/meta/2022-04.json @@ -47,6 +47,10 @@ "date": "2022-04-27", "url": "mainetsync.com" }, + { + "date": "2022-04-27", + "url": "polkastarter.live" + }, { "date": "2022-04-27", "url": "token8.shop" diff --git a/package.json b/package.json index 6a753dc84..877e871a4 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.11.96", + "version": "0.11.97", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 2d877d601..d6ddfcdd9 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.11.96", + "version": "0.11.97", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 7e81a019d..2f0374fab 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.96' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.11.97' };