From a93f31ec6c3ba501937ec5487b1da52975b44176 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 12:36:17 +0000 Subject: [PATCH] [CI Skip] release/stable 0.14.7 skip-checks: true --- CONTRIBUTORS | 2 +- package.json | 2 +- packages/phishing/package.json | 2 +- packages/phishing/src/packageInfo.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index cc7fcf1f5..fd9bfb8c6 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 562 Mich Update all.json (#1696) - 397 Jaco Bump dev (w/ deno outputs) (#1703) + 398 Jaco Bump dev (#1704) 240 mhusnirizal update all.json (#1691) 155 frankywild Update all.json (#1692) 79 michalisFr Update all.json (#1540) diff --git a/package.json b/package.json index 943b33beb..8f5259515 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.14.6", + "version": "0.14.7", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index be0605ec5..3655ceeb6 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.14.6", + "version": "0.14.7", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 096c50df2..190412690 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.14.6' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.14.7' };