diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 3a4bbd563..ceeb5942b 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 1039 Tim Janssen Update all.json (#4706) 982 Frank Update all.json (#4709) - 667 mhusnirizal Update all.json (#4710) + 668 mhusnirizal update all.json (#4712) 618 Mich Block hub-polkadot.com (#4343) 551 Jaco Allow addition of denySub entries (#4223) 108 alineherzman Update all.json (#4632) diff --git a/all.json b/all.json index f4153001a..c63ac46ff 100644 --- a/all.json +++ b/all.json @@ -30,7 +30,6 @@ "zapto.org" ], "deny": [ - "polkadot-v3.xyz", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "09sync00.duckdns.org", "09sync1n0-duckdnrs.org", @@ -25258,6 +25257,7 @@ "polkadot-technology.com", "polkadot-token.network", "polkadot-trust.site", + "polkadot-v3.xyz", "polkadot-wallet.com", "polkadot-wallet.net", "polkadot-wallet.org", diff --git a/all/xyz/all.json b/all/xyz/all.json index 76274cf00..e808fa0a4 100644 --- a/all/xyz/all.json +++ b/all/xyz/all.json @@ -1547,6 +1547,7 @@ "polkadot-network.xyz", "polkadot-networks.xyz", "polkadot-pro.xyz", + "polkadot-v3.xyz", "polkadot-wallet.xyz", "polkadotx.xyz", "polkadoty.xyz", diff --git a/meta/2024-10.json b/meta/2024-10.json index 2d3fc0a21..c0217cbbc 100644 --- a/meta/2024-10.json +++ b/meta/2024-10.json @@ -1,4 +1,8 @@ [ + { + "date": "2024-10-15", + "url": "polkadot-v3.xyz" + }, { "date": "2024-10-13", "url": "3appsworld.live" diff --git a/package.json b/package.json index 4c5acae40..2f7799cc2 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.23.7", + "version": "0.23.8-0-x", "versions": { - "git": "0.23.7", + "git": "0.23.8-0-x", "npm": "0.23.7" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index bab84a9f3..70a17982b 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.23.7", + "version": "0.23.8-0-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.0.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 7f7f6150a..61c4cbb01 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.23.7' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.23.8-0-x' };