From 5c7f2f731e0ea6f0fbb5702ab8f0aff98611f9f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Sep 2022 17:20:34 +0000 Subject: [PATCH] [CI Skip] bump/beta 0.18.8-29-x skip-checks: true --- CONTRIBUTORS | 1 + package.json | 4 ++-- packages/phishing/package.json | 2 +- packages/phishing/src/packageInfo.ts | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index edf23c245..ca371521a 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -27,6 +27,7 @@ 1 Francois Marier Add a copy of the Apache-2.0 license (#1592) 1 Graham Dixon Adds polkadot.com.se phishing site (#27) 1 hhanson4 Update all.json (#454) + 1 Kami Add polkadot js plus (#2204) 1 Mark Crince add site (#174) 1 Nathan Quarles add "linkupaffix.co" (#866) 1 Nikhil Ranjan Removing polkassembly.network (#304) diff --git a/package.json b/package.json index 0e0c0d6bc..fc31945e0 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.8-28-x", + "version": "0.18.8-29-x", "versions": { - "git": "0.18.8-28-x", + "git": "0.18.8-29-x", "npm": "0.18.7" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index cff4b5c90..bc3ac8c72 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.8-28-x", + "version": "0.18.8-29-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index fe4c64edf..8a13b4ab9 100644 --- a/packages/phishing/src/packageInfo.ts +++ b/packages/phishing/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.8-28-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.8-29-x' };