From 47d22da3b8c1da8736a259e63801ae2ffa61ab7d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 17:50:09 +0000 Subject: [PATCH] [CI Skip] release/stable 0.22.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 adf78bc57..1638caf81 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -18,11 +18,11 @@ 4 Abdulaziz Kamil Update all.json (#2921) 4 Jonathan Dunne chore: add Talisman (#4134) 4 NYMETVA Update all.json (#147) + 4 Tarik Gul 0.22.3 (#4316) 3 brettkolodny Update all.json (#335) 3 ImdioR Fake airdrop (#4311) 3 JuanCDe Update all.json (#3097) 3 Samuel MC Update address.json (#96) - 3 Tarik Gul 0.22.2 (#4287) 2 G. Kami Ekbatanifard Add Polkagate extension (#4073) 2 Justin Pham Add bit.country scam sites (#1425) 2 Keegan | W3F Update all.json (#1585) diff --git a/package.json b/package.json index f2c6ce330..cbf7eebc6 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "type": "module", "version": "0.22.3", "versions": { - "git": "0.22.3-20-x", - "npm": "0.22.2" + "git": "0.22.3", + "npm": "0.22.3" }, "workspaces": [ "packages/*" diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 38c23a176..312b3bdc4 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.22.3-20-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.3' };