diff --git a/.123current b/.123current index fc13ad9df..f4e18b296 100644 --- a/.123current +++ b/.123current @@ -1 +1 @@ -0.17.2-6-x +0.17.2-7-x diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 243299336..7f35a308d 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 567 Mich Update all.json (#1784) - 413 Jaco Adjust eslint config (#1780) + 414 Jaco Bump dev deps (#1786) 252 mhusnirizal update all.json (#1777) 174 Frank Update all.json (#1781) 79 michalisFr Update all.json (#1540) diff --git a/package.json b/package.json index 45506ea0f..9c69973dd 100644 --- a/package.json +++ b/package.json @@ -18,9 +18,9 @@ "type": "git", "url": "https://github.com/polkadot-js/phishing.git" }, - "type": "module", "sideEffects": false, - "version": "0.17.2-6-x", + "type": "module", + "version": "0.17.2-7-x", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 3c33421e0..c3cdee892 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.17.2-6-x", + "version": "0.17.2-7-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 fcf96c9ed..d2243c4fe 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-6-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.17.2-7-x' };