diff --git a/src/components/hubl-reactivity.js b/src/components/hubl-reactivity.js
index 261ef6ee1710c7104f9025848584216087aa6c7b..443a517f01b35b87433b6853e79395aaf4b86cbb 100644
--- a/src/components/hubl-reactivity.js
+++ b/src/components/hubl-reactivity.js
@@ -1,6 +1,6 @@
-import { 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 { store } from 'https://unpkg.com/@startinblox/core@0.12';
+import { Sib } from "https://unpkg.com/@startinblox/core@0.12/dist/libs/Sib.js";
+import { StoreMixin } from "https://unpkg.com/@startinblox/core@0.12/dist/mixins/storeMixin.js";
 
 export const HublReactivity = {
   name: 'hubl-reactivity',
diff --git a/src/components/hubl-search-users.js b/src/components/hubl-search-users.js
index fafae32ab53b3c47e0f6d0de852926e1f55b6316..b640f3bb857556bbaa812542aa3617f1a2817a26 100644
--- a/src/components/hubl-search-users.js
+++ b/src/components/hubl-search-users.js
@@ -1,4 +1,4 @@
-import { widgetFactory } from 'https://unpkg.com/@startinblox/core@beta/dist/widgets/widget-factory.js';
+import { widgetFactory } from 'https://unpkg.com/@startinblox/core@0.12/dist/widgets/widget-factory.js';
 
 const HublSearchUsers = widgetFactory(
   'hubl-search-users',
diff --git a/src/components/hubl-status.js b/src/components/hubl-status.js
index c9acf4b1d79e93ae3ed1120a965d989300fdba1f..15b4b1fab6804fd967a20adfb3fb2dd971bf3429 100644
--- a/src/components/hubl-status.js
+++ b/src/components/hubl-status.js
@@ -1,5 +1,5 @@
-import { widgetFactory } from 'https://unpkg.com/@startinblox/core@beta/dist/widgets/widget-factory.js';
-import { importCSS } from 'https://unpkg.com/@startinblox/core@beta/dist/libs/helpers.js';
+import { widgetFactory } from 'https://unpkg.com/@startinblox/core@0.12/dist/widgets/widget-factory.js';
+import { importCSS } from 'https://unpkg.com/@startinblox/core@0.12/dist/libs/helpers.js';
 import SlimSelect from 'https://dev.jspm.io/slim-select@1.23';
 
 const HublStatus = widgetFactory(
diff --git a/src/dependencies.pug b/src/dependencies.pug
index 24ec0b8c71dfd36241d0b5c462ddd120115cd6cb..3e44caf5c19a27dd2567849ee801a55f2d229717 100644
--- a/src/dependencies.pug
+++ b/src/dependencies.pug
@@ -2,16 +2,16 @@ script(type="module" src="/components/hubl-search-users.js" defer)
 script(type="module" src="/components/hubl-status.js" defer)
 script(type="module" src="/components/hubl-reactivity.js" defer)
 
-script(type="module" src="https://unpkg.com/@startinblox/core@beta" defer)
+script(type="module" src="https://unpkg.com/@startinblox/core@0.12" defer)
 //- script(type="module" src="/lib/sib-core/dist/index.js" defer)
 
-script(type="module" src="https://unpkg.com/@startinblox/oidc" defer)
+script(type="module" src="https://unpkg.com/@startinblox/oidc@0.10" defer)
 //- script(type="module" src="/lib/sib-auth/index.js" defer)
 
-script(type="module" src="https://unpkg.com/@startinblox/router" defer)
+script(type="module" src="https://unpkg.com/@startinblox/router@0.9" defer)
 //- script(type="module" src="/lib/sib-router/src/index.js" defer)
 
-script(type="module" src="https://unpkg.com/@startinblox/component-notifications@beta" defer)
+//- script(type="module" src="https://unpkg.com/@startinblox/component-notifications@beta" defer)
 //- script(type="module" src="/lib/sib-notifications/index.js" defer)
 
 if endpoints.events || (endpoints.get && endpoints.get.events)
@@ -19,19 +19,19 @@ if endpoints.events || (endpoints.get && endpoints.get.events)
     //- script(type="module" src="/lib/sib-event/sib-event.js" defer)
 
 if endpoints.joboffers || (endpoints.get && endpoints.get.joboffers)
-    script(type="module" src="https://unpkg.com/@startinblox/component-job-board@beta" defer)
+    script(type="module" src="https://unpkg.com/@startinblox/component-job-board@0.7" defer)
     //- script(type="module" src="/lib/solid-job-board/dist/index.js" defer)
 
 if (endpoints.uploads || (endpoints.get && endpoints.get.uploads)) && (endpoints.skills || (endpoints.get && endpoints.get.skills)) && (endpoints.users || (endpoints.get && endpoints.get.users))
-    script(type="module" src="https://unpkg.com/@startinblox/component-directory@beta" defer)
+    script(type="module" src="https://unpkg.com/@startinblox/component-directory@0.8" defer)
     //- script(type="module" src="/lib/solid-directory/dist/index.js" defer)
 
 if endpoints.dashboards || (endpoints.get && endpoints.get.dashboards)
-    script(type="module" src="https://unpkg.com/@startinblox/component-dashboard@beta" defer)
+    script(type="module" src="https://unpkg.com/@startinblox/component-dashboard@0.5" defer)
     //- script(type="module" src="/lib/solid-dashboard/dist/index.js" defer)
 
 if endpoints.users || (endpoints.get && endpoints.get.users)
-    script(type="module" src="https://unpkg.com/@startinblox/component-chat@beta" defer)
+    script(type="module" src="https://unpkg.com/@startinblox/component-chat@1.1" defer)
     //- script(type="module" src="/lib/solid-xmpp-chat/dist/index.js" defer)
 
 script(src="/scripts/index.js" defer)