From 969fbff23877fb62aee1b603d9d23b1bdcdc8b4f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 06:59:32 +0000 Subject: [PATCH] [CI Skip] bump/beta 0.18.11-107-x skip-checks: true --- CONTRIBUTORS | 2 +- all.json | 1 - meta/2022-11.json | 6 ++++++ meta/index.json | 1 + package.json | 4 ++-- packages/phishing/package.json | 2 +- packages/phishing/src/packageInfo.ts | 2 +- 7 files changed, 12 insertions(+), 6 deletions(-) create mode 100644 meta/2022-11.json diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 858844076..9526ed16f 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 463 Jaco 0.18.10 (#2382) 358 mhusnirizal update all.json (#2419) 346 Frank Update all.json (#2500) - 317 Tim Janssen Update all.json (#2506) + 318 Tim Janssen Update all.json (#2508) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) 13 ccris02 Update all.json (#1510) diff --git a/all.json b/all.json index 6a7bce754..72a6b30b8 100644 --- a/all.json +++ b/all.json @@ -28,7 +28,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "support.biteth.io", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", diff --git a/meta/2022-11.json b/meta/2022-11.json new file mode 100644 index 000000000..32c84a41e --- /dev/null +++ b/meta/2022-11.json @@ -0,0 +1,6 @@ +[ + { + "date": "2022-11-01", + "url": "support.biteth.io" + } +] diff --git a/meta/index.json b/meta/index.json index 2a7665320..741ab5599 100644 --- a/meta/index.json +++ b/meta/index.json @@ -1,4 +1,5 @@ [ + "2022-11", "2022-10", "2022-09", "2022-08", diff --git a/package.json b/package.json index 15b38afdc..4f76c1f7e 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.11-106-x", + "version": "0.18.11-107-x", "versions": { - "git": "0.18.11-106-x", + "git": "0.18.11-107-x", "npm": "0.18.10" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 27bf7d7c7..57f9caab7 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.11-106-x", + "version": "0.18.11-107-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 6ace97adf..1315879a7 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.11-106-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.11-107-x' };