Skip to content

Commit a9db763

Browse files
chore(release): 3.3.0 [skip ci]
# [3.3.0](v3.2.0...v3.3.0) (2025-02-07) ### Features * feature commit to trigger release from last chore ([35e6868](35e6868))
1 parent 35e6868 commit a9db763

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.0](https://github.com/AlaskaAirlines/auro-skeleton/compare/v3.2.0...v3.3.0) (2025-02-07)
4+
5+
6+
### Features
7+
8+
* feature commit to trigger release from last chore ([35e6868](https://github.com/AlaskaAirlines/auro-skeleton/commit/35e6868ce79c9e74abb510a70c76d17f81678c80))
9+
310
# [3.2.0](https://github.com/AlaskaAirlines/auro-skeleton/compare/v3.1.1...v3.2.0) (2024-12-23)
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/webcorestylesheets@5.1.2/dist/bundled/essentials.css" />
105-
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-skeleton@3.2.0/dist/auro-skeleton__bundled.js" type="module"></script>
104+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@6.0.1/dist/bundled/essentials.css" />
105+
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-skeleton@3.3.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": "3.2.0",
10+
"version": "3.3.0",
1111
"description": "auro-skeleton HTML custom element",
1212
"repository": {
1313
"type": "git",

0 commit comments

Comments
 (0)