diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 4d51f69cb..8447fe234 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 929 Tim Janssen Update all.json (#4320) + 930 Tim Janssen Update all.json (#4328) 902 Frank Update all.json (#4319) 617 Mich Block polkastater-login.com (#4044) 598 mhusnirizal update all.json (#4290) diff --git a/all.json b/all.json index a779ae5da..795542680 100644 --- a/all.json +++ b/all.json @@ -31,7 +31,6 @@ "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", "09sync00.duckdns.org", - "polkadot-distribution.com", "0kxwallet.org", "0nlinebot.github.io", "0pensea.co.uk", @@ -19957,6 +19956,7 @@ "polkadot-chinese.com", "polkadot-dapps.com", "polkadot-dex.com", + "polkadot-distribution.com", "polkadot-distribution.live", "polkadot-dot.com", "polkadot-dot.info", diff --git a/all/com/all.json b/all/com/all.json index 483e52a4e..fcec67f59 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -7068,6 +7068,7 @@ "polkadot-chinese.com", "polkadot-dapps.com", "polkadot-dex.com", + "polkadot-distribution.com", "polkadot-dot.com", "polkadot-event.com", "polkadot-get.com", diff --git a/meta/2024-03.json b/meta/2024-03.json index 905d94b9b..0548f8154 100644 --- a/meta/2024-03.json +++ b/meta/2024-03.json @@ -1,4 +1,8 @@ [ + { + "date": "2024-03-19", + "url": "polkadot-distribution.com" + }, { "date": "2024-03-18", "url": "blast-io.art" diff --git a/package.json b/package.json index eebe5dd70..22f501fee 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.4-6-x", + "version": "0.22.4-7-x", "versions": { - "git": "0.22.4-6-x", + "git": "0.22.4-7-x", "npm": "0.22.3" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 282e69bdf..ce17eb3c1 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.4-6-x", + "version": "0.22.4-7-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.6.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index af688d251..d83e037fa 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.22.4-6-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.4-7-x' };