From 5d633aaa24cb56a6ae8d9253649e448e6118a2ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 13:57:39 +0000 Subject: [PATCH] [CI Skip] bump/beta 0.25.4-28-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 80c678b7b..416fab271 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -5,7 +5,7 @@ 551 Jaco Allow addition of denySub entries (#4223) 118 alineherzman Update all.json (#4818) 97 michalisFr Update address.json (#4380) - 43 Tarik Gul 0.25.2 (#4900) + 44 Tarik Gul Upgrade common to 13.4.3 (#4957) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 18 Josip Š Update all.json (#4408) 13 ccris02 Update all.json (#1510) diff --git a/package.json b/package.json index e87f89089..4ff8ff1e5 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.4-27-x", + "version": "0.25.4-28-x", "versions": { - "git": "0.25.4-27-x", + "git": "0.25.4-28-x", "npm": "0.25.3" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 9cfb07fef..d45fd9318 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.4-27-x", + "version": "0.25.4-28-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.4.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 0b4715893..80c9cdfdd 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.4-27-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.4-28-x' };