From 1e819b50ff7632ff8987def1ce9a96a829f68274 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 16:30:53 +0000 Subject: [PATCH] [CI Skip] release/stable 0.22.7 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 03e698743..8ab01632c 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -9,7 +9,7 @@ 18 Josip Š Update all.json (#4408) 13 ccris02 Update all.json (#1510) 13 crypto-scambaiter Update all.json (#4246) - 10 Tarik Gul 0.22.6 (#4391) + 11 Tarik Gul 0.22.7 (#4421) 9 bipul kumar hansdah pepecoin phishing site (important) (#3275) 9 Dan Shields add multipe reported scams (#297) 8 grizzly375 Update all.json (#575) diff --git a/package.json b/package.json index 3151ca14d..4c1bad834 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "type": "module", "version": "0.22.7", "versions": { - "git": "0.22.7-20-x", - "npm": "0.22.6" + "git": "0.22.7", + "npm": "0.22.7" }, "workspaces": [ "packages/*" diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 61903f901..662b37a9d 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.7-20-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.7' };