bump: chat to 6.1

This commit is contained in:
Jean-Baptiste Pasquier 2021-05-18 12:30:24 +02:00
parent 78980dd3c7
commit d8cc88ebd2
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ if componentSet.has("autoLogin") || componentSet.has("registering")
//- script(type="module" src="/lib/sib-auth/index.js" defer)
if componentSet.has("chat") || componentSet.has("circles") || componentSet.has("projects")
script(type="module" src="https://cdn.skypack.dev/@startinblox/component-chat@6.0" defer)
script(type="module" src="https://cdn.skypack.dev/@startinblox/component-chat@6.1" defer)
//- script(type="module" src="/lib/solid-xmpp-chat/dist/index.js" defer)
if componentSet.has("communities")