From 55a59343a24cf0050648894ea6e5d636c13c84df Mon Sep 17 00:00:00 2001 From: Github Actions Date: Sat, 24 Apr 2021 05:05:02 +0000 Subject: [PATCH] [CI Skip] release/stable 0.6.107 skip-checks: true --- package.json | 2 +- packages/phishing/package.json | 2 +- packages/phishing/src/packageInfo.ts | 2 +- packages/unused/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 3398de9cf..b61a74f74 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@polkadot/dev": "^0.62.9", "@types/jest": "^26.0.22" }, - "version": "0.6.106", + "version": "0.6.107", "dependencies": { "@pinata/sdk": "^1.1.13", "dnslink-cloudflare": "^3.0.0" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index df8d18367..ca15f7219 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/phishing", - "version": "0.6.106", + "version": "0.6.107", "type": "module", "description": "Simple phishing scripts from a central source", "main": "index.js", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index ebe5c4ee9..c7de7c6fd 100644 --- a/packages/phishing/src/packageInfo.ts +++ b/packages/phishing/src/packageInfo.ts @@ -3,4 +3,4 @@ // Auto-generated by @polkadot/dev, do not edit -export const packageInfo = { name: '@polkadot/phishing', version: '0.6.106' }; +export const packageInfo = { name: '@polkadot/phishing', version: '0.6.107' }; diff --git a/packages/unused/package.json b/packages/unused/package.json index 6c31dd84f..3d6e02e56 100644 --- a/packages/unused/package.json +++ b/packages/unused/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/unused", - "version": "0.6.106", + "version": "0.6.107", "description": "Dummy", "main": "index.js", "author": "Jaco Greeff ",