From e1349d16385b9f6d810edf6416fbf3adbf1d7f4b Mon Sep 17 00:00:00 2001 From: abathur Date: Mon, 17 Feb 2020 06:12:40 +0000 Subject: [PATCH] Preparing for release v0.5.1 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..9f28ecc 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.5.1/dist/styles.css" } diff --git a/package.json b/package.json index d403e06..d23b1b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "antidote-ui-components", - "version": "0.0.1", + "version": "0.5.1", "description": "WebComponents that integrate with the Antidote project service layer.", "main": "index.js", "scripts": {