Skip to content

Commit cb296bc

Browse files
chore(release): 3.3.2 [skip ci]
## [3.3.2](v3.3.1...v3.3.2) (2025-02-08) ### Performance Improvements * update dependencies ([d8680f2](d8680f2))
1 parent d8680f2 commit cb296bc

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.2](https://github.com/AlaskaAirlines/auro-skeleton/compare/v3.3.1...v3.3.2) (2025-02-08)
4+
5+
6+
### Performance Improvements
7+
8+
* update dependencies ([d8680f2](https://github.com/AlaskaAirlines/auro-skeleton/commit/d8680f2d9cf8b848c5333c3bc9041f579ad3311a))
9+
310
## [3.3.1](https://github.com/AlaskaAirlines/auro-skeleton/compare/v3.3.0...v3.3.1) (2025-02-08)
411

512

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ In cases where the project is not able to process JS assets, there are pre-proce
101101

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

0 commit comments

Comments
 (0)