Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AlaskaAirlines/auro-banner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.1
Choose a base ref
...
head repository: AlaskaAirlines/auro-banner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 11 commits
  • 33 files changed
  • 6 contributors

Commits on Dec 23, 2024

  1. chore: update .gitignore and remove demo files from cache and sync gi…

    …thub workflow files
    rmenner authored and chrisfalaska committed Dec 23, 2024
    Copy the full SHA
    1f23ecd View commit details
  2. fix: update node version

    chrisfalaska authored and chrisfalaska committed Dec 23, 2024
    Copy the full SHA
    f3531b8 View commit details
  3. fix: update auro-library

    chrisfalaska authored and chrisfalaska committed Dec 23, 2024
    Copy the full SHA
    4c17c28 View commit details
  4. fix: update package lock

    chrisfalaska authored and chrisfalaska committed Dec 23, 2024
    Copy the full SHA
    2c95de9 View commit details
  5. chore(release): 3.1.2 [skip ci]

    ## [3.1.2](v3.1.1...v3.1.2) (2024-12-23)
    
    ### Bug Fixes
    
    * update auro-library ([4c17c28](4c17c28))
    * update node version ([f3531b8](f3531b8))
    * update package lock ([2c95de9](2c95de9))
    semantic-release-bot committed Dec 23, 2024
    Copy the full SHA
    fcc9948 View commit details

Commits on Jan 31, 2025

  1. chore: update template to v2

    chrisfalaska committed Jan 31, 2025
    Copy the full SHA
    20d21f1 View commit details

Commits on Feb 8, 2025

  1. perf: update dependencies

    This commit updates design token and WCSS peer dependencies to currently
    released versions.
    blackfalcon committed Feb 8, 2025
    Copy the full SHA
    66e5743 View commit details
  2. perf: update mixins to support new npm spec

    blackfalcon committed Feb 8, 2025
    Copy the full SHA
    2004ac7 View commit details
  3. chore(release): 3.1.3 [skip ci]

    ## [3.1.3](v3.1.2...v3.1.3) (2025-02-08)
    
    ### Performance Improvements
    
    * update dependencies ([66e5743](66e5743))
    * update mixins to support new npm spec ([2004ac7](2004ac7))
    semantic-release-bot committed Feb 8, 2025
    Copy the full SHA
    188b8f0 View commit details

Commits on Feb 28, 2025

  1. feat!: move peer dependencies to "real" dependencies

    BREAKING CHANGE: 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 :)
    DukeFerdinand committed Feb 28, 2025
    Copy the full SHA
    9b9c93b View commit details
  2. chore(release): 4.0.0 [skip ci]

    # [4.0.0](v3.1.3...v4.0.0) (2025-02-28)
    
    * feat!: move peer dependencies to "real" dependencies ([9b9c93b](9b9c93b))
    
    ### 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 :)
    semantic-release-bot committed Feb 28, 2025
    Copy the full SHA
    ccb6599 View commit details
Loading