From 71503f15d134ad78e449fa4559fd3591a80afd95 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 04:55:03 +0000 Subject: [PATCH] [CI Skip] bump/beta 0.17.3-7-x skip-checks: true --- .123trigger | 5 ----- CONTRIBUTORS | 2 +- package.json | 8 +++++--- packages/phishing/package.json | 2 +- packages/phishing/src/packageInfo.ts | 2 +- 5 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 .123trigger diff --git a/.123trigger b/.123trigger deleted file mode 100644 index 1599bb8a7..000000000 --- a/.123trigger +++ /dev/null @@ -1,5 +0,0 @@ -3 - -0.15.2 -0.16.2 -0.17.2 diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 28bebcde3..7d112262a 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 568 Mich Update all.json (#1796) - 418 Jaco Cleanup root package.json (#1794) + 419 Jaco Update gitignore (#1797) 252 mhusnirizal update all.json (#1777) 174 Frank Update all.json (#1781) 79 michalisFr Update all.json (#1540) diff --git a/package.json b/package.json index b4ce36f30..c8e1016f9 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,11 @@ }, "sideEffects": false, "type": "module", - "version": "0.17.3-6-x", - "versionGit": "0.17.3-6-x", - "versionNpm": "0.17.2", + "version": "0.17.3-7-x", + "versions": { + "git": "0.17.3-7-x", + "npm": "0.17.2" + }, "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index e2b86a1d2..8757a6af0 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.17.3-6-x", + "version": "0.17.3-7-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.6", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 9f4eb23a9..d6f8a425c 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.17.3-6-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.17.3-7-x' };