From d0269bf362874e6ca26215f214abacdfdf9fdd65 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Jan 2023 15:26:40 +0000 Subject: [PATCH] [CI Skip] bump/beta 0.18.14-33-x skip-checks: true --- CONTRIBUTORS | 1 + meta/2023-01.json | 4 ++++ package.json | 4 ++-- packages/phishing/package.json | 2 +- packages/phishing/src/packageInfo.ts | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 614da28b9..e3567a475 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -29,6 +29,7 @@ 1 Francois Marier Add a copy of the Apache-2.0 license (#1592) 1 Graham Dixon Adds polkadot.com.se phishing site (#27) 1 hhanson4 Update all.json (#454) + 1 Jonathan Dunne Update all.json (#2806) 1 Kami Add polkadot js plus (#2204) 1 Mark Crince add site (#174) 1 Nathan Quarles add "linkupaffix.co" (#866) diff --git a/meta/2023-01.json b/meta/2023-01.json index 0a870b42d..9588d2408 100644 --- a/meta/2023-01.json +++ b/meta/2023-01.json @@ -1,4 +1,8 @@ [ + { + "date": "2023-01-15", + "url": "mainnetchainlist.onrender.com" + }, { "date": "2023-01-14", "url": "apestacke-io.com" diff --git a/package.json b/package.json index 6db53bb77..6d7c851d2 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.14-32-x", + "version": "0.18.14-33-x", "versions": { - "git": "0.18.14-32-x", + "git": "0.18.14-33-x", "npm": "0.18.13" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 2b0cee573..e209a3409 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.14-32-x", + "version": "0.18.14-33-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index c2691a69e..1f217ca97 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.14-32-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.14-33-x' };