From 803f7776d07a16a11b184497e85eeeef4beb94da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 01:41:18 +0000 Subject: [PATCH] [CI Skip] bump/beta 0.22.5-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 64c74f9ac..b1f691e3e 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -16,7 +16,7 @@ 6 ccris02 Adding few newly registered phishing sites (#344) 6 Idi Eradiri another scam (#1739) 6 ImdioR fake airdrop (#4336) - 5 Tarik Gul 0.22.4 (#4332) + 6 Tarik Gul Bump yarn to 4.1.1 (#4344) 4 Abdulaziz Kamil Update all.json (#2921) 4 Jonathan Dunne chore: add Talisman (#4134) 4 NYMETVA Update all.json (#147) diff --git a/package.json b/package.json index 9416967cd..da6321d2b 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.5-8-x", + "version": "0.22.5-9-x", "versions": { - "git": "0.22.5-8-x", + "git": "0.22.5-9-x", "npm": "0.22.4" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 7bfb553ff..1112444d2 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.5-8-x", + "version": "0.22.5-9-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.6.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index ebf824058..5587a2ef0 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.5-8-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.5-9-x' };