Skip to content

Commit

Permalink
[DPEDE-2558] Prepare Chi 6.6.1 release (#1388)
Browse files Browse the repository at this point in the history
  • Loading branch information
josecarlosgonzalezv authored Sep 12, 2024
1 parent 9b47470 commit ca0f106
Show file tree
Hide file tree
Showing 31 changed files with 338 additions and 350 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## 6.6.1 (September 12, 2024)

### Documentation

#### Fixed

- Fixed: Introduction page in new Vue documentation.

## 6.6.0 (September 6, 2024)

### Components
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@centurylink/chi",
"version": "6.6.0",
"version": "6.6.1",
"description": "Chi is Lumen's design system for building consistent digital products and experiences.",
"license": "MIT",
"main": "bin/chi.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<link href="/build/app.css" rel="stylesheet" />

<link rel="apple-touch-icon" href="/assets/icon/icon.png" />
<link rel="stylesheet" href="https://lib.lumen.com/chi/6.6.0/chi.css" integrity="sha256-NRgBf2b4rWhzUk3ILLZNRIvo8RgJs22MG/CJR3kfyM8=" crossorigin="anonymous">
<link rel="stylesheet" href="https://lib.lumen.com/chi/6.6.1/chi.css" integrity="sha256-NRgBf2b4rWhzUk3ILLZNRIvo8RgJs22MG/CJR3kfyM8=" crossorigin="anonymous">
<link
rel="icon"
type="image/svg+xml"
Expand All @@ -28,7 +28,7 @@
integrity="sha256-EkKmbH+i/VIQAtUl7NF4bPVaaJZCeBc5xWx8LTcMJp0="
crossorigin="anonymous"
/>
<script src="https://lib.lumen.com/chi/6.6.0/js/chi.js" integrity="sha256-EVoPuMqk72qbdw1lZZ1eA8cNZoxY8BkI0l2XJlj/BTg=" crossorigin="anonymous"></script>
<script src="https://lib.lumen.com/chi/6.6.1/js/chi.js" integrity="sha256-EVoPuMqk72qbdw1lZZ1eA8cNZoxY8BkI0l2XJlj/BTg=" crossorigin="anonymous"></script>
<script
type="module"
src="https://lib.lumen.com/chi/6.3.0/js/ce/ux-chi-ce/ux-chi-ce.esm.js"
Expand Down
14 changes: 7 additions & 7 deletions src/custom-elements/docs/docs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"timestamp": "2024-09-05T16:33:05",
"timestamp": "2024-09-11T13:38:59",
"compiler": {
"name": "@stencil/core",
"version": "4.21.0",
Expand Down Expand Up @@ -10393,7 +10393,7 @@
],
"typeLibrary": {
"src/constants/color.ts::AlertColors": {
"declaration": "\"info\" | \"success\" | \"muted\" | \"warning\" | \"danger\"",
"declaration": "\"muted\" | \"info\" | \"success\" | \"warning\" | \"danger\"",
"docstring": "",
"path": "src/constants/color.ts"
},
Expand All @@ -10413,7 +10413,7 @@
"path": "src/constants/size.ts"
},
"src/constants/color.ts::IconColors": {
"declaration": "\"info\" | \"success\" | \"muted\" | \"primary\" | \"warning\" | \"danger\" | \"navy\" | \"orange\" | \"light\" | \"dark\" | \"grey\" | \"secondary\"",
"declaration": "\"muted\" | \"info\" | \"success\" | \"primary\" | \"warning\" | \"danger\" | \"navy\" | \"orange\" | \"light\" | \"dark\" | \"grey\" | \"secondary\"",
"docstring": "",
"path": "src/constants/color.ts"
},
Expand Down Expand Up @@ -10473,7 +10473,7 @@
"path": "src/constants/types.ts"
},
"src/constants/size.ts::LabelSizes": {
"declaration": "\"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\"",
"declaration": "\"md\" | \"sm\" | \"lg\" | \"xs\" | \"xl\"",
"docstring": "",
"path": "src/constants/size.ts"
},
Expand All @@ -10483,12 +10483,12 @@
"path": "src/constants/size.ts"
},
"src/constants/types.ts::ChiMarketingIconModes": {
"declaration": "\"filled\" | \"outline\"",
"declaration": "\"outline\" | \"filled\"",
"docstring": "",
"path": "src/constants/types.ts"
},
"src/constants/size.ts::TextInputSizes": {
"declaration": "\"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\"",
"declaration": "\"md\" | \"sm\" | \"lg\" | \"xs\" | \"xl\"",
"docstring": "",
"path": "src/constants/size.ts"
},
Expand All @@ -10508,7 +10508,7 @@
"path": "src/constants/types.ts"
},
"src/constants/size.ts::TabsSizes": {
"declaration": "\"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\"",
"declaration": "\"md\" | \"sm\" | \"lg\" | \"xs\" | \"xl\"",
"docstring": "",
"path": "src/constants/size.ts"
},
Expand Down
18 changes: 9 additions & 9 deletions src/custom-elements/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src/custom-elements/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<link
rel="icon"
type="image/svg+xml"
href="https://lib.lumen.com/chi/6.6.0/assets/themes/lumen/images/favicon.svg"
href="https://lib.lumen.com/chi/6.6.1/assets/themes/lumen/images/favicon.svg"
/>
<link rel="alternate icon" href="https://lib.lumen.com/chi/6.6.0/assets/themes/lumen/images/favicon.ico" />
<link rel="stylesheet" href="https://lib.lumen.com/chi/6.6.0/chi-portal.css" />
<script src="https://lib.lumen.com/chi/6.6.0/js/chi.js"></script>
<link rel="alternate icon" href="https://lib.lumen.com/chi/6.6.1/assets/themes/lumen/images/favicon.ico" />
<link rel="stylesheet" href="https://lib.lumen.com/chi/6.6.1/chi-portal.css" />
<script src="https://lib.lumen.com/chi/6.6.1/js/chi.js"></script>
<link rel="icon" href="assets/favicon.ico" />
<title>Chi - Custom elements</title>
<script type="module" src="/build/ux-chi-ce.esm.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion src/documentation/constants/configs.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const DEFAULT_THEME = 'lumen';
export const CHI_VERSION = '6.6.0';
export const CHI_VERSION = '6.6.1';
1 change: 1 addition & 0 deletions src/documentation/constants/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ export const NAVIGATION_FOUNDATIONS = [
];

export const CHI_VISIBLE_VERSION = [
'6.6.1',
'6.6.0',
'6.5.0',
'6.4.0',
Expand Down
Loading

0 comments on commit ca0f106

Please sign in to comment.