From 047c092e31b960600815b6ea24fe1535718156c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 14:42:42 +0000 Subject: [PATCH] [CI Skip] release/stable 0.25.19 skip-checks: true --- CONTRIBUTORS | 2 +- package.json | 4 ++-- packages/phishing/src/packageInfo.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index eed9685e6..36df9c123 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -8,7 +8,7 @@ 45 Tarik Gul 13.4.3 (#4958) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 18 Josip Š Update all.json (#4408) - 17 Valentin Fernandez 25.18 (#5323) + 18 Valentin Fernandez 0.25.19 (#5383) 14 crypto-scambaiter Update all.json (#5242) 13 ccris02 Update all.json (#1510) 13 ImdioR 2 scam websites (#5311) diff --git a/package.json b/package.json index 402847cf3..88da142ac 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "type": "module", "version": "0.25.19", "versions": { - "git": "0.25.19-48-x", - "npm": "0.25.18" + "git": "0.25.19", + "npm": "0.25.19" }, "workspaces": [ "packages/*" diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index bd0085c3d..14b255716 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.19-48-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.19' };