Skip to content

Releases: AlaskaAirlines/auro-skeleton

v4.0.0

28 Feb 04:30
Compare
Choose a tag to compare

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

08 Feb 02:40
Compare
Choose a tag to compare

3.3.2 (2025-02-08)

Performance Improvements

v3.3.1

08 Feb 02:22
Compare
Choose a tag to compare

3.3.1 (2025-02-08)

Performance Improvements

v3.3.0

07 Feb 18:39
Compare
Choose a tag to compare

3.3.0 (2025-02-07)

Features

  • feature commit to trigger release from last chore (35e6868)

v3.2.0

23 Dec 20:31
Compare
Choose a tag to compare

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

23 Nov 18:19
Compare
Choose a tag to compare

3.1.1 (2024-11-23)

Bug Fixes

  • update markdown partial pathing to consume new auro lib #41 (b2c51a7)

Performance Improvements

  • update library to 3.0.2 (a80a750)

v3.1.0

24 Oct 16:54
Compare
Choose a tag to compare

3.1.0 (2024-10-24)

Features

Performance Improvements

  • update dependency versions (2d4af8a)

v3.0.1

09 Oct 16:26
Compare
Choose a tag to compare

3.0.1 (2024-10-09)

Bug Fixes

  • make auro-library a normal dep instead of devDep (2f71bc8)

v3.0.0

30 Sep 22:44
Compare
Choose a tag to compare

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

27 Sep 19:34
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

3.0.0-beta.1 (2024-09-27)

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