From 807321bddbddbb7356dd8515cb7c6fcdeff99046 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 6 Feb 2022 06:43:41 +0000 Subject: [PATCH] [CI Skip] release/stable 0.8.125 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 95d4b65db..5d71e9474 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 347 Mich Update all.json (#1056) - 334 Jaco Remove polkadot.energy (#1040) + 335 Jaco Bump dev dependencies (#1060) 107 mhusnirizal update all.json (#1059) 77 michalisFr Update all.json (#1036) 32 frankywild Update all.json (#1057) diff --git a/package.json b/package.json index 21282851d..24bdc7962 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.124", + "version": "0.8.125", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index cb80d6dfa..7d8b609a4 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.124", + "version": "0.8.125", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.0", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index b518609ae..9b7f53d03 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.8.124' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.125' };