diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 1d3312d7a..1592da9e9 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 593 Mich block scam webdappssynchronization.pages.dev (#2630) - 470 Jaco Bump TS (#2651) + 471 Jaco Remove unused actions (#2653) 387 Tim Janssen Update all.json (#2649) 382 Frank Update all.json (#2648) 368 mhusnirizal update all.json (#2639) diff --git a/package.json b/package.json index a6b4dd405..60dcd4196 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.13-7-x", + "version": "0.18.13-8-x", "versions": { - "git": "0.18.13-7-x", + "git": "0.18.13-8-x", "npm": "0.18.12" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 71e74e9dc..df0e3451a 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.13-7-x", + "version": "0.18.13-8-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.6", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index e8b113437..039d67215 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.18.13-7-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.13-8-x' };