From 50e0a780be8b7e65756347401e4175851fae6cfe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 21:28:51 +0000 Subject: [PATCH] [CI Skip] bump/beta 0.22.9-4-x skip-checks: true --- CONTRIBUTORS | 1 + all/world/all.json | 1 - meta/2021-07.json | 4 ---- package.json | 4 ++-- packages/phishing/package.json | 2 +- packages/phishing/src/packageInfo.ts | 2 +- 6 files changed, 5 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index e83304342..aac96116a 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -53,5 +53,6 @@ 1 Stepan Samko Remove defiyield.app from deny list (#1547) 1 stiartsly request to remove pasarprotocol.io from the list (#1559) 1 stonegate remove web3helpers.xyz from deny list (#2283) + 1 Sumz Removed polkadot.world official distractive domain (#4446) 1 Thibaut Sardan Update README.md (#2) 1 Zbyszek Cybulski Update all.json (#4241) \ No newline at end of file diff --git a/all/world/all.json b/all/world/all.json index 6344b1242..6533921ec 100644 --- a/all/world/all.json +++ b/all/world/all.json @@ -17,7 +17,6 @@ "memcoin.world", "onchainsummer.world", "oversesynch.world", - "polkadot.world", "polkastarter.world", "promomanta.world", "pythnetwork.world", diff --git a/meta/2021-07.json b/meta/2021-07.json index 5c4747963..5de0d5321 100644 --- a/meta/2021-07.json +++ b/meta/2021-07.json @@ -379,10 +379,6 @@ "date": "2021-07-19", "url": "pancakeswapp.online" }, - { - "date": "2021-07-19", - "url": "polkadot.world" - }, { "date": "2021-07-19", "url": "polkadots.nl" diff --git a/package.json b/package.json index b8ff40878..cf5813a11 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.9-3-x", + "version": "0.22.9-4-x", "versions": { - "git": "0.22.9-3-x", + "git": "0.22.9-4-x", "npm": "0.22.8" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 502b1e869..0707c681c 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.9-3-x", + "version": "0.22.9-4-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.6.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 053daee87..eb20b3821 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.22.9-3-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.9-4-x' };