Skip to content

Commit

Permalink
Version Packages (#3058)
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 16, 2023
1 parent 8f66526 commit f3b268f
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-worms-beam.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/css/CHANGELOG.md
@@ -1,5 +1,11 @@
# emotion

## 11.11.2

### Patch Changes

- [#3057](https://github.com/emotion-js/emotion/pull/3057) [`8f665262`](https://github.com/emotion-js/emotion/commit/8f66526244be77a29f04db2d4154664961beb3e6) Thanks [@emmatown](https://github.com/emmatown)! - Fix `@emotion/css/create-instance` types in TypeScript module resolution modes that support the `exports` field

## 11.11.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/css/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/css",
"version": "11.11.0",
"version": "11.11.2",
"description": "The Next Generation of CSS-in-JS.",
"main": "dist/emotion-css.cjs.js",
"module": "dist/emotion-css.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Expand Up @@ -60,7 +60,7 @@
},
"devDependencies": {
"@definitelytyped/dtslint": "0.0.112",
"@emotion/css": "11.11.0",
"@emotion/css": "11.11.2",
"@emotion/react": "11.11.1",
"@types/jest": "^27.0.3",
"enzyme-to-json": "^3.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Expand Up @@ -89,7 +89,7 @@
},
"devDependencies": {
"@definitelytyped/dtslint": "0.0.112",
"@emotion/css": "11.11.0",
"@emotion/css": "11.11.2",
"@emotion/css-prettifier": "1.1.3",
"@emotion/server": "11.11.0",
"@emotion/styled": "11.11.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@definitelytyped/dtslint": "0.0.112",
"@emotion/babel-plugin": "11.11.0",
"@emotion/css": "11.11.0",
"@emotion/css": "11.11.2",
"@emotion/css-prettifier": "1.1.3",
"@types/node": "^12.20.37",
"typescript": "^4.5.5"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -2402,7 +2402,7 @@ __metadata:
languageName: unknown
linkType: soft

"@emotion/css@11.11.0, @emotion/css@workspace:packages/css":
"@emotion/css@11.11.2, @emotion/css@workspace:packages/css":
version: 0.0.0-use.local
resolution: "@emotion/css@workspace:packages/css"
dependencies:
Expand Down Expand Up @@ -2460,7 +2460,7 @@ __metadata:
dependencies:
"@babel/runtime": ^7.18.3
"@definitelytyped/dtslint": 0.0.112
"@emotion/css": 11.11.0
"@emotion/css": 11.11.2
"@emotion/css-prettifier": ^1.1.3
"@emotion/react": 11.11.1
"@types/jest": ^27.0.3
Expand Down Expand Up @@ -2559,7 +2559,7 @@ __metadata:
"@definitelytyped/dtslint": 0.0.112
"@emotion/babel-plugin": ^11.11.0
"@emotion/cache": ^11.11.0
"@emotion/css": 11.11.0
"@emotion/css": 11.11.2
"@emotion/css-prettifier": 1.1.3
"@emotion/serialize": ^1.1.2
"@emotion/server": 11.11.0
Expand Down Expand Up @@ -2600,7 +2600,7 @@ __metadata:
dependencies:
"@definitelytyped/dtslint": 0.0.112
"@emotion/babel-plugin": 11.11.0
"@emotion/css": 11.11.0
"@emotion/css": 11.11.2
"@emotion/css-prettifier": 1.1.3
"@emotion/utils": ^1.2.1
"@types/node": ^12.20.37
Expand Down

0 comments on commit f3b268f

Please sign in to comment.