From 359cbf980dbd02ec626d0bfb3f042c6c9ea31b18 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Feb 2022 15:58:05 +0000 Subject: [PATCH] [CI Skip] release/stable 0.8.202 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 c2df860cc..d52f15289 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 384 Mich Update all.json (#1142) - 345 Jaco Sort top-level checks, add js.org (#1141) + 346 Jaco Bump dev deps (#1146) 122 mhusnirizal update all.json (#1145) 77 michalisFr Update all.json (#1036) 46 frankywild Update all.json (#1143) diff --git a/package.json b/package.json index c06511b51..1757b1ae9 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.201", + "version": "0.8.202", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index c4a1ab782..56eeb5e39 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.201", + "version": "0.8.202", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index a3d14c65c..c3d7c54e5 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.201' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.202' };