diff --git a/.changeset/weak-islands-confess.md b/.changeset/weak-islands-confess.md new file mode 100644 index 0000000000..36d805cbaa --- /dev/null +++ b/.changeset/weak-islands-confess.md @@ -0,0 +1,6 @@ +--- +'@emotion/core': major +'emotion-theming': major +--- + +`emotion-theming` has been removed and all its exports were moved to `@emotion/core` package. Please import them like this `import { useTheme, ThemeProvider } from '@emotion/core' from now on`.