Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.6.0...v4.0.0) (2024-09-30)

### Bug Fixes

* adjust shape of UI for a11y UI 209 ([e4da5e4](e4da5e4))

### Features

* add component name as attribute [#219](#219) ([27e2b3b](27e2b3b))
* **theme:** update styles to support themeing ([245f2a1](245f2a1))

### Performance Improvements

* point to library scripts for build process ([6f3d7fb](6f3d7fb))
* refactor custom component registration config ([25895cc](25895cc))
* sync package and package-lock ([1aaeb9b](1aaeb9b))
* update dependencies ([91b3274](91b3274))
* update dependencies ([36e23d8](36e23d8))
* update icon and all other dependencies ([a516fd4](a516fd4))
* use icon element versioning ([55d7861](55d7861))

### BREAKING CHANGES

* trigger major release for color theme support #211
  • Loading branch information
semantic-release-bot committed Sep 30, 2024
1 parent 6fa3dc7 commit ddcb1b7
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Semantic Release Automated Changelog

# [4.0.0](https://github.com/AlaskaAirlines/auro-hyperlink/compare/v3.6.0...v4.0.0) (2024-09-30)


### Bug Fixes

* adjust shape of UI for a11y UI 209 ([e4da5e4](https://github.com/AlaskaAirlines/auro-hyperlink/commit/e4da5e4edae61b56c8a4ccc1e96718d45ba79a58))


### Features

* add component name as attribute [#219](https://github.com/AlaskaAirlines/auro-hyperlink/issues/219) ([27e2b3b](https://github.com/AlaskaAirlines/auro-hyperlink/commit/27e2b3b4f5256b419902eb4138835e67662231ed))
* **theme:** update styles to support themeing ([245f2a1](https://github.com/AlaskaAirlines/auro-hyperlink/commit/245f2a1b97da59d8bcc02b2a9f759a28263aa83f))


### Performance Improvements

* point to library scripts for build process ([6f3d7fb](https://github.com/AlaskaAirlines/auro-hyperlink/commit/6f3d7fbea832d7bf576349ef4abfbaaddbc688ea))
* refactor custom component registration config ([25895cc](https://github.com/AlaskaAirlines/auro-hyperlink/commit/25895cc5c8572c69db47242b23ff00f05b6e0045))
* sync package and package-lock ([1aaeb9b](https://github.com/AlaskaAirlines/auro-hyperlink/commit/1aaeb9bb00fdbec0af7b571370394a9526435199))
* update dependencies ([91b3274](https://github.com/AlaskaAirlines/auro-hyperlink/commit/91b32748ca1237aefcb8979ed46384e36aac4c50))
* update dependencies ([36e23d8](https://github.com/AlaskaAirlines/auro-hyperlink/commit/36e23d83145ca0a24dcb27aa1c83798e22f76780))
* update icon and all other dependencies ([a516fd4](https://github.com/AlaskaAirlines/auro-hyperlink/commit/a516fd475ebb68426c91538b222fef7804b41d53))
* use icon element versioning ([55d7861](https://github.com/AlaskaAirlines/auro-hyperlink/commit/55d78618521fbf724f866b487b519ede41d3366c))


### BREAKING CHANGES

* trigger major release for color theme support #211

# [3.6.0](https://github.com/AlaskaAirlines/auro-hyperlink/compare/v3.5.11...v3.6.0) (2024-05-07)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,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/[email protected]-beta.1/dist/auro-hyperlink__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected]/dist/auro-hyperlink__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-hyperlink",
"version": "4.0.0-beta.1",
"version": "4.0.0",
"description": "auro-hyperlink HTML custom element",
"repository": {
"type": "git",
Expand Down

0 comments on commit ddcb1b7

Please sign in to comment.