Skip to content

Commit 64fd2f5

Browse files
chore(release): 3.3.1 [skip ci]
## [3.3.1](v3.3.0...v3.3.1) (2025-02-08) ### Performance Improvements * update dependencies ([776a077](776a077))
1 parent 776a077 commit 64fd2f5

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

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

3+
## [3.3.1](https://github.com/AlaskaAirlines/auro-skeleton/compare/v3.3.0...v3.3.1) (2025-02-08)
4+
5+
6+
### Performance Improvements
7+
8+
* update dependencies ([776a077](https://github.com/AlaskaAirlines/auro-skeleton/commit/776a077242c014c425112c5ef384cb9bb5a5b0d1))
9+
310
# [3.3.0](https://github.com/AlaskaAirlines/auro-skeleton/compare/v3.2.0...v3.3.0) (2025-02-07)
411

512

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ In cases where the project is not able to process JS assets, there are pre-proce
100100
<!-- AURO-GENERATED-CONTENT:START (REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/usage/bundleUseModBrowsers.md) -->
101101

102102
```html
103-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@4.9.2/dist/tokens/CSSCustomProperties.css" />
103+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@4.13.0/dist/tokens/CSSCustomProperties.css" />
104104
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected]/dist/bundled/essentials.css" />
105-
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected].0/dist/auro-skeleton__bundled.js" type="module"></script>
105+
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected].1/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": "3.3.0",
10+
"version": "3.3.1",
1111
"description": "auro-skeleton HTML custom element",
1212
"repository": {
1313
"type": "git",

0 commit comments

Comments
 (0)