From 5161c4409c84af3a0e20acbb2d7005d683a491d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 15 Jan 2022 11:06:36 +0000 Subject: [PATCH] [CI Skip] release/stable 0.8.31 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 8c9ac5610..3bc40e7bd 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 322 Jaco Manual format of tsconfig.build.json (#942) + 323 Jaco @polkadot/util 8.3.2 (incl. all from common repo) (#948) 306 Mich Update all.json (#947) 79 mhusnirizal update all.json (#946) 72 michalisFr Update all.json (#904) diff --git a/package.json b/package.json index 89ee699ad..b03430a21 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.30", + "version": "0.8.31", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index cd499e008..19ad25356 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.30", + "version": "0.8.31", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index c42682f56..49b7bbaeb 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.30' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.31' };