From 94c3ec194262476a1d9627145af5ab0ed4f904f6 Mon Sep 17 00:00:00 2001
From: Matthieu Fesselier <matthieu.fesselier@gmail.com>
Date: Thu, 4 Jun 2020 11:33:34 +0200
Subject: [PATCH] change core imports from beta to 0.10

---
 sib-chat.js | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sib-chat.js b/sib-chat.js
index b5acf82..26f35a5 100644
--- a/sib-chat.js
+++ b/sib-chat.js
@@ -1,9 +1,9 @@
 import 'https://cdn.startinblox.com/converse/dist/converse.min.js';
 import 'https://cdn.startinblox.com/converse/dist/emojis.js';
 import 'https://unpkg.com/@startinblox/component-chat@beta/plugins/converse-rai.js';
-import { Helpers, store } from 'https://unpkg.com/@startinblox/core@beta';
-import { Sib } from "https://unpkg.com/@startinblox/core@beta/dist/libs/Sib.js";
-import { StoreMixin } from 'https://unpkg.com/@startinblox/core@beta/dist/mixins/storeMixin.js';
+import { Helpers, store } from 'https://unpkg.com/@startinblox/core@0.10';
+import { Sib } from "https://unpkg.com/@startinblox/core@0.10/dist/libs/Sib.js";
+import { StoreMixin } from 'https://unpkg.com/@startinblox/core@0.10/dist/mixins/storeMixin.js';
 
 Helpers.importCSS('https://unpkg.com/converse.js@4.2/css/fonts.css');
 
@@ -51,7 +51,7 @@ export const SibChat = {
       });
       this.element.shadowRoot.append(...Helpers.importCSS(
         'https://cdn.startinblox.com/converse/dist/converse.min.css',
-        'https://unpkg.com/@startinblox/component-chat@beta/themes/converse-hd.css'
+        'https://unpkg.com/@startinblox/component-chat@0.7/themes/converse-hd.css'
       ));
       if (window.converse_sib === undefined) {
         this.initializeConverse();
-- 
GitLab