From ccdd1333eca8dc81839513cfd67272ed6078ed91 Mon Sep 17 00:00:00 2001 From: Edgar Montes Date: Fri, 31 Mar 2023 16:31:45 -0400 Subject: [PATCH] Adding new changelog updates. --- CHANGELOG.md | 43 +------------------------------------------ package.json | 2 +- 2 files changed, 2 insertions(+), 43 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78c0a32b..b0bbb4e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,47 +1,6 @@ -# v0.2.0 (Fri Mar 31 2023) - -#### ๐Ÿš€ Enhancement - -- Adding new container component. [#2](https://github.com/jedgar1mx/COD-Design-System/pull/2) ([@jedgar1mx](https://github.com/jedgar1mx)) - -#### ๐Ÿ› Bug Fix +# v0.1.1 (Fri Mar 31 2023) - Fix.issue.4 [#6](https://github.com/jedgar1mx/COD-Design-System/pull/6) ([@jedgar1mx](https://github.com/jedgar1mx)) -- Creating alert component. [#3](https://github.com/jedgar1mx/COD-Design-System/pull/3) ([@jedgar1mx](https://github.com/jedgar1mx)) -- GitHub.actions [#1](https://github.com/jedgar1mx/COD-Design-System/pull/1) ([@jedgar1mx](https://github.com/jedgar1mx)) - -#### โš ๏ธ Pushed to `dev` - -- Fixing double rendering issue when nested. ([@jedgar1mx](https://github.com/jedgar1mx)) -- Orginizing component packages. ([@jedgar1mx](https://github.com/jedgar1mx)) -- Create Range component, Change Badge component to match bootstrap. ([@jedgar1mx](https://github.com/jedgar1mx)) -- Fix FormCheckGroup bug for checkboxes, create slot for alerts, structure clean up. ([@jedgar1mx](https://github.com/jedgar1mx)) -- Cleaning up file names. ([@jedgar1mx](https://github.com/jedgar1mx)) -- Adding logic for checkbox group on FormCheckGroup component. ([@jedgar1mx](https://github.com/jedgar1mx)) -- Fix FormCheckGroup required bug with radio groups. ([@jedgar1mx](https://github.com/jedgar1mx)) -- Created new formcheckgroup component. ([@jedgar1mx](https://github.com/jedgar1mx)) -- Adding extra filters to formcontrol, finish formcheck component. ([@jedgar1mx](https://github.com/jedgar1mx)) -- Setting up FormCheck component. ([@jedgar1mx](https://github.com/jedgar1mx)) -- Fixing error styles on formcontrol, add slots to container. ([@jedgar1mx](https://github.com/jedgar1mx)) -- Adding template to select, fixing formcontrol stories. ([@jedgar1mx](https://github.com/jedgar1mx)) -- Adding native validation to formcontrol component. ([@jedgar1mx](https://github.com/jedgar1mx)) -- Removing feedback from FormControl, created FormSelect. ([@jedgar1mx](https://github.com/jedgar1mx)) -- Adding validation message. ([@jedgar1mx](https://github.com/jedgar1mx)) -- Creating FormControl and FormLabel components. ([@jedgar1mx](https://github.com/jedgar1mx)) -- Upgrading bootstrap to 5.3-alpha1, create formcontrol component. ([@jedgar1mx](https://github.com/jedgar1mx)) -- Fixing variables not applying to host, Create Progress and Spinner components. ([@jedgar1mx](https://github.com/jedgar1mx)) -- Adding link to button, disable button option, create image component. ([@jedgar1mx](https://github.com/jedgar1mx)) -- Removing broken map story, Add icon option to button component, add storybook deployment. ([@jedgar1mx](https://github.com/jedgar1mx)) -- Removing old files. ([@jedgar1mx](https://github.com/jedgar1mx)) -- Merge branch 'dev' of github.com:jedgar1mx/COD-Design-System into dev ([@jedgar1mx](https://github.com/jedgar1mx)) -- Creating Icon component, add multi element for alerts and containers, sanitize for xss. ([@jedgar1mx](https://github.com/jedgar1mx)) -- Update issue templates ([@jedgar1mx](https://github.com/jedgar1mx)) -- Changing github action to release instead of push. ([@jedgar1mx](https://github.com/jedgar1mx)) -- Adding interaction testing for simple components. ([@jedgar1mx](https://github.com/jedgar1mx)) -- Moving styles to external sheets, add shared variables, add test-runner. ([@jedgar1mx](https://github.com/jedgar1mx)) -- Fixing readme. ([@jedgar1mx](https://github.com/jedgar1mx)) -- Initial setup. ([@jedgar1mx](https://github.com/jedgar1mx)) -- Initial commit ([@jedgar1mx](https://github.com/jedgar1mx)) #### ๐Ÿงช Tests diff --git a/package.json b/package.json index c07aae76..f5941509 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "bugs": { "url": "https://github.com/jedgar1mx/COD-Design-System/issues" }, - "homepage": "https://github.com/jedgar1mx/COD-Design-System#readme", + "homepage": "https://jedgar1mx.github.io/COD-Design-System", "scripts": { "build": "webpack --mode production", "build-package": "cross-env BABEL_ENV=production babel src -d dist",