From 2d0208d08c71e8d67b765e0412f676381de52cb7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 13:38:08 +0000 Subject: [PATCH] [CI Skip] bump/beta 0.22.2-128-x skip-checks: true --- CONTRIBUTORS | 2 +- all/homes/all.json | 1 + meta/2024-02.json | 4 ++++ package.json | 4 ++-- 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 46acf83a5..16404540d 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -8,7 +8,7 @@ 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 13 ccris02 Update all.json (#1510) 13 crypto-scambaiter Update all.json (#4246) - 12 Josip Š Update all.json (#4189) + 13 Josip Š Update all.json (#4251) 9 bipul kumar hansdah pepecoin phishing site (important) (#3275) 9 Dan Shields add multipe reported scams (#297) 8 grizzly375 Update all.json (#575) diff --git a/all/homes/all.json b/all/homes/all.json index 2f25b7f6c..8efae4bec 100644 --- a/all/homes/all.json +++ b/all/homes/all.json @@ -1,4 +1,5 @@ [ + "astar.homes", "binansync.homes", "cocc.homes", "escolopedia.homes", diff --git a/meta/2024-02.json b/meta/2024-02.json index f36862dbb..c7b1a9bfa 100644 --- a/meta/2024-02.json +++ b/meta/2024-02.json @@ -1,4 +1,8 @@ [ + { + "date": "2024-02-07", + "url": "astar.homes" + }, { "date": "2024-02-06", "url": "airdop-walletconnect.pages.dev" diff --git a/package.json b/package.json index 177df552d..7d8dce48a 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.2-127-x", + "version": "0.22.2-128-x", "versions": { - "git": "0.22.2-127-x", + "git": "0.22.2-128-x", "npm": "0.22.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index cd44f7aad..6f17a06f0 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.2-127-x", + "version": "0.22.2-128-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 0fe5d5421..63e760e74 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-127-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.2-128-x' };