From 18c30f296c3dd95d509522b54a38e4d8cee9b050 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 06:13:23 +0000 Subject: [PATCH] [CI Skip] release/stable 0.25.15 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 578250627..8c31dd8db 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -22,9 +22,9 @@ 4 Abdulaziz Kamil Update all.json (#2921) 4 Jonathan Dunne chore: add Talisman (#4134) 4 NYMETVA Update all.json (#147) + 4 rajk93 0.25.15 (#5227) 3 brettkolodny Update all.json (#335) 3 JuanCDe Update all.json (#3097) - 3 rajk93 Update all.json (#5223) 3 Samuel MC Update address.json (#96) 2 G. Kami Ekbatanifard Add Polkagate extension (#4073) 2 Justin Pham Add bit.country scam sites (#1425) diff --git a/package.json b/package.json index e18f176f1..50961496e 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "type": "module", "version": "0.25.15", "versions": { - "git": "0.25.15-45-x", - "npm": "0.25.14" + "git": "0.25.15", + "npm": "0.25.15" }, "workspaces": [ "packages/*" diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 1f732ee95..3c76475f4 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.15-45-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.15' };