Releases: AlaskaAirlines/auro-skeleton
Releases · AlaskaAirlines/auro-skeleton
v4.0.0
4.0.0 (2025-02-28)
- feat!: move peer dependencies to "real" dependencies (c39e639)
BREAKING CHANGES
- last change was breaking on a patch version because of peer dependencies
Summary:
Our current build process relies on peer dependencies being present, but
the peer dependency pipeline is causing far more issues than it's worth.
Why not just make them regular dependencies? This is what this PR does :)
v3.3.2
3.3.2 (2025-02-08)
Performance Improvements
v3.3.1
3.3.1 (2025-02-08)
Performance Improvements
v3.3.0
3.3.0 (2025-02-07)
Features
- feature commit to trigger release from last chore (35e6868)
v3.2.0
3.2.0 (2024-12-23)
Features
- update auro deps post node 22 update (9eec344)
Performance Improvements
- update node to version 22 (2717502)
v3.1.1
3.1.1 (2024-11-23)
Bug Fixes
- update markdown partial pathing to consume new auro lib #41 (b2c51a7)
Performance Improvements
v3.1.0
3.1.0 (2024-10-24)
Features
Performance Improvements
- update dependency versions (2d4af8a)
v3.0.1
3.0.1 (2024-10-09)
Bug Fixes
- make auro-library a normal dep instead of devDep (2f71bc8)
v3.0.0
3.0.0 (2024-09-30)
Bug Fixes
- resolve minor color theming issues (37d636c)
Features
- add tag name as attribute when custom registered (99a7b02)
- refactor color token structure with tier 3 tokens #31 (ad5bdfa)
Performance Improvements
- refactor custom component registration config (a5534f5)
- update dependencies (67b0b6c)
BREAKING CHANGES
- trigger major release for color theme support #31
v3.0.0-beta.1
Bug Fixes
- resolve minor color theming issues (894b6fd)
Features
- add tag name as attribute when custom registered (d8c3f71)
Performance Improvements
- refactor custom component registration config (147af17)
- update dependencies (438c6b1)
BREAKING CHANGES
- trigger major release for color theme support #31