diff --git a/CONTRIBUTORS b/CONTRIBUTORS index e8f6f181a..a4971c136 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 321 Jaco Update .mailmap + 322 Jaco Manual format of tsconfig.build.json (#942) 304 Mich Update all.json (#941) 77 mhusnirizal update all.json (#940) 72 michalisFr Update all.json (#904) diff --git a/package.json b/package.json index 4bab51339..ee7908538 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.25", + "version": "0.8.26", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 4a42cca9b..894e759fe 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.25", + "version": "0.8.26", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 7b0fbf4ad..39c445dc0 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.8.25' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.26' }; diff --git a/tsconfig.build.json b/tsconfig.build.json index c192fc5e9..e76101f79 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -4,6 +4,8 @@ }, "files": [], "references": [ - { "path": "./packages/phishing/tsconfig.build.json" } + { + "path": "./packages/phishing/tsconfig.build.json" + } ] }