From 4cd2b33215799dad1245363c0e9a8942735da506 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 20:56:39 +0000 Subject: [PATCH] [CI Skip] bump/beta 0.22.9-9-x skip-checks: true --- CONTRIBUTORS | 2 +- all.json | 2 +- all/com/all.json | 1 + meta/2024-06.json | 6 ++++++ meta/index.json | 1 + package.json | 4 ++-- packages/phishing/package.json | 2 +- packages/phishing/src/packageInfo.ts | 2 +- 8 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 meta/2024-06.json diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 3be66a6ff..5be6e7b1e 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -4,7 +4,7 @@ 615 mhusnirizal update all.json (#4451) 551 Jaco Allow addition of denySub entries (#4223) 97 michalisFr Update address.json (#4380) - 64 alineherzman Update all.json (#4448) + 65 alineherzman Update all.json (#4452) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 18 Josip Š Update all.json (#4408) 14 Tarik Gul 0.22.8 (#4438) diff --git a/all.json b/all.json index 28cf5a465..96aeec0b7 100644 --- a/all.json +++ b/all.json @@ -37,7 +37,6 @@ "0nlinebot.github.io", "0pensea.co.uk", "0therside.com", - "moonbeam-usdt.com", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -18341,6 +18340,7 @@ "moonbeam-network.org", "moonbeam-sale.com", "moonbeam-update.com", + "moonbeam-usdt.com", "moonbeam-web.com", "moonbeam-web3.com", "moonbeam.ink", diff --git a/all/com/all.json b/all/com/all.json index a96325130..214572982 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -6361,6 +6361,7 @@ "moonbeam-netvvork.com", "moonbeam-sale.com", "moonbeam-update.com", + "moonbeam-usdt.com", "moonbeam-web.com", "moonbeam-web3.com", "moonbeamconnect.com", diff --git a/meta/2024-06.json b/meta/2024-06.json new file mode 100644 index 000000000..e3e816260 --- /dev/null +++ b/meta/2024-06.json @@ -0,0 +1,6 @@ +[ + { + "date": "2024-06-02", + "url": "moonbeam-usdt.com" + } +] diff --git a/meta/index.json b/meta/index.json index 366adb90a..c03711116 100644 --- a/meta/index.json +++ b/meta/index.json @@ -1,4 +1,5 @@ [ + "2024-06", "2024-05", "2024-04", "2024-03", diff --git a/package.json b/package.json index 45837ce33..55fc05ead 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.9-8-x", + "version": "0.22.9-9-x", "versions": { - "git": "0.22.9-8-x", + "git": "0.22.9-9-x", "npm": "0.22.8" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index d20f586cf..a2d2d7c0d 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.9-8-x", + "version": "0.22.9-9-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.6.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index a5b1f77a7..21f311f53 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.22.9-8-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.9-9-x' };