diff --git a/.123current b/.123current index 0e9cbd980..0c1054af3 100644 --- a/.123current +++ b/.123current @@ -1 +1 @@ -0.17.2-1-x +0.17.2-2-x diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 3a8fd3674..09611cea3 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 566 Mich Update all.json (#1732) - 412 Jaco Re-add Jest, revert ava (#1779) + 413 Jaco Adjust eslint config (#1780) 252 mhusnirizal update all.json (#1777) 173 Frank Update all.json (#1766) 79 michalisFr Update all.json (#1540) diff --git a/package.json b/package.json index 0a02f6bac..fd48afc18 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,8 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "type": "module", - "version": "0.17.2-1-x", + "type": "module", + "version": "0.17.2-2-x", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 716663f03..2fcd7df7b 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.17.2-1-x", + "version": "0.17.2-2-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.6", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 3bcc28342..b9a282c2a 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.2-1-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.17.2-2-x' };