From 2495a348d1b3be8d3a887760e80b658380943a5a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 11:21:39 +0000 Subject: [PATCH] [CI Skip] bump/beta 0.22.5-3-x skip-checks: true --- CONTRIBUTORS | 2 +- all/io/all.json | 1 - meta/2024-03.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 bf22c0a38..140243d54 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -4,7 +4,7 @@ 598 mhusnirizal update all.json (#4290) 551 Jaco Allow addition of denySub entries (#4223) 96 michalisFr Added 0 new domains (#2338) - 51 alineherzman Update all.json (#4334) + 52 alineherzman Update all.json (#4335) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 16 Josip Š Update all.json (#4294) 13 ccris02 Update all.json (#1510) diff --git a/all/io/all.json b/all/io/all.json index 8e8730b3c..6e883fbb8 100644 --- a/all/io/all.json +++ b/all/io/all.json @@ -212,7 +212,6 @@ "fat-zuki.io", "fearlesswallet-desktop.io", "fearlesswalletdesktop.io", - "ff.io", "financeweb.io", "fluffa.io", "foodmoodnft.io", diff --git a/meta/2024-03.json b/meta/2024-03.json index 17bb51505..420a3750b 100644 --- a/meta/2024-03.json +++ b/meta/2024-03.json @@ -831,10 +831,6 @@ "date": "2024-03-11", "url": "extensiondevs.com" }, - { - "date": "2024-03-11", - "url": "ff.io" - }, { "date": "2024-03-11", "url": "fixdappchains.pages.dev" diff --git a/package.json b/package.json index 864c3560f..00d1d6f2c 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.5-2-x", + "version": "0.22.5-3-x", "versions": { - "git": "0.22.5-2-x", + "git": "0.22.5-3-x", "npm": "0.22.4" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 534c64a81..31526cfea 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.5-2-x", + "version": "0.22.5-3-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 8e29705bd..09808de38 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.5-2-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.5-3-x' };