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) #1663

Merged
merged 1 commit into from Dec 7, 2019
Merged

Version Packages (next) #1663

merged 1 commit into from Dec 7, 2019

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 2, 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/core@11.0.0-next.8

Major Changes

  • c643107 #1600 Thanks @joltmode! - Reworked TypeScript definitions so it's easier to provide a type for Theme. Instead of creating custom instances (like before) you can augment builtin Theme interface like this:

    declare module '@emotion/core' {
      export interface Theme {
        primaryColor: string
        secondaryColor: string
      }
    }

Minor Changes

  • c643107 #1600 Thanks @joltmode! - Support functions in arrays passed to css prop and Global's styles prop. This allows for composition of theme-accepting functions.

Patch Changes

  • Updated dependencies [c643107, c643107]:
    • @emotion/styled@11.0.0-next.8
    • @emotion/serialize@0.12.0-next.3
    • emotion@11.0.0-next.8
    • emotion-server@11.0.0-next.8

@emotion/styled@11.0.0-next.8

Major Changes

  • c643107 #1600 Thanks @joltmode! - Reworked TypeScript definitions so it's easier to provide a type for Theme. Instead of creating custom instances (like before) you can augment builtin Theme interface like this:

    declare module '@emotion/core' {
      export interface Theme {
        primaryColor: string
        secondaryColor: string
      }
    }

Patch Changes

  • Updated dependencies [c643107, c643107, c643107, c643107]:
    • babel-plugin-emotion@11.0.0-next.8
    • @emotion/core@11.0.0-next.8
    • @emotion/serialize@0.12.0-next.3

babel-plugin-emotion@11.0.0-next.8

Minor Changes

  • c643107 #1600 Thanks @joltmode! - Adjust how arrays passed to css prop are transformed so function elements can be resolved at runtime.

Patch Changes

  • Updated dependencies [c643107]:
    • @emotion/serialize@0.12.0-next.3

@emotion/babel-preset-css-prop@11.0.0-next.8

Minor Changes

  • c643107 #1600 Thanks @joltmode! - Adjust how arrays passed to css prop are transformed so function elements can be resolved at runtime.

Patch Changes

  • Updated dependencies [c643107]:
    • babel-plugin-emotion@11.0.0-next.8

@emotion/serialize@0.12.0-next.3

Minor Changes

  • c643107 #1600 Thanks @joltmode! - Reworked Interpolation-related types. Correct types should now be provided to all flavours of emotion.

create-emotion@11.0.0-next.8

Patch Changes

  • Updated dependencies [c643107]:
    • @emotion/serialize@0.12.0-next.3

emotion-server@11.0.0-next.8

Patch Changes

  • Updated dependencies [c643107]:
    • babel-plugin-emotion@11.0.0-next.8
    • emotion@11.0.0-next.8

emotion@11.0.0-next.8

Patch Changes

  • Updated dependencies [c643107]:
    • babel-plugin-emotion@11.0.0-next.8
    • create-emotion@11.0.0-next.8

@emotion/native@11.0.0-next.8

Patch Changes

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

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

Patch Changes

  • Updated dependencies [c643107, c643107]:
    • @emotion/core@11.0.0-next.8

@emotion/primitives@11.0.0-next.8

Patch Changes

  • Updated dependencies [c643107]:
    • babel-plugin-emotion@11.0.0-next.8
    • @emotion/primitives-core@11.0.0-next.8

benchmarks@0.8.28-next.1

Patch Changes

  • Updated dependencies [c643107]:
    • babel-plugin-emotion@11.0.0-next.8

@codesandbox-ci
Copy link

codesandbox-ci bot commented Dec 2, 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 6e98748:

Sandbox Source
Emotion Configuration

@Andarist Andarist merged commit 0362fd2 into next Dec 7, 2019
@Andarist Andarist deleted the changeset-release/next branch December 7, 2019 21:13
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.

None yet

1 participant