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: v10.5.0
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: v10.5.1
Choose a head ref
  • 13 commits
  • 12 files changed
  • 3 contributors

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    6c0bc6f View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Add "package.json" to exports map

    Storybook telemetry uses the package.json to determine the installed version of packages. Because the Chromatic CLI now has an exports map, but it does not contain package.json as an entry point, Storybook fails to read it, and therefore the version in the metadata is `null`. This PR fixes that!
    yannbf authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    f7212e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ffb18c View commit details
    Browse the repository at this point in the history
  3. Fix test

    ghengeveld committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    e571600 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f4b618 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #901 from chromaui/dont-skip-empty-files-in-upload

    Don't skip uploading of empty files, it works now
    ghengeveld authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    93baf69 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4b64893 View commit details
    Browse the repository at this point in the history
  7. Fix test

    ghengeveld committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    d37bb8e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bd0a7d3 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #894 from chromaui/improve-upload-logging

    Improve logging around upload errors
    ghengeveld authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    2aeadd2 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #900 from chromaui/yann/add-package-json-entry

    Add "package.json" to exports map
    ghengeveld authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    f2b61d1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e8aae43 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6a72e47 View commit details
    Browse the repository at this point in the history
Loading