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

Version Packages #1373

Merged
merged 1 commit into from
Oct 12, 2023
Merged

Version Packages #1373

merged 1 commit into from
Oct 12, 2023

Conversation

seek-oss-ci
Copy link
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

@braid-design-system/source.macro@0.1.1

Patch Changes

  • Preserve new lines in the output code (#1372)

    Before:

    const responsiveValue = useResponsiveValue();
    const isMobile = responsiveValue({
      mobile: true,
      tablet: false,
    });
    const isDesktopOrAbove = responsiveValue({
      mobile: false,
      desktop: true,
    });

    After:

    const responsiveValue = useResponsiveValue();
    
    const isMobile = responsiveValue({
      mobile: true,
      tablet: false,
    });
    
    const isDesktopOrAbove = responsiveValue({
      mobile: false,
      desktop: true,
    });

@seek-oss-ci seek-oss-ci requested a review from a team as a code owner October 12, 2023 03:49
@mrm007 mrm007 merged commit 23e2d41 into master Oct 12, 2023
5 checks passed
@mrm007 mrm007 deleted the changeset-release/master branch October 12, 2023 04:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants