From 0a8a5b4d48369a913d41da48a47cfd1c5799f1db Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 5 Dec 2021 12:01:35 +0000 Subject: [PATCH] [CI Skip] release/stable 0.6.504 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 87e89a82c..2cca98fd7 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.6.503", + "version": "0.6.504", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 0cc36c4f2..c46409b9c 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.6.503", + "version": "0.6.504", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 6c3ef9d70..8ef47e23a 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.503' }; +export const packageInfo = { name: '@polkadot/phishing', version: '0.6.504' }; diff --git a/packages/unused/package.json b/packages/unused/package.json index 6768acf4f..ee87be42d 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.503", + "version": "0.6.504", "main": "index.js" }