From 238640c39d5aea2ec425c0bfc49c979357333818 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 07:08:08 +0000 Subject: [PATCH] [CI Skip] bump/beta 0.25.22-58-x skip-checks: true --- CONTRIBUTORS | 2 +- package.json | 4 ++-- packages/phishing/package.json | 2 +- packages/phishing/src/packageInfo.ts | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 6115862fd..c5c9f8364 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -17,9 +17,9 @@ 9 Dan Shields add multipe reported scams (#297) 8 grizzly375 Update all.json (#575) 7 Florian Franzen Update all.json (#3939) + 7 rajk93 chore: bump polkadot dependencies (#5508) 6 ccris02 Adding few newly registered phishing sites (#344) 6 Idi Eradiri another scam (#1739) - 6 rajk93 0.25.16 (#5246) 4 Abdulaziz Kamil Update all.json (#2921) 4 Jonathan Dunne chore: add Talisman (#4134) 4 NYMETVA Update all.json (#147) diff --git a/package.json b/package.json index 8a113091c..2e74a0b24 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.22-57-x", + "version": "0.25.22-58-x", "versions": { - "git": "0.25.22-57-x", + "git": "0.25.22-58-x", "npm": "0.25.21" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index a505906bb..f8d96d1a8 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.22-57-x", + "version": "0.25.22-58-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.5.8", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index c57d978eb..928282706 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.25.22-57-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.22-58-x' };