From b03c03c4f2af44a1f486efb8db6f4b8f115c1708 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Aug 2022 12:58:06 +0000 Subject: [PATCH] [CI Skip] bump/beta 0.18.7-20-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 18532c679..f9e6417b7 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 575 Mich Update all.json (#2119) - 449 Jaco 0.18.6 (#2100) + 450 Jaco Bump TS (#2125) 302 mhusnirizal update all.json (#2099) 232 Frank Update all.json (#2112) 179 Tim Janssen Update all.json (#2123) diff --git a/package.json b/package.json index 069db1344..ecccf7c8d 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.7-19-x", + "version": "0.18.7-20-x", "versions": { - "git": "0.18.7-19-x", + "git": "0.18.7-20-x", "npm": "0.18.6" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 923dc5171..d86d4fe3e 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.7-19-x", + "version": "0.18.7-20-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 34baa71f3..e7229a169 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.7-19-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.7-20-x' };