From 5f4e610fd809c27420ee2de7c01cd4f1028e1453 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 May 2022 17:53:18 +0000 Subject: [PATCH] [CI Skip] release/stable 0.13.16 skip-checks: true --- CONTRIBUTORS | 2 +- all.json | 2 +- meta/2022-05.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 ed9b73c13..7b0b7ff04 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 550 Mich Update all.json (#1584) - 384 Jaco 0.13.1 (#1571) + 385 Jaco Add missing polkastarter.website (#1587) 218 mhusnirizal update all.json (#1579) 124 frankywild Update all.json (#1583) 79 michalisFr Update all.json (#1540) diff --git a/all.json b/all.json index fa2a4a863..068f1e4aa 100644 --- a/all.json +++ b/all.json @@ -1,7 +1,6 @@ { "allow": [], "deny": [ - "polkastarter.website", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -6122,6 +6121,7 @@ "polkastarter.vision", "polkastarter.walletconnect-help.com", "polkastarter.watch", + "polkastarter.website", "polkastarter.world", "polkastarter.ws", "polkastarter.wtf", diff --git a/meta/2022-05.json b/meta/2022-05.json index 024c64c58..105a2c91d 100644 --- a/meta/2022-05.json +++ b/meta/2022-05.json @@ -171,6 +171,10 @@ "date": "2022-05-18", "url": "poligom.club" }, + { + "date": "2022-05-18", + "url": "polkastarter.website" + }, { "date": "2022-05-18", "url": "restoredappsprotocols.site" diff --git a/package.json b/package.json index 3f9f6a570..57fd58814 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.13.15", + "version": "0.13.16", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index adc1cc652..15a328755 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.13.15", + "version": "0.13.16", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 61ceb3c79..0c959ef9b 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.13.15' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.13.16' };