Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DPEDE-1826] Prepare Chi 5.63.0 release #1208

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## 5.63.0 (May 9, 2024)

### Documentation

#### Added

- Added: Date picker accessibility page.

## 5.62.0 (May 4, 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.62.0",
"version": "5.63.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.62.0/chi.css" integrity="sha256-OKCsesPwhscb5QuWr6nbBr7ltUCgvvWEOvK7HDQEY6k=" crossorigin="anonymous">
<link rel="stylesheet" href="https://lib.lumen.com/chi/5.63.0/chi.css" integrity="sha256-0hJI4WUYt5xbB3kCfqGJbnsVqatNAhpsgwGmtSWHzHY=" 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.62.0/js/chi.js" integrity="sha256-Qyk85r9sIsP8AQ9hGlV+bkIFp/MQw0cWNtRrjHcZlCU=" crossorigin="anonymous"></script>
<script src="https://lib.lumen.com/chi/5.63.0/js/chi.js" integrity="sha256-Qyk85r9sIsP8AQ9hGlV+bkIFp/MQw0cWNtRrjHcZlCU=" 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.62.0/chi-portal.css" />
<link rel="icon" type="image/svg+xml" href="https://lib.lumen.com/chi/5.62.0/assets/images/favicon.svg" />
<link rel="alternate icon" href="https://lib.lumen.com/chi/5.62.0/assets/images/favicon.ico" />
<script src="https://lib.lumen.com/chi/5.62.0/js/chi.js"></script>
<script type="module" src="https://lib.lumen.com/chi/5.62.0/js/ce/ux-chi-ce/ux-chi-ce.esm.js"></script>
<link rel="stylesheet" href="https://lib.lumen.com/chi/5.63.0/chi-portal.css" />
<link rel="icon" type="image/svg+xml" href="https://lib.lumen.com/chi/5.63.0/assets/images/favicon.svg" />
<link rel="alternate icon" href="https://lib.lumen.com/chi/5.63.0/assets/images/favicon.ico" />
<script src="https://lib.lumen.com/chi/5.63.0/js/chi.js"></script>
<script type="module" src="https://lib.lumen.com/chi/5.63.0/js/ce/ux-chi-ce/ux-chi-ce.esm.js"></script>
</head>
<body>
<noscript>
Expand Down
Loading