diff --git a/.123current b/.123current index 31a6a3d83..b46de04c4 100644 --- a/.123current +++ b/.123current @@ -1 +1 @@ -0.17.2-9-x +0.17.2-10-x diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 59edfc296..e59df9e80 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 567 Mich Update all.json (#1784) - 414 Jaco Bump dev deps (#1786) + 415 Jaco Bump common (#1788) 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 e395517d3..68b51e4f0 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.17.2-9-x", + "version": "0.17.2-10-x", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index a4ce20887..29b5006f6 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.17.2-9-x", + "version": "0.17.2-10-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 74363f5e2..a2819da26 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-9-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.17.2-10-x' };