Skip to content

Commit

Permalink
chore(release): 2.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.2.0](v2.1.4...v2.2.0) (2024-10-02)

### Features

* add tag name as attribute when custom registered ([42b9b6a](42b9b6a))

### Performance Improvements

* refactor custom component registration config ([f984902](f984902))
* remove github label colors ([5ae8365](5ae8365))
* update dependencies and lint config ([876405d](876405d))
  • Loading branch information
semantic-release-bot committed Oct 2, 2024
1 parent f984902 commit bcd3ab4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Semantic Release Automated Changelog

# [2.2.0](https://github.com/AlaskaAirlines/auro-datetime/compare/v2.1.4...v2.2.0) (2024-10-02)


### Features

* add tag name as attribute when custom registered ([42b9b6a](https://github.com/AlaskaAirlines/auro-datetime/commit/42b9b6aa855dc461f98c6ce3f2f8a8e1a88a4de5))


### Performance Improvements

* refactor custom component registration config ([f984902](https://github.com/AlaskaAirlines/auro-datetime/commit/f98490262de6c73ac163a599f3baacb6612ee9a3))
* remove github label colors ([5ae8365](https://github.com/AlaskaAirlines/auro-datetime/commit/5ae83656399fef5be1703ad93b00b5e1cdc78c07))
* update dependencies and lint config ([876405d](https://github.com/AlaskaAirlines/auro-datetime/commit/876405d4804e24457561f5d259253a8ca084222a))

## [2.1.4](https://github.com/AlaskaAirlines/auro-datetime/compare/v2.1.3...v2.1.4) (2024-02-20)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ In cases where the project is not able to process JS assets, there are pre-proce
```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected]/dist/tokens/CSSCustomProperties.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected]/dist/bundled/essentials.css" />
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-datetime@2.1.4/dist/auro-datetime__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-datetime@2.2.0/dist/auro-datetime__bundled.js" type="module"></script>
```

<!-- AURO-GENERATED-CONTENT:END -->
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"================================================================================"
],
"name": "@aurodesignsystem/auro-datetime",
"version": "2.1.4",
"version": "2.2.0",
"description": "auro-datetime HTML custom element",
"repository": {
"type": "git",
Expand Down

0 comments on commit bcd3ab4

Please sign in to comment.