From 799c88ec0ff52dfb19c3cb99e09e28ac8e101b50 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 18:19:11 +0000 Subject: [PATCH] [CI Skip] bump/beta 0.18.9-18-x skip-checks: true --- CONTRIBUTORS | 1 + meta/2022-09.json | 4 ---- package.json | 4 ++-- packages/phishing/package.json | 2 +- packages/phishing/src/packageInfo.ts | 2 +- 5 files changed, 5 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 81e7e4f1e..8f0cd6177 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -33,4 +33,5 @@ 1 Nikhil Ranjan Removing polkassembly.network (#304) 1 Stepan Samko Remove defiyield.app from deny list (#1547) 1 stiartsly request to remove pasarprotocol.io from the list (#1559) + 1 stonegate remove web3helpers.xyz from deny list (#2283) 1 Thibaut Sardan Update README.md (#2) \ No newline at end of file diff --git a/meta/2022-09.json b/meta/2022-09.json index b14523a2d..c971cae6b 100644 --- a/meta/2022-09.json +++ b/meta/2022-09.json @@ -287,10 +287,6 @@ "date": "2022-09-18", "url": "web3coinsolution.live" }, - { - "date": "2022-09-18", - "url": "web3helpers.xyz" - }, { "date": "2022-09-18", "url": "web3rpcdev.com" diff --git a/package.json b/package.json index 2b3c9aa82..038eb144c 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.9-17-x", + "version": "0.18.9-18-x", "versions": { - "git": "0.18.9-17-x", + "git": "0.18.9-18-x", "npm": "0.18.8" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 7e8722b8f..fe9a9f5c9 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.9-17-x", + "version": "0.18.9-18-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.19.0", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 03f614f82..b4ad23e7d 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.9-17-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.9-18-x' };