From fd11b151cfbb472bb884ce169dba7ebd475214ba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 24 Sep 2022 06:07:38 +0000 Subject: [PATCH] [CI Skip] release/stable 0.18.9 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 9098800df29c3..173fd43af3788 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 578 Mich Update all.json (#2287) - 459 Jaco 0.18.8 (#2261) + 460 Jaco 0.18.9 (#2307) 333 mhusnirizal update all.json (#2300) 281 Frank Update all.json (#2305) 242 Tim Janssen Update all.json (#2306) diff --git a/package.json b/package.json index 0818bd9ae1313..8a0055bd723eb 100644 --- a/package.json +++ b/package.json @@ -13,8 +13,8 @@ "type": "module", "version": "0.18.9", "versions": { - "git": "0.18.9-37-x", - "npm": "0.18.8" + "git": "0.18.9", + "npm": "0.18.9" }, "workspaces": [ "packages/*" diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 57554c7c357ed..afe651531bd2b 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.18.9-37-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.9' };