From 51e61602ecb971790a2be6858f41854fbecf6c3a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 02:31:23 +0000 Subject: [PATCH] [CI Skip] release/stable 0.24.3 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 35f3f8f31106b..bebdf28c08d79 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -5,7 +5,7 @@ 551 Jaco Allow addition of denySub entries (#4223) 112 alineherzman Update all.json (#4745) 97 michalisFr Update address.json (#4380) - 33 Tarik Gul Upgrade common to 13.2.3 (#4748) + 34 Tarik Gul 0.24.3 (#4749) 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 9bd6ab9e91c0b..46b6b73748435 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "type": "module", "version": "0.24.3", "versions": { - "git": "0.24.3-9-x", - "npm": "0.24.2" + "git": "0.24.3", + "npm": "0.24.3" }, "workspaces": [ "packages/*" diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 5829653cda050..9f04f2c657983 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.24.3-9-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.24.3' };