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 (next) #1633

Merged
merged 1 commit into from
Nov 15, 2019
Merged

Version Packages (next) #1633

merged 1 commit into from
Nov 15, 2019

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 14, 2019

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

⚠️⚠️⚠️⚠️⚠️⚠️

next is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on next.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@emotion/styled@11.0.0-next.5

Minor Changes

  • ad77ed24 #1600 Thanks @JakeGinnivan! - Added CreateStyled overload to handle when shouldForwardProp is a custom type guard for intrinsic props.

    As an example, if you want to override the type of the color prop:

    export const Box = styled('div', {
      shouldForwardProp: (
        propName
      ): propName is Exclude<keyof JSX.IntrinsicElements['div'], 'color'> =>
        propName !== 'color'
    })<{ color: Array<string> }>(props => ({
      color: props.color[0]
    }))
    ;<Box color={['green']} />

Patch Changes

  • 99c6b7e2 #1600 Thanks @JakeGinnivan! - Fix issue with one of TypeScript overloads for styled. It pass StyleProps to Interpolation correctly now.
  • Updated dependencies []:
    • @emotion/core@11.0.0-next.5

@emotion/core@11.0.0-next.5

Patch Changes

  • Updated dependencies [ad77ed24, 99c6b7e2]:
    • @emotion/styled@11.0.0-next.5
    • emotion-theming@11.0.0-next.5

emotion-theming@11.0.0-next.5

Patch Changes

  • Updated dependencies [ad77ed24, 99c6b7e2]:
    • @emotion/styled@11.0.0-next.5
    • @emotion/core@11.0.0-next.5

@emotion/native@11.0.0-next.5

Patch Changes

  • Updated dependencies []:
    • emotion-theming@11.0.0-next.5
    • @emotion/primitives-core@11.0.0-next.5

@emotion/primitives-core@11.0.0-next.5

Patch Changes

  • Updated dependencies []:
    • @emotion/core@11.0.0-next.5

@emotion/primitives@11.0.0-next.5

Patch Changes

  • Updated dependencies []:
    • emotion-theming@11.0.0-next.5
    • @emotion/primitives-core@11.0.0-next.5

@codesandbox-ci
Copy link

codesandbox-ci bot commented Nov 14, 2019

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 3c4b0d3:

Sandbox Source
Emotion Configuration

@github-actions github-actions bot force-pushed the changeset-release/next branch from f7b8258 to 3c4b0d3 Compare November 14, 2019 12:42
@Andarist Andarist merged commit 4f5450c into next Nov 15, 2019
@Andarist Andarist deleted the changeset-release/next branch November 15, 2019 09:09
louisgv pushed a commit to louisgv/emotion that referenced this pull request Sep 6, 2020
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.

1 participant