Skip to content

Commit 213073e

Browse files
chore(release): 4.1.0 [skip ci]
# [4.1.0](v4.0.0...v4.1.0) (2025-04-28) ### Features * update to use new color theme tokens [#53](#53) ([8213b6b](8213b6b)) ### Performance Improvements * add wca script for docs api ([db7ee06](db7ee06))
1 parent 8213b6b commit 213073e

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Semantic Release Automated Changelog
22

3+
# [4.1.0](https://github.com/AlaskaAirlines/auro-skeleton/compare/v4.0.0...v4.1.0) (2025-04-28)
4+
5+
6+
### Features
7+
8+
* update to use new color theme tokens [#53](https://github.com/AlaskaAirlines/auro-skeleton/issues/53) ([8213b6b](https://github.com/AlaskaAirlines/auro-skeleton/commit/8213b6bc234f35c871958528fce1475dafaf85cf))
9+
10+
11+
### Performance Improvements
12+
13+
* add wca script for docs api ([db7ee06](https://github.com/AlaskaAirlines/auro-skeleton/commit/db7ee0622523ebda300681e92ec5b11e1fb40f62))
14+
315
# [4.0.0](https://github.com/AlaskaAirlines/auro-skeleton/compare/v3.3.2...v4.0.0) (2025-02-28)
416

517

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ In cases where the project is not able to process JS assets, there are pre-proce
102102
```html
103103
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@/dist/auro-classic/CSSCustomProperties.css" />
104104
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@/dist/bundled/essentials.css" />
105-
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-skeleton@4.0.0/dist/auro-skeleton__bundled.js" type="module"></script>
105+
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-skeleton@4.1.0/dist/auro-skeleton__bundled.js" type="module"></script>
106106
```
107107

108108
<!-- AURO-GENERATED-CONTENT:END -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"================================================================================"
88
],
99
"name": "@aurodesignsystem/auro-skeleton",
10-
"version": "4.0.0",
10+
"version": "4.1.0",
1111
"description": "auro-skeleton HTML custom element",
1212
"repository": {
1313
"type": "git",

0 commit comments

Comments
 (0)