From 827ccee34467baf1a8082fb97b49a4b78f891fbe Mon Sep 17 00:00:00 2001 From: abathur Date: Sat, 18 Apr 2020 05:42:20 +0000 Subject: [PATCH] Preparing for release v0.6.0 Signed-off-by: abathur --- helpers/stylesheet.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/stylesheet.js b/helpers/stylesheet.js index b0ac505..a3ca286 100644 --- a/helpers/stylesheet.js +++ b/helpers/stylesheet.js @@ -1,5 +1,5 @@ export default function getComponentStyleSheetURL(component) { return component.getAttribute('stylesheet') || window.antidoteStyleSheet - || "https://cdn.jsdelivr.net/gh/nre-learning/nre-styles@latest/dist/styles.css" + || "https://cdn.jsdelivr.net/gh/nre-learning/nre-styles@0.6.0/dist/styles.css" } diff --git a/package.json b/package.json index d403e06..f9dfb3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "antidote-ui-components", - "version": "0.0.1", + "version": "0.6.0", "description": "WebComponents that integrate with the Antidote project service layer.", "main": "index.js", "scripts": {