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: chromaui/chromatic-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v11.5.3
Choose a base ref
...
head repository: chromaui/chromatic-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v11.5.4
Choose a head ref
  • 10 commits
  • 7 files changed
  • 3 contributors

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    15678f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb952a0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1005 from chromaui/todd/yarn4-fixes

    Recommended files and ignored paths for yarn 4
    tevanoff authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a1fb89f View commit details
    Browse the repository at this point in the history
  4. set node version in engines in smoke tests to ensure chromatic is run…

    …ning builds with the correct version
    tevanoff committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    7539866 View commit details
    Browse the repository at this point in the history
  5. Revert "set node version in engines..."

    Welp, turns out that yarn 4 does NOT enforce the node version specified in
    engines anymore. So even if we have a version of node set, but yarn is
    running in a different version of node, the commands won't fail. Without
    that enforcement, this test won't work.
    
    This reverts commit 7539866.
    tevanoff committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    ba943e8 View commit details
    Browse the repository at this point in the history
  6. revert this change to the default value

    When set to true, this ran the commands with the node version set by
    the action (node20), not the version set in the workflow.
    tevanoff committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    6fc55b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. update comment

    Co-authored-by: Gert Hengeveld <info@ghengeveld.nl>
    tevanoff and ghengeveld committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    710c589 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1006 from chromaui/todd/fix-exec-build

    Ensure GitHub Action runs in specified version of node
    tevanoff authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    022aef3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d797f01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c971fd0 View commit details
    Browse the repository at this point in the history
Loading