From 526876ae4b50c92b1ed58e310de7983662764897 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 06:34:24 +0000 Subject: [PATCH] [CI Skip] release/stable 0.10.52 skip-checks: true --- CONTRIBUTORS | 1 + all.json | 4 ++-- meta/2022-03.json | 4 ++++ package.json | 2 +- packages/phishing/package.json | 2 +- packages/phishing/src/packageInfo.ts | 2 +- 6 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 97a81468e..d9b0765a5 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -14,6 +14,7 @@ 2 paradoxxx-tt Update address.json (#306) 2 SimonKraus add polkadotgiveaway dot com to the list (#114) 1 Christina-Marie A Miyar Update all.json (#855) + 1 Christopher Bleckmann-Dreher Update all.json (#1360) 1 Danny Salman Add scam site (#461) 1 Dudley remove simpleswap.io address from youtube scams (#94) 1 Graham Dixon Adds polkadot.com.se phishing site (#27) diff --git a/all.json b/all.json index f50500b5c..b8e2d53f1 100644 --- a/all.json +++ b/all.json @@ -957,6 +957,7 @@ "cryptobonus.ec2token.com", "cryptobridge.eu", "cryptocardapp.xyz", + "cryptoconnect.best", "cryptoconnect.tech", "cryptoconnects.us", "cryptoctoken.com", @@ -6357,7 +6358,6 @@ "zeitgeistsale.live", "zerionwallet.com", "zero-swap.site", - "zwalletconnect.com", - "cryptoconnect.best" + "zwalletconnect.com" ] } diff --git a/meta/2022-03.json b/meta/2022-03.json index e29b08ecb..2fbf37a48 100644 --- a/meta/2022-03.json +++ b/meta/2022-03.json @@ -11,6 +11,10 @@ "date": "2022-03-29", "url": "chainswallet.net" }, + { + "date": "2022-03-29", + "url": "cryptoconnect.best" + }, { "date": "2022-03-29", "url": "daapsserverconnet.com" diff --git a/package.json b/package.json index 3921bdaf0..9f5ea3cb6 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.10.51", + "version": "0.10.52", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 795b6fa75..c217e1571 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.10.51", + "version": "0.10.52", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.8", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 7c6343241..54242b0e5 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.10.51' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.10.52' };