diff --git a/.changeset/wicked-boxes-lick.md b/.changeset/wicked-boxes-lick.md deleted file mode 100644 index 9d94671c4..000000000 --- a/.changeset/wicked-boxes-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@emotion/react": patch ---- - -Added `ElementType` to the Emotion's `JSX` namespace. It's defined in the same way as the one in `@types/react` and should make it possible to use components that return `string`s, `Promise`s and other types that are valid in React. diff --git a/packages/jest/package.json b/packages/jest/package.json index 13b38b01b..6d184bdff 100644 --- a/packages/jest/package.json +++ b/packages/jest/package.json @@ -61,7 +61,7 @@ "devDependencies": { "@definitelytyped/dtslint": "0.0.112", "@emotion/css": "11.11.0", - "@emotion/react": "11.11.0", + "@emotion/react": "11.11.1", "@types/jest": "^27.0.3", "enzyme-to-json": "^3.6.1", "pretty-format": "^22.4.3", diff --git a/packages/primitives-core/package.json b/packages/primitives-core/package.json index 6ec11dd0b..3be63dbcf 100644 --- a/packages/primitives-core/package.json +++ b/packages/primitives-core/package.json @@ -17,7 +17,7 @@ "react": ">=16.8.0" }, "devDependencies": { - "@emotion/react": "11.11.0", + "@emotion/react": "11.11.1", "react": "16.14.0" }, "homepage": "https://emotion.sh", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 0744e7db3..7a0d31c52 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @emotion/react +## 11.11.1 + +### Patch Changes + +- [#3048](https://github.com/emotion-js/emotion/pull/3048) [`9357f337`](https://github.com/emotion-js/emotion/commit/9357f337200ef38f9c6df5d4dd7c20772478ea42) Thanks [@naari3](https://github.com/naari3)! - Added `ElementType` to the Emotion's `JSX` namespace. It's defined in the same way as the one in `@types/react` and should make it possible to use components that return `string`s, `Promise`s and other types that are valid in React. + ## 11.11.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index 7c91a1520..f359d8565 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/react", - "version": "11.11.0", + "version": "11.11.1", "main": "dist/emotion-react.cjs.js", "module": "dist/emotion-react.esm.js", "browser": { diff --git a/packages/styled/package.json b/packages/styled/package.json index c0ce92018..05fcdab8c 100644 --- a/packages/styled/package.json +++ b/packages/styled/package.json @@ -29,7 +29,7 @@ }, "devDependencies": { "@definitelytyped/dtslint": "0.0.112", - "@emotion/react": "11.11.0", + "@emotion/react": "11.11.1", "react": "16.14.0", "typescript": "^4.5.5" }, diff --git a/yarn.lock b/yarn.lock index 5ad6017b5..5db47688a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2462,7 +2462,7 @@ __metadata: "@definitelytyped/dtslint": 0.0.112 "@emotion/css": 11.11.0 "@emotion/css-prettifier": ^1.1.3 - "@emotion/react": 11.11.0 + "@emotion/react": 11.11.1 "@types/jest": ^27.0.3 chalk: ^4.1.0 enzyme-to-json: ^3.6.1 @@ -2525,7 +2525,7 @@ __metadata: version: 0.0.0-use.local resolution: "@emotion/primitives-core@workspace:packages/primitives-core" dependencies: - "@emotion/react": 11.11.0 + "@emotion/react": 11.11.1 css-to-react-native: ^3.0.0 react: 16.14.0 peerDependencies: @@ -2551,7 +2551,7 @@ __metadata: languageName: unknown linkType: soft -"@emotion/react@11.11.0, @emotion/react@^11.4.1, @emotion/react@workspace:packages/react": +"@emotion/react@11.11.1, @emotion/react@^11.4.1, @emotion/react@workspace:packages/react": version: 0.0.0-use.local resolution: "@emotion/react@workspace:packages/react" dependencies: @@ -2633,7 +2633,7 @@ __metadata: "@definitelytyped/dtslint": 0.0.112 "@emotion/babel-plugin": ^11.11.0 "@emotion/is-prop-valid": ^1.2.1 - "@emotion/react": 11.11.0 + "@emotion/react": 11.11.1 "@emotion/serialize": ^1.1.2 "@emotion/use-insertion-effect-with-fallbacks": ^1.0.1 "@emotion/utils": ^1.2.1