From 35722f4f51e3d84aeb734a479f692c28e9bdabd3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 06:20:52 +0000 Subject: [PATCH] [CI Skip] bump/beta 0.22.10-0-x skip-checks: true --- CONTRIBUTORS | 2 +- all/com/all.json | 1 - meta/2024-06.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 8d01b2c3c..a670828e1 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 956 Tim Janssen Update all.json (#4473) - 940 Frank Update all.json (#4476) + 941 Frank Update all.json (#4478) 621 mhusnirizal update all.json (#4474) 618 Mich Block hub-polkadot.com (#4343) 551 Jaco Allow addition of denySub entries (#4223) diff --git a/all/com/all.json b/all/com/all.json index 77fba72e0..1db03f1f6 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -1198,7 +1198,6 @@ "blockchainfreeairdropcoin.com", "blockchainhelpdesks.com", "blockchainhelpsdesk.com", - "blockchainkeyvault.com", "blockchainminingspace.com", "blockchainonlinehelp.com", "blockchainrectification.com", diff --git a/meta/2024-06.json b/meta/2024-06.json index f57412107..c75ebafa4 100644 --- a/meta/2024-06.json +++ b/meta/2024-06.json @@ -135,10 +135,6 @@ "date": "2024-06-18", "url": "blancobasura.app" }, - { - "date": "2024-06-18", - "url": "blockchainkeyvault.com" - }, { "date": "2024-06-18", "url": "blockchainlaunchpad.net" diff --git a/package.json b/package.json index 6af610c38..35b4edff6 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.9", + "version": "0.22.10-0-x", "versions": { - "git": "0.22.9", + "git": "0.22.10-0-x", "npm": "0.22.9" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index a88758ba8..24cb4fdbc 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.9", + "version": "0.22.10-0-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 0451fb4c0..b84cae81a 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' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.10-0-x' };