From 6aab48fcce3ef5994fe18546ff860461e035de1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 06:26:21 +0000 Subject: [PATCH] [CI Skip] bump/beta 0.18.13-39-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 40b270d13..9933b3796 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 597 Mich block 27 scams, all on the same hosting (#2678) - 473 Jaco Adjust TS target (#2687) + 474 Jaco Bump deps (w/ deprecation warnings) (#2689) 396 Tim Janssen Update all.json (#2680) 393 Frank Update all.json (#2685) 374 mhusnirizal update all.json (#2686) diff --git a/package.json b/package.json index 7b878baee..f1df0a53d 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.13-38-x", + "version": "0.18.13-39-x", "versions": { - "git": "0.18.13-38-x", + "git": "0.18.13-39-x", "npm": "0.18.12" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 171b9f0ca..337ed4b96 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.13-38-x", + "version": "0.18.13-39-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.6", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 320db7d14..815bb6c5d 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.13-38-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.13-39-x' };