Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): upgrade @storybook/csf to v0.1.11 #491

Merged
merged 1 commit into from
Jul 10, 2024

Conversation

paulgv
Copy link
Contributor

@paulgv paulgv commented Jul 8, 2024

This should ensure that the combineTags helper is available as older versions of the package did not have it.

Closes #487

What I did

Checklist for Contributors

Manual testing

This section is mandatory for all contributions. If you believe no manual test is necessary, please state so explicitly. Thanks!

Documentation

  • Add or update documentation reflecting your changes in this repository
  • Request documentation updates in the test-runner docs website

Checklist for Maintainers

  • Make sure this PR contains one of the labels below:

    Available labels
    • skip-release: Skip any releases, e.g., documentation only changes, CI config etc.
    • patch: Upgrade patch version (e.g. 0.0.x)
    • minor: Upgrade patch version (e.g. 0.x.0)
    • major: Upgrade patch version (e.g. x.0.0)

This should ensure that the `combineTags` helper is available as older
versions of the package did not have it.
Copy link
Member

@yannbf yannbf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @paulgv thanks a lot for catching this!

@yannbf yannbf added the patch Increment the patch version when merged label Jul 10, 2024
@yannbf yannbf merged commit 5d012d8 into storybookjs:next Jul 10, 2024
7 checks passed
@yannbf yannbf mentioned this pull request Jul 15, 2024
Copy link

🚀 PR was released in v0.19.1 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Increment the patch version when merged released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: combineTags not available in @storybook/[email protected]
2 participants