From a02cc7000bc311e77ac160b7db0eb7768f5677eb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 15:28:41 +0000 Subject: [PATCH] [CI Skip] release/stable 0.25.2 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 e969cc360..b98d68567 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) - 42 Tarik Gul Bump yarn to 0.83.2 (#4887) + 43 Tarik Gul 0.25.2 (#4900) 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 20c131438..ad9c21f24 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "type": "module", "version": "0.25.2", "versions": { - "git": "0.25.2-26-x", - "npm": "0.25.1" + "git": "0.25.2", + "npm": "0.25.2" }, "workspaces": [ "packages/*" diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index b27ac81c2..2892f9f23 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.2-26-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.2' };