From 2c262d84e36862975b501543b77597a91f4247f5 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Wed, 24 Nov 2021 14:59:22 +0000 Subject: [PATCH] [CI Skip] release/stable 0.6.460 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 795f9c4f4..ed656e540 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.6.459", + "version": "0.6.460", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 791f627c9..3b4e7554c 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.6.459", + "version": "0.6.460", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index c45bf8823..a7f5a0672 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.459' }; +export const packageInfo = { name: '@polkadot/phishing', version: '0.6.460' }; diff --git a/packages/unused/package.json b/packages/unused/package.json index c54166149..4ee4696d8 100644 --- a/packages/unused/package.json +++ b/packages/unused/package.json @@ -14,6 +14,6 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.6.459", + "version": "0.6.460", "main": "index.js" }