Skip to content

Commit b4291a9

Browse files
chore(release): 3.0.5 [skip ci]
## [3.0.5](v3.0.4...v3.0.5) (2025-08-14) ### Bug Fixes * update auro-library to latest version ([7d707e4](7d707e4))
1 parent 7d707e4 commit b4291a9

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
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.0.5](https://github.com/AlaskaAirlines/auro-datetime/compare/v3.0.4...v3.0.5) (2025-08-14)
4+
5+
6+
### Bug Fixes
7+
8+
* update auro-library to latest version ([7d707e4](https://github.com/AlaskaAirlines/auro-datetime/commit/7d707e4eade970d06713703491b52f1a3a797ffa))
9+
310
## [3.0.4](https://github.com/AlaskaAirlines/auro-datetime/compare/v3.0.3...v3.0.4) (2025-08-11)
411

512

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ In cases where the project is not able to process JS assets, there are pre-proce
9696
```html
9797
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@/dist/auro-classic/CSSCustomProperties.css" />
9898
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@/dist/bundled/essentials.css" />
99-
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected].4/dist/auro-datetime__bundled.js" type="module"></script>
99+
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected].5/dist/auro-datetime__bundled.js" type="module"></script>
100100
```
101101

102102
<!-- 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-datetime",
10-
"version": "3.0.4",
10+
"version": "3.0.5",
1111
"description": "auro-datetime HTML custom element",
1212
"repository": {
1313
"type": "git",

0 commit comments

Comments
 (0)