From 74d0b00053fdd2859e2a4afc0f3040b9325d5d36 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 04:03:05 +0000 Subject: [PATCH] [CI Skip] bump/beta 0.22.2-12-x skip-checks: true --- CONTRIBUTORS | 1 + all/com/all.json | 1 + meta/2023-11.json | 4 ++++ package.json | 4 ++-- packages/phishing/package.json | 2 +- packages/phishing/src/packageInfo.ts | 2 +- 6 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 02dc504b7..d79624c1f 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -28,6 +28,7 @@ 1 Andrin Rehmann Remove AWS amplify from denied, add to allowed (#2775) 1 Christina-Marie A Miyar Update all.json (#855) 1 Christopher Bleckmann-Dreher Update all.json (#1360) + 1 crypto-scambaiter Update all.json (#4063) 1 Danny Salman Add scam site (#461) 1 defiyield Update all.json (#1967) 1 Dudley remove simpleswap.io address from youtube scams (#94) diff --git a/all/com/all.json b/all/com/all.json index af8cc7b74..fa194303c 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -7435,6 +7435,7 @@ "stargatepass.com", "stargaterewards.com", "stargatesnetwork.com", + "starlink-eth.com", "start-seedify.com", "status-wallet.com", "status-wallets.com", diff --git a/meta/2023-11.json b/meta/2023-11.json index 37478a7ec..d41269b20 100644 --- a/meta/2023-11.json +++ b/meta/2023-11.json @@ -215,6 +215,10 @@ "date": "2023-11-27", "url": "smartcoinnetlify.website" }, + { + "date": "2023-11-27", + "url": "starlink-eth.com" + }, { "date": "2023-11-27", "url": "sup-desk.com" diff --git a/package.json b/package.json index 93bc83525..b45a58794 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.2-11-x", + "version": "0.22.2-12-x", "versions": { - "git": "0.22.2-11-x", + "git": "0.22.2-12-x", "npm": "0.22.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index e1d5e82c4..6aa46ffbf 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.22.2-11-x", + "version": "0.22.2-12-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.6.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index f3d11f740..db3a872c2 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.2-11-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.2-12-x' };