From ef4f3142980f6fc36fbb780775acb246c58e78da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Sep 2022 08:29:53 +0000 Subject: [PATCH] [CI Skip] bump/beta 0.18.8-71-x skip-checks: true --- CONTRIBUTORS | 2 +- all.json | 2 +- meta/2022-09.json | 4 ++++ package.json | 4 ++-- packages/phishing/package.json | 2 +- packages/phishing/src/packageInfo.ts | 2 +- 6 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 67aa66f0e..84231bfdd 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 577 Mich Update all.json (#2234) 458 Jaco Add missing cross-check entries (#2239) 323 mhusnirizal update all.json (#2238) - 263 Frank Update all.json (#2251) + 264 Frank Update all.json (#2252) 229 Tim Janssen Update all.json (#2249) 93 michalisFr Added 0 new domains (#2143) 31 Bill Laboon Add allinone-services.net (#1727) diff --git a/all.json b/all.json index b041f44c4..217d4efa0 100644 --- a/all.json +++ b/all.json @@ -3604,9 +3604,9 @@ "decentralizeapp.com", "decentralized-chains.com", "decentralized-connect.com", -"decentralized-protocol.art", "decentralized-dapps.info", "decentralized-launchpad.com", + "decentralized-protocol.art", "decentralized-protocol.live", "decentralized-syncprotocol.live", "decentralizedchain-support.net", diff --git a/meta/2022-09.json b/meta/2022-09.json index 86ea0eed9..1af74f57b 100644 --- a/meta/2022-09.json +++ b/meta/2022-09.json @@ -1,4 +1,8 @@ [ + { + "date": "2022-09-15", + "url": "decentralized-protocol.art" + }, { "date": "2022-09-14", "url": "apytechcore.online" diff --git a/package.json b/package.json index 4540fcc16..bd378dd3f 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.8-70-x", + "version": "0.18.8-71-x", "versions": { - "git": "0.18.8-70-x", + "git": "0.18.8-71-x", "npm": "0.18.7" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index aa99d35ae..0d97791c4 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.8-70-x", + "version": "0.18.8-71-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 576f989ad..9bd96fc12 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.18.8-70-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.8-71-x' };