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 #3051

Merged
merged 1 commit into from
Jun 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/wicked-boxes-lick.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/primitives-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/styled/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand Down