diff --git a/CONTRIBUTORS b/CONTRIBUTORS index d008b82d1..8c143a718 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 574 Mich Update all.json (#1851) - 444 Jaco 0.18.4 (Fix 0.18.3 publish) (#2011) + 445 Jaco Add missing URL (#2049) 293 mhusnirizal update all.json (#2042) 217 Frank Update all.json (#2047) 146 Tim Janssen Update all.json (#2048) diff --git a/all.json b/all.json index d70109204..278dc8834 100644 --- a/all.json +++ b/all.json @@ -26,7 +26,6 @@ "zapto.org" ], "deny": [ - "decentralizeapp.com", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -3341,6 +3340,7 @@ "decentralised-refitting.app", "decentralisedcollab.land", "decentralisedconnect.com", + "decentralizeapp.com", "decentralized-chains.com", "decentralized-connect.com", "decentralized-dapps.info", diff --git a/meta/2022-08.json b/meta/2022-08.json index 79d4de5f1..0ca5d158c 100644 --- a/meta/2022-08.json +++ b/meta/2022-08.json @@ -3,6 +3,10 @@ "date": "2022-08-11", "url": "authprotocol.net" }, + { + "date": "2022-08-11", + "url": "decentralizeapp.com" + }, { "date": "2022-08-11", "url": "defisupportapi.com" diff --git a/package.json b/package.json index 179df468b..446d7d23e 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.5-30-x", + "version": "0.18.5-31-x", "versions": { - "git": "0.18.5-30-x", + "git": "0.18.5-31-x", "npm": "0.18.4" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 291e90878..77cc703de 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.5-30-x", + "version": "0.18.5-31-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 a40d3e561..246f6779b 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.5-30-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.5-31-x' };