From f8e82c43754ac03a6b032d6e78bb5cb1c4f44429 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 20:04:28 +0000 Subject: [PATCH] [CI Skip] release/stable 0.23.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 3dedd92ab..77408b18f 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -6,7 +6,7 @@ 102 alineherzman Update all.json (#4559) 97 michalisFr Update address.json (#4380) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) - 20 Tarik Gul 0.23.2 (#4554) + 21 Tarik Gul 0.23.3 (#4568) 18 Josip Š Update all.json (#4408) 13 ccris02 Update all.json (#1510) 13 crypto-scambaiter Update all.json (#4246) diff --git a/package.json b/package.json index 1dd8e0ae4..88897a806 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "type": "module", "version": "0.23.3", "versions": { - "git": "0.23.3-10-x", - "npm": "0.23.2" + "git": "0.23.3", + "npm": "0.23.3" }, "workspaces": [ "packages/*" diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 78217b3b8..e14abc48b 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.23.3-10-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.23.3' };