From 3e7a90e54a33358fe1250efb13108e4adc8e4ce7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 19:19:21 +0000 Subject: [PATCH] [CI Skip] bump/beta 0.23.8-7-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 d8414951a..c74849f23 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -6,7 +6,7 @@ 109 alineherzman Update all.json (#4714) 97 michalisFr Update address.json (#4380) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) - 27 Tarik Gul Upgrade polkadot common to 13.2.1 (#4720) + 28 Tarik Gul Bump yarn to 4.5.1 (#4721) 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 ba488b554..9bbdbfce6 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.23.8-6-x", + "version": "0.23.8-7-x", "versions": { - "git": "0.23.8-6-x", + "git": "0.23.8-7-x", "npm": "0.23.7" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 65ce3dc92..de53f0da3 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.23.8-6-x", + "version": "0.23.8-7-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.2.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index a686f4a55..494e3b747 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.8-6-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.23.8-7-x' };