diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c5f38f..7f18273 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Semantic Release Automated Changelog +# [2.1.0](https://github.com/AlaskaAirlines/auro-loader/compare/v2.0.6...v2.1.0) (2024-09-23) + + +### Bug Fixes + +* **color:** resolve minor color theming issues [#32](https://github.com/AlaskaAirlines/auro-loader/issues/32) ([b4359cc](https://github.com/AlaskaAirlines/auro-loader/commit/b4359cc338a24eeccab24155f833e956f8cd7b34)) + + +### Features + +* add function to handle custom name registration ([a9da87a](https://github.com/AlaskaAirlines/auro-loader/commit/a9da87a7d8cbd476c98020eb8f9f6383057e470c)) +* refactor color styles to use tier 3 tokens ([c6e6275](https://github.com/AlaskaAirlines/auro-loader/commit/c6e627589c77b7653e191df16be217bd481e7e90)) + + +### Performance Improvements + +* point to use shared library scripts for build process ([8946612](https://github.com/AlaskaAirlines/auro-loader/commit/89466121c2689d65037c1093a1dc579f0bd866cd)) +* refactor custom component registration config [#34](https://github.com/AlaskaAirlines/auro-loader/issues/34) ([9ca1854](https://github.com/AlaskaAirlines/auro-loader/commit/9ca1854ce579b826f15861418cdf954a5974245c)) +* update dependencies ([5235e4f](https://github.com/AlaskaAirlines/auro-loader/commit/5235e4f9cbfda80bf0781a16eed55188b6c87763)) + ## [2.0.6](https://github.com/AlaskaAirlines/auro-loader/compare/v2.0.5...v2.0.6) (2024-02-21) diff --git a/README.md b/README.md index d47bea8..d0a6e97 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ In cases where the project is not able to process JS assets, there are pre-proce ```html - + ``` diff --git a/package.json b/package.json index 35a95c8..b61c564 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "================================================================================" ], "name": "@aurodesignsystem/auro-loader", - "version": "2.1.0-beta.5", + "version": "2.1.0", "description": "auro-loader HTML custom element", "repository": { "type": "git",