From fa7e54b3ef9d0cc78659a43834cff17942368691 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 09:30:25 +0000 Subject: [PATCH] [CI Skip] bump/beta 0.18.12-19-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 9adb57fb8..9ece32d9a 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 591 Mich block "walletsrectification.network", (#2585) - 466 Jaco 0.18.11 (#2568) + 467 Jaco Bump TS (#2589) 367 Frank Update all.json (#2587) 362 mhusnirizal update all.json (#2586) 359 Tim Janssen Update all.json (#2588) diff --git a/package.json b/package.json index 2c6e98154..294715a89 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.12-18-x", + "version": "0.18.12-19-x", "versions": { - "git": "0.18.12-18-x", + "git": "0.18.12-19-x", "npm": "0.18.11" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 2e799873c..c153db9cb 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.12-18-x", + "version": "0.18.12-19-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 3a56a446c..4d390c720 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.12-18-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.12-19-x' };