Skip to content

Commit fef1ea0

Browse files
Version Packages (#3051)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9357f33 commit fef1ea0

File tree

7 files changed

+14
-13
lines changed

7 files changed

+14
-13
lines changed

.changeset/wicked-boxes-lick.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/jest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"devDependencies": {
6262
"@definitelytyped/dtslint": "0.0.112",
6363
"@emotion/css": "11.11.0",
64-
"@emotion/react": "11.11.0",
64+
"@emotion/react": "11.11.1",
6565
"@types/jest": "^27.0.3",
6666
"enzyme-to-json": "^3.6.1",
6767
"pretty-format": "^22.4.3",

packages/primitives-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react": ">=16.8.0"
1818
},
1919
"devDependencies": {
20-
"@emotion/react": "11.11.0",
20+
"@emotion/react": "11.11.1",
2121
"react": "16.14.0"
2222
},
2323
"homepage": "https://emotion.sh",

packages/react/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @emotion/react
22

3+
## 11.11.1
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
39
## 11.11.0
410

511
### Minor Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/react",
3-
"version": "11.11.0",
3+
"version": "11.11.1",
44
"main": "dist/emotion-react.cjs.js",
55
"module": "dist/emotion-react.esm.js",
66
"browser": {

packages/styled/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"devDependencies": {
3131
"@definitelytyped/dtslint": "0.0.112",
32-
"@emotion/react": "11.11.0",
32+
"@emotion/react": "11.11.1",
3333
"react": "16.14.0",
3434
"typescript": "^4.5.5"
3535
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2462,7 +2462,7 @@ __metadata:
24622462
"@definitelytyped/dtslint": 0.0.112
24632463
"@emotion/css": 11.11.0
24642464
"@emotion/css-prettifier": ^1.1.3
2465-
"@emotion/react": 11.11.0
2465+
"@emotion/react": 11.11.1
24662466
"@types/jest": ^27.0.3
24672467
chalk: ^4.1.0
24682468
enzyme-to-json: ^3.6.1
@@ -2525,7 +2525,7 @@ __metadata:
25252525
version: 0.0.0-use.local
25262526
resolution: "@emotion/primitives-core@workspace:packages/primitives-core"
25272527
dependencies:
2528-
"@emotion/react": 11.11.0
2528+
"@emotion/react": 11.11.1
25292529
css-to-react-native: ^3.0.0
25302530
react: 16.14.0
25312531
peerDependencies:
@@ -2551,7 +2551,7 @@ __metadata:
25512551
languageName: unknown
25522552
linkType: soft
25532553

2554-
"@emotion/[email protected].0, @emotion/react@^11.4.1, @emotion/react@workspace:packages/react":
2554+
"@emotion/[email protected].1, @emotion/react@^11.4.1, @emotion/react@workspace:packages/react":
25552555
version: 0.0.0-use.local
25562556
resolution: "@emotion/react@workspace:packages/react"
25572557
dependencies:
@@ -2633,7 +2633,7 @@ __metadata:
26332633
"@definitelytyped/dtslint": 0.0.112
26342634
"@emotion/babel-plugin": ^11.11.0
26352635
"@emotion/is-prop-valid": ^1.2.1
2636-
"@emotion/react": 11.11.0
2636+
"@emotion/react": 11.11.1
26372637
"@emotion/serialize": ^1.1.2
26382638
"@emotion/use-insertion-effect-with-fallbacks": ^1.0.1
26392639
"@emotion/utils": ^1.2.1

0 commit comments

Comments
 (0)