From d47c28c4de28ce145dd417770ca68a2cbdbf3fde 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:21:02 +0000 Subject: [PATCH] [CI Skip] bump/beta 0.24.3-9-x skip-checks: true --- CONTRIBUTORS | 2 +- package.json | 4 ++-- packages/phishing/package.json | 2 +- packages/phishing/src/packageInfo.ts | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 6f2cc9576..35f3f8f31 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -5,8 +5,8 @@ 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) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) - 32 Tarik Gul Bump dev to 0.82.1 w/ tslib (#4747) 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 74b59c9c3..f0865b366 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.24.3-8-x", + "version": "0.24.3-9-x", "versions": { - "git": "0.24.3-8-x", + "git": "0.24.3-9-x", "npm": "0.24.2" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 6496c0bf7..dd43d59dc 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.24.3-8-x", + "version": "0.24.3-9-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.2.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 85321a83e..5829653cd 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-8-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.24.3-9-x' };