diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 06afd3d8b..833edf81a 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 444 Jaco 0.18.4 (Fix 0.18.3 publish) (#2011) 284 mhusnirizal update all.json (#2008) 206 Frank Update all.json (#1999) - 133 Tim Janssen Update all.json (#2007) + 134 Tim Janssen Update all.json (#2009) 89 michalisFr Added 0 new domains (#2004) 31 Bill Laboon Add allinone-services.net (#1727) 13 ccris02 Update all.json (#1510) diff --git a/all.json b/all.json index 7bca08ce1..673cc558c 100644 --- a/all.json +++ b/all.json @@ -27,9 +27,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "bridges-links.live", - "promvalidator.online", - "syncfixit.com", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -1062,6 +1059,7 @@ "bridgeprotocols.com", "bridgerouter.info", "bridges-link.online", + "bridges-links.live", "bridges-net.com", "bridgesdapps.com", "bridgeservices.online", @@ -7548,6 +7546,7 @@ "project-sparkdapps.net", "projectpolkadot.com", "projectscriptstore.xyz", + "promvalidator.online", "proponlinesync.com", "prosycnnrectification.com", "prosynrectification.com", @@ -8701,6 +8700,7 @@ "synceth.xyz", "syncfix.netlify.app", "syncfixaccess.net", + "syncfixit.com", "synch-connect.com", "synchainweb.site", "synchappconnect.net", diff --git a/meta/2022-08.json b/meta/2022-08.json index ae9c15c90..fd8fbabf1 100644 --- a/meta/2022-08.json +++ b/meta/2022-08.json @@ -3,6 +3,10 @@ "date": "2022-08-07", "url": "app.fastsolutionsapp.com" }, + { + "date": "2022-08-07", + "url": "bridges-links.live" + }, { "date": "2022-08-07", "url": "coin-solutions.netlify.app" @@ -27,6 +31,10 @@ "date": "2022-08-07", "url": "fastsolutionsapp.com" }, + { + "date": "2022-08-07", + "url": "promvalidator.online" + }, { "date": "2022-08-07", "url": "resolution-mainnet.live" @@ -39,6 +47,10 @@ "date": "2022-08-07", "url": "securewalletprotocol.netlify.app" }, + { + "date": "2022-08-07", + "url": "syncfixit.com" + }, { "date": "2022-08-07", "url": "wallet-luanch.netlify.app" diff --git a/package.json b/package.json index 1b8462072..c565a2cc8 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.4", + "version": "0.18.5-0-x", "versions": { - "git": "0.18.4", + "git": "0.18.5-0-x", "npm": "0.18.4" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 58aa05672..dafffb9f5 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.4", + "version": "0.18.5-0-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 659417584..acd53c8d6 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.4' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.5-0-x' };