From 61da66face8d458450da59c4067b1f903a6ba6a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Jul 2022 07:09:56 +0000 Subject: [PATCH] [CI Skip] release/stable 0.18.1 skip-checks: true --- CONTRIBUTORS | 2 +- package.json | 6 +++--- packages/phishing/package.json | 2 +- packages/phishing/src/packageInfo.ts | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 24fbe637f0096..f869d415136e4 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 574 Mich Update all.json (#1851) - 423 Jaco Adjust wildcard check & add problematic .on.fleek.co (#1871) + 425 Jaco Update to `@polkadot/util` 10.1.1 (#1875) 258 mhusnirizal update all.json (#1870) 185 Frank Update all.json (#1860) 82 michalisFr Update all.json from Allure Security findings (#1865) diff --git a/package.json b/package.json index cf4e7d77b5caf..d477cd282e0ec 100644 --- a/package.json +++ b/package.json @@ -11,10 +11,10 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.0", + "version": "0.18.1", "versions": { - "git": "0.17.3-65-x", - "npm": "0.17.2" + "git": "0.18.1", + "npm": "0.18.1" }, "workspaces": [ "packages/*" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 010079e83320b..20cb863fab5b7 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.0", + "version": "0.18.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.6", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 3fef0e4662534..fe61be74421c9 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-65-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.1' };