diff --git a/CONTRIBUTORS b/CONTRIBUTORS index f8ec31f62..b03251f1c 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 577 Mich Update all.json (#2234) - 457 Jaco Bump deps (#2232) + 458 Jaco Add missing cross-check entries (#2239) 323 mhusnirizal update all.json (#2238) 258 Frank Update all.json (#2235) 223 Tim Janssen Update all.json (#2237) diff --git a/all.json b/all.json index f50862937..f7ba3503c 100644 --- a/all.json +++ b/all.json @@ -34,7 +34,6 @@ "0xtoruslabs.com", "0xzabo.com", "104.168.169.107", - "polkastarter-n.com", "107-172-188-102.plesk.page", "109-71-253-24.plesk.page", "111-90-143-152.plesk.page", @@ -7975,6 +7974,7 @@ "polkastarter-activator.com", "polkastarter-app.com", "polkastarter-breeder.netlify.app", + "polkastarter-n.com", "polkastarter-project.online", "polkastarter-projects.com", "polkastarter-projects.online", diff --git a/meta/2022-09.json b/meta/2022-09.json index d02dea392..045577212 100644 --- a/meta/2022-09.json +++ b/meta/2022-09.json @@ -7,6 +7,10 @@ "date": "2022-09-10", "url": "launch-dapp.herokuapp.com" }, + { + "date": "2022-09-10", + "url": "polkastarter-n.com" + }, { "date": "2022-09-10", "url": "wxlivec.top" diff --git a/package.json b/package.json index 66023dda8..4c015b757 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.8-58-x", + "version": "0.18.8-59-x", "versions": { - "git": "0.18.8-58-x", + "git": "0.18.8-59-x", "npm": "0.18.7" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index ad863cdf8..00b269f91 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.8-58-x", + "version": "0.18.8-59-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 35cd937d9..26981f1bf 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.8-58-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.8-59-x' };