From 9988a5dc321f4f85fff83b355da0e4fcdb99c771 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Fri, 29 Oct 2021 07:54:08 +0000 Subject: [PATCH] [CI Skip] release/stable 0.6.386 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 2d0db5643..2bad90167 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.6.385", + "version": "0.6.386", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 4044d61f1..1a576f258 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -15,7 +15,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.6.385", + "version": "0.6.386", "main": "index.js", "dependencies": { "@babel/runtime": "^7.15.4", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 76c1893da..345c49161 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.385' }; +export const packageInfo = { name: '@polkadot/phishing', version: '0.6.386' }; diff --git a/packages/unused/package.json b/packages/unused/package.json index 7f03f22f6..4c9419c3b 100644 --- a/packages/unused/package.json +++ b/packages/unused/package.json @@ -15,6 +15,6 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.6.385", + "version": "0.6.386", "main": "index.js" }