Skip to content

Commit

Permalink
Version Packages (#3051)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jun 7, 2023
1 parent 9357f33 commit fef1ea0
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 13 deletions.
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
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
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
@@ -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
@@ -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
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
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

0 comments on commit fef1ea0

Please sign in to comment.