From 9d6949f8bf4ca8e889d89469cd9db607186f4c36 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Mon, 22 Mar 2021 19:02:18 +0000 Subject: [PATCH] [CI Skip] release/stable 0.6.33 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 e0aad0f56..1407091a9 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@polkadot/dev": "^0.62.6", "@types/jest": "^26.0.20" }, - "version": "0.6.32", + "version": "0.6.33", "dependencies": { "@pinata/sdk": "^1.1.13", "dnslink-cloudflare": "^3.0.0" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index c22accc25..999959437 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/phishing", - "version": "0.6.32", + "version": "0.6.33", "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 01c3f3fdd..4e43b2003 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.32' }; +export const packageInfo = { name: '@polkadot/phishing', version: '0.6.33' }; diff --git a/packages/unused/package.json b/packages/unused/package.json index 2a1971e53..04d591e97 100644 --- a/packages/unused/package.json +++ b/packages/unused/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/unused", - "version": "0.6.32", + "version": "0.6.33", "description": "Dummy", "main": "index.js", "author": "Jaco Greeff ",