From e4f2f85f8725fe4b49c84e945c00c3698e028b28 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 07:06:06 +0000 Subject: [PATCH] [CI Skip] bump/beta 0.20.6-11-x skip-checks: true --- CONTRIBUTORS | 2 +- all/com/all.json | 1 - meta/2023-04.json | 4 ---- package.json | 4 ++-- packages/phishing/package.json | 2 +- packages/phishing/src/packageInfo.ts | 2 +- 6 files changed, 5 insertions(+), 10 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 10ad3194e..5fedc9ac7 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 605 Frank Update all.json (#3223) 602 Mich Block polkastarted-home.com and whitelist-web3.com (#3180) 568 Tim Janssen Update all.json (#3224) - 522 Jaco Update lock wf (#3222) + 523 Jaco Remove web3modal.com (#3226) 420 mhusnirizal update all.json (#3213) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) diff --git a/all/com/all.json b/all/com/all.json index c7fd0210f..073eb678e 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -6725,7 +6725,6 @@ "web3fixs.com", "web3fixsite.com", "web3fixtool.com", - "web3modal.com", "web3nodenetwork.com", "web3nodesprotocol.com", "web3nodesync.com", diff --git a/meta/2023-04.json b/meta/2023-04.json index a1c463167..1445f4cae 100644 --- a/meta/2023-04.json +++ b/meta/2023-04.json @@ -414,9 +414,5 @@ { "date": "2023-04-01", "url": "walletdappsrectifier.netlify.app" - }, - { - "date": "2023-04-01", - "url": "web3modal.com" } ] diff --git a/package.json b/package.json index 8686c2d4a..0392b5823 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.20.6-10-x", + "version": "0.20.6-11-x", "versions": { - "git": "0.20.6-10-x", + "git": "0.20.6-11-x", "npm": "0.20.5" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 1afccafb4..56c677ec8 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.20.6-10-x", + "version": "0.20.6-11-x", "main": "index.js", "dependencies": { "@polkadot/util": "^11.1.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 776e5b134..bf4c925f8 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.20.6-10-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.20.6-11-x' };