From 33d3a2cab8e7e2d1c8a3663e50a17b193023eca0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 07:51:59 +0000 Subject: [PATCH] [CI Skip] bump/beta 0.18.13-70-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 d97427890..d5d9360b6 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 599 Mich Block three scams spread on twitter (#2708) - 474 Jaco Bump deps (w/ deprecation warnings) (#2689) + 475 Jaco Bump dev (#2724) 410 Tim Janssen Update address.json (#2719) 408 Frank Update all.json (#2722) 377 mhusnirizal update all.json (#2723) diff --git a/package.json b/package.json index 670e1207e..05b36040e 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.13-69-x", + "version": "0.18.13-70-x", "versions": { - "git": "0.18.13-69-x", + "git": "0.18.13-70-x", "npm": "0.18.12" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index e86b6a127..75cc6ab92 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.13-69-x", + "version": "0.18.13-70-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 077d63bdc..34018661b 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-69-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.13-70-x' };