From 76cdaa2d1373db7a26c4e6100a02ae1e7bc4015c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Mar 2022 07:43:17 +0000 Subject: [PATCH] [CI Skip] release/stable 0.8.260 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 9c8c62853..1e01c0983 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 403 Mich Update all.json (#1208) - 357 Jaco Adjust auto actions (#1209) + 358 Jaco Adjust merge labels (#1210) 141 mhusnirizal update all.json (#1207) 77 michalisFr Update all.json (#1036) 56 frankywild Update all.json (#1204) diff --git a/package.json b/package.json index 73c5179bd..0fd900ec9 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.259", + "version": "0.8.260", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 585f3e219..f955d77d8 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.259", + "version": "0.8.260", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 0bb51344a..cd825fefe 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.259' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.260' };