diff --git a/CONTRIBUTORS b/CONTRIBUTORS index f9e6417b7..bfdec8c08 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 575 Mich Update all.json (#2119) - 450 Jaco Bump TS (#2125) + 451 Jaco Pin Github actions (#2126) 302 mhusnirizal update all.json (#2099) 232 Frank Update all.json (#2112) 179 Tim Janssen Update all.json (#2123) diff --git a/package.json b/package.json index ecccf7c8d..3ae6da12c 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.7-20-x", + "version": "0.18.7-21-x", "versions": { - "git": "0.18.7-20-x", + "git": "0.18.7-21-x", "npm": "0.18.6" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index d86d4fe3e..f985a3415 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.7-20-x", + "version": "0.18.7-21-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index e7229a169..b6aa03729 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.7-20-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.7-21-x' };