From 3f07cf0861298049ca4ed96d129a1a5c55fef26f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 08:23:12 +0000 Subject: [PATCH] [CI Skip] bump/beta 0.18.13-82-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 c19549e41..3c576f23d 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 599 Mich Block three scams spread on twitter (#2708) - 475 Jaco Bump dev (#2724) + 476 Jaco Update headers for 2023 (#2741) 416 Tim Janssen Update all.json (#2737) 411 Frank Update all.json (#2738) 379 mhusnirizal update all.json (#2733) diff --git a/package.json b/package.json index c5e769088..a010a2723 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.13-81-x", + "version": "0.18.13-82-x", "versions": { - "git": "0.18.13-81-x", + "git": "0.18.13-82-x", "npm": "0.18.12" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 5de9dc702..7fa9e9b8b 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.13-81-x", + "version": "0.18.13-82-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 a22212942..f1a2511e5 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-81-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.13-82-x' };