Skip to content

Commit

Permalink
[DPEDE-2024] Prepare Chi 5.71.0 release (#1266)
Browse files Browse the repository at this point in the history
  • Loading branch information
jllr authored Jun 14, 2024
1 parent 47fa200 commit cbdd114
Show file tree
Hide file tree
Showing 31 changed files with 253 additions and 168 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## 5.71.0 (June 14, 2024)

### Components

#### Added

- Added: Search input web component now supports `helper-message` and `state` attributes.

## 5.70.0 (June 13, 2024)

### Documentation
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": "5.70.0",
"version": "5.71.0",
"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/5.70.0/chi.css" integrity="sha256-Sm4A0ErTppjIKBVnuono4g4P+Z0SLXKmoxstufx+o5E=" crossorigin="anonymous">
<link rel="stylesheet" href="https://lib.lumen.com/chi/5.71.0/chi.css" integrity="sha256-Sm4A0ErTppjIKBVnuono4g4P+Z0SLXKmoxstufx+o5E=" 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/5.70.0/js/chi.js" integrity="sha256-uqbt2ytqYZvhidqZvvFKo+jpet5SmxkTDFRvoiPUjf8=" crossorigin="anonymous"></script>
<script src="https://lib.lumen.com/chi/5.71.0/js/chi.js" integrity="sha256-uqbt2ytqYZvhidqZvvFKo+jpet5SmxkTDFRvoiPUjf8=" crossorigin="anonymous"></script>
<script
type="module"
src="https://lib.lumen.com/chi/5.50.0/js/ce/ux-chi-ce/ux-chi-ce.esm.js"
Expand Down
10 changes: 5 additions & 5 deletions src/chi-vue/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<title>Chi Vue</title>
<link rel="stylesheet" href="https://lib.lumen.com/chi/5.70.0/chi-portal.css" />
<link rel="icon" type="image/svg+xml" href="https://lib.lumen.com/chi/5.70.0/assets/images/favicon.svg" />
<link rel="alternate icon" href="https://lib.lumen.com/chi/5.70.0/assets/images/favicon.ico" />
<script src="https://lib.lumen.com/chi/5.70.0/js/chi.js"></script>
<script type="module" src="https://lib.lumen.com/chi/5.70.0/js/ce/ux-chi-ce/ux-chi-ce.esm.js"></script>
<link rel="stylesheet" href="https://lib.lumen.com/chi/5.71.0/chi-portal.css" />
<link rel="icon" type="image/svg+xml" href="https://lib.lumen.com/chi/5.71.0/assets/images/favicon.svg" />
<link rel="alternate icon" href="https://lib.lumen.com/chi/5.71.0/assets/images/favicon.ico" />
<script src="https://lib.lumen.com/chi/5.71.0/js/chi.js"></script>
<script type="module" src="https://lib.lumen.com/chi/5.71.0/js/ce/ux-chi-ce/ux-chi-ce.esm.js"></script>
</head>
<body>
<noscript>
Expand Down
Loading

0 comments on commit cbdd114

Please sign in to comment.