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

Update versions #159

Merged
merged 1 commit into from Jan 7, 2023
Merged

Update versions #159

merged 1 commit into from Jan 7, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 20, 2022

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 main, this PR will be updated.

Releases

@suid/base@0.6.0

Minor Changes

  • 651d3c86 Thanks @juanrgm! - Return the class selector of the styled components

  • 7c1cec6f Thanks @juanrgm! - Global refactoring for adopting the behaviour to MUI styled components

Patch Changes

@suid/css@0.2.0

Minor Changes

Patch Changes

@suid/material@0.9.0

Minor Changes

  • b36ed9b9 Thanks @juanrgm! - Export styled at @suid/material/styles

  • 7c1cec6f Thanks @juanrgm! - Global refactoring for adopting the behaviour to MUI styled components

Patch Changes

@suid/styled-engine@0.4.0

Minor Changes

Patch Changes

@suid/system@0.8.0

Minor Changes

  • 7d2a1ebb Thanks @juanrgm! - Add random class names to styled components.

    Example:

    const Div1 = styled("div")();
    const Div2 = styled("div")();
    const Div = styled("div")({
      [`${Div1}`]: {
        color: "red",
      },
      [`${Div2}`]: {
        color: "blue",
      },
    });
  • 651d3c86 Thanks @juanrgm! - Return the class selector of the styled components

  • 7c1cec6f Thanks @juanrgm! - Global refactoring for adopting the behaviour to MUI styled components

Patch Changes

@suid/types@0.4.0

Minor Changes

  • 7c1cec6f Thanks @juanrgm! - Global refactoring for adopting the behaviour to MUI styled components

Patch Changes

@suid/codemod@0.9.3

Patch Changes

create-suid@0.1.5

Patch Changes

@suid/icons-material@0.5.4

Patch Changes

@suid/site@0.7.3

Patch Changes

@suid/utils@0.6.1

Patch Changes

@suid/vite-plugin@0.1.1

Patch Changes

@juanrgm juanrgm merged commit 7ce7e62 into main Jan 7, 2023
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.

None yet

1 participant