Skip to content
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.

Commit

Permalink
Preparing for release v0.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: abathur <[email protected]>
  • Loading branch information
abathur committed Apr 18, 2020
1 parent 49576c5 commit 827ccee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helpers/stylesheet.js
Original file line number Diff line number Diff line change
@@ -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"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 827ccee

Please sign in to comment.