diff --git a/CONTRIBUTORS b/CONTRIBUTORS index b7e199a6f..e2c1cc9eb 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -21,13 +21,13 @@ 3 brettkolodny Update all.json (#335) 3 JuanCDe Update all.json (#3097) 3 Samuel MC Update address.json (#96) + 3 Tarik Gul 0.22.2 (#4287) 2 G. Kami Ekbatanifard Add Polkagate extension (#4073) 2 Justin Pham Add bit.country scam sites (#1425) 2 Keegan | W3F Update all.json (#1585) 2 Leemo Update all.json (#4274) 2 paradoxxx-tt Update address.json (#306) 2 SimonKraus add polkadotgiveaway dot com to the list (#114) - 2 Tarik Gul chore(yarn): update yarn to 4.1.0 (#4268) 1 Abdulbasit sadiq Update all.json - Remove cryptomaze.app site (#3578) 1 Andrin Rehmann Remove AWS amplify from denied, add to allowed (#2775) 1 Christina-Marie A Miyar Update all.json (#855) diff --git a/package.json b/package.json index fc0e0ff7c..e3ed78f26 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "type": "module", "version": "0.22.2", "versions": { - "git": "0.22.2-160-x", - "npm": "0.22.1" + "git": "0.22.2", + "npm": "0.22.2" }, "workspaces": [ "packages/*" diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index de1e7879b..9ae2d5cd4 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.22.2-160-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.2' };