From 0e569fafcf9d6571809a738494757dc1d223e9a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 20:52:24 +0000 Subject: [PATCH] [CI Skip] bump/beta 0.22.2-152-x skip-checks: true --- CONTRIBUTORS | 2 +- all.json | 4 ++-- package.json | 4 ++-- packages/phishing/package.json | 2 +- packages/phishing/src/packageInfo.ts | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 1ff6ba63c..1f89588cb 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 918 Tim Janssen Update all.json (#4273) - 890 Frank Update all.json (#4275) + 891 Frank Update all.json (#4276) 617 Mich Block polkastater-login.com (#4044) 596 mhusnirizal update all.json (#4272) 551 Jaco Allow addition of denySub entries (#4223) diff --git a/all.json b/all.json index 939217a2c..0f2cfb9a3 100644 --- a/all.json +++ b/all.json @@ -29645,7 +29645,7 @@ "zzcoin.website" ], "denySub": [ - "https://twitter.com/AcalaNetworks", - "https://x.com/AcalaNetworks" + "twitter.com/AcalaNetworks", + "x.com/AcalaNetworks" ] } diff --git a/package.json b/package.json index d8b5b55bb..a60aa626a 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.2-151-x", + "version": "0.22.2-152-x", "versions": { - "git": "0.22.2-151-x", + "git": "0.22.2-152-x", "npm": "0.22.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index eda1fa242..7cd2ddbc5 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.2-151-x", + "version": "0.22.2-152-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 581be4603..2c80175cb 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.2-151-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.2-152-x' };