diff --git a/CONTRIBUTORS b/CONTRIBUTORS index d01d74291..207bdaffb 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -26,6 +26,7 @@ 2 Keegan | W3F Update all.json (#1585) 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) @@ -47,6 +48,5 @@ 1 Stepan Samko Remove defiyield.app from deny list (#1547) 1 stiartsly request to remove pasarprotocol.io from the list (#1559) 1 stonegate remove web3helpers.xyz from deny list (#2283) - 1 Tarik Gul ci: add user (TarikGul) to auto-approve (#4269) 1 Thibaut Sardan Update README.md (#2) 1 Zbyszek Cybulski Update all.json (#4241) \ No newline at end of file diff --git a/package.json b/package.json index 611548c01..0b5261c23 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.2-144-x", + "version": "0.22.2-145-x", "versions": { - "git": "0.22.2-144-x", + "git": "0.22.2-145-x", "npm": "0.22.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index a92d07686..5f4a1929f 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.2-144-x", + "version": "0.22.2-145-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.6.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index f8a0975df..942a1887f 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-144-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.2-145-x' };