From ef3838b3e78f0f9056488c4387b9fbe0147683b6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 11:38:41 +0000 Subject: [PATCH] [CI Skip] bump/beta 0.19.4-44-x skip-checks: true --- CONTRIBUTORS | 2 +- package.json | 4 ++-- packages/phishing/package.json | 2 +- packages/phishing/src/packageInfo.ts | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 069d4a91d..32c0b0dee 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 601 Mich block 3 misspelled ppolkastarter scams (#2936) 529 Frank Update all.json (#3058) 519 Tim Janssen Update all.json (#3061) - 499 Jaco JS type additions for node:test environment (#3042) + 500 Jaco Ensure all wf steps are run (#3062) 413 mhusnirizal update all.json (#3045) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) diff --git a/package.json b/package.json index 5a98f5fc1..c704244f4 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.19.4-43-x", + "version": "0.19.4-44-x", "versions": { - "git": "0.19.4-43-x", + "git": "0.19.4-44-x", "npm": "0.19.3" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 1fd37cab3..de46f790b 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.19.4-43-x", + "version": "0.19.4-44-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.21.0", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 38abd84ec..af58863e7 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.19.4-43-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.19.4-44-x' };