From 9a5ba9578f287077b6de65fa27a2fc94b4466d0a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 08:20:59 +0000 Subject: [PATCH] [CI Skip] bump/beta 0.18.2-35-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 2657fc1f7..29c50a7c5 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 574 Mich Update all.json (#1851) - 427 Jaco Allow surge.sh as a top-level domain (#1901) + 428 Jaco Bump dev deps (#1915) 265 mhusnirizal update all.json (#1911) 187 Frank Update all.json (#1910) 103 thwjanssen89 Update all.json (#1912) diff --git a/package.json b/package.json index ec00b3966..d1b06e3d8 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.2-34-x", + "version": "0.18.2-35-x", "versions": { - "git": "0.18.2-34-x", + "git": "0.18.2-35-x", "npm": "0.18.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index f64fefbc1..1d7177001 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.2-34-x", + "version": "0.18.2-35-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 374178d38..7bede1be7 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.2-34-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.2-35-x' };