From 93c7607a15990453affe2319b117438f5c434044 Mon Sep 17 00:00:00 2001 From: Rebecca Eveland Date: Wed, 18 Sep 2024 13:42:43 -0500 Subject: [PATCH] fix: Fixed the index.html page to resolve merge conflict and bumped the version number --- index.html | 7 ------- package.json | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/index.html b/index.html index e3a0180..109348a 100644 --- a/index.html +++ b/index.html @@ -13,12 +13,6 @@ href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css" /> diff --git a/package.json b/package.json index d3a3805..c30bcd4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@xras/ui", - "version": "0.1.8", + "version": "0.2.1", "description": "User interface components for XRAS", "license": "Apache-2.0", "type": "module",