From 6e86bb2f8cbc4e0833e6fbf3db85ca4fc664c676 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 13:32:26 +0000 Subject: [PATCH] [CI Skip] bump/beta 0.23.5-0-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 3ee730e4e..74159cd57 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3,7 +3,7 @@ 644 mhusnirizal update all.json (#4592) 618 Mich Block hub-polkadot.com (#4343) 551 Jaco Allow addition of denySub entries (#4223) - 104 alineherzman Update all.json (#4594) + 105 alineherzman Update address.json (#4600) 97 michalisFr Update address.json (#4380) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 22 Tarik Gul 0.23.4 (#4599) diff --git a/package.json b/package.json index cb249a781..827fd98af 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.23.4", + "version": "0.23.5-0-x", "versions": { - "git": "0.23.4", + "git": "0.23.5-0-x", "npm": "0.23.4" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 410ea59ba..e11694204 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.23.4", + "version": "0.23.5-0-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.0.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 96a833a69..88fccb1b5 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.4' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.23.5-0-x' };