From e4e5db16b3e6e998306cadf1d07f444e04eeb1b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 29 Apr 2023 06:46:01 +0000 Subject: [PATCH] [CI Skip] release/stable 0.21.2 skip-checks: true --- CONTRIBUTORS | 2 +- package.json | 4 ++-- packages/phishing/src/packageInfo.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index a0c54312a..3bda649f0 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 641 Frank Update all.json (#3307) 605 Mich Block 6 scam URLs (#3284) 581 Tim Janssen Update all.json (#3299) - 526 Jaco 0.21.1 (#3285) + 527 Jaco 0.21.2 (#3309) 425 mhusnirizal update all.json (#3295) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) diff --git a/package.json b/package.json index fc3555f36..163d95a9c 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "type": "module", "version": "0.21.2", "versions": { - "git": "0.21.2-16-x", - "npm": "0.21.1" + "git": "0.21.2", + "npm": "0.21.2" }, "workspaces": [ "packages/*" diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 40d46434e..40564069b 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.21.2-16-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.2' };