From 0324df0f578937d06f265d1b6f625b1d0f4da46a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Mar 2022 09:41:28 +0000 Subject: [PATCH] [CI Skip] release/stable 0.8.248 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 9bd26866b..691f201db 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 400 Mich Update all.json (#1198) 356 Jaco Remove checkout from auto-{approve, merge} actions (#1197) - 135 mhusnirizal update all.json (#1192) + 136 mhusnirizal update all.json (#1196) 77 michalisFr Update all.json (#1036) 54 frankywild Update all.json (#1187) 26 Bill Laboon Add Polkapromo.com (#1035) diff --git a/all.json b/all.json index 37c2010ef..58849f225 100644 --- a/all.json +++ b/all.json @@ -1,7 +1,6 @@ { "allow": [], "deny": [ - "chainsdapp.org", "02auth-mtb.myz.info", "0vvvvuniswap.top", "0vvwvuniswap.top", @@ -439,6 +438,7 @@ "chainprotocol.tools", "chainscansystem.com", "chainsconnectors.com", + "chainsdapp.org", "chainstoken.com", "chainswalletconnect.com", "chainswalletsdapp.com", diff --git a/meta/2022-03.json b/meta/2022-03.json index 2d7d84318..ce130b0bc 100644 --- a/meta/2022-03.json +++ b/meta/2022-03.json @@ -27,6 +27,10 @@ "date": "2022-03-03", "url": "chainprotocol.tools" }, + { + "date": "2022-03-03", + "url": "chainsdapp.org" + }, { "date": "2022-03-03", "url": "chainstoken.com" diff --git a/package.json b/package.json index 94a6ca610..3f9f1b8e7 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.247", + "version": "0.8.248", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 113de5938..fe28c32cc 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.247", + "version": "0.8.248", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 7bb713d89..a5a1057f2 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.247' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.248' };