From 082f7724e43c0f219c3b4cefa29db589a4a0da26 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Wed, 2 Jun 2021 07:10:00 +0000 Subject: [PATCH] [CI Skip] release/stable 0.6.174 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 227739287..61c10f542 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@polkadot/dev": "^0.62.24", "@types/jest": "^26.0.23" }, - "version": "0.6.173", + "version": "0.6.174", "dependencies": { "@pinata/sdk": "^1.1.20", "dnslink-cloudflare": "^3.0.0" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 73ee3a2d5..9fcc190fe 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/phishing", - "version": "0.6.173", + "version": "0.6.174", "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 90b354758..d51fcdf11 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.173' }; +export const packageInfo = { name: '@polkadot/phishing', version: '0.6.174' }; diff --git a/packages/unused/package.json b/packages/unused/package.json index 52c64cd1d..bbca2320e 100644 --- a/packages/unused/package.json +++ b/packages/unused/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/unused", - "version": "0.6.173", + "version": "0.6.174", "description": "Dummy", "main": "index.js", "author": "Jaco Greeff ",