Skip to content

Commit

Permalink
Version Packages (#3263)
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] authored Oct 1, 2024
1 parent b10de75 commit e310c6e
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/gorgeous-dingos-smoke.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# emotion

## 11.13.4

### Patch Changes

- [#3262](https://github.com/emotion-js/emotion/pull/3262) [`b10de75`](https://github.com/emotion-js/emotion/commit/b10de75cd400e9cd37b195afdc9a716736214708) Thanks [@emmatown](https://github.com/emmatown)! - Fix `Cannot find name 'EmotionCache'` type error

## 11.13.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/css",
"version": "11.13.0",
"version": "11.13.4",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
},
"devDependencies": {
"@definitelytyped/dtslint": "0.0.112",
"@emotion/css": "11.13.0",
"@emotion/css": "11.13.4",
"@emotion/react": "11.13.3",
"@types/jest": "^29.5.12",
"enzyme-to-json": "^3.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
},
"devDependencies": {
"@definitelytyped/dtslint": "0.0.112",
"@emotion/css": "11.13.0",
"@emotion/css": "11.13.4",
"@emotion/css-prettifier": "1.1.4",
"@emotion/server": "11.11.0",
"@emotion/styled": "11.13.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@definitelytyped/dtslint": "0.0.112",
"@emotion/babel-plugin": "11.12.0",
"@emotion/css": "11.13.0",
"@emotion/css": "11.13.4",
"@emotion/css-prettifier": "1.1.4",
"@types/node": "^12.20.37",
"typescript": "^5.4.5"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2728,7 +2728,7 @@ __metadata:
languageName: unknown
linkType: soft

"@emotion/[email protected].0, @emotion/css@workspace:packages/css":
"@emotion/[email protected].4, @emotion/css@workspace:packages/css":
version: 0.0.0-use.local
resolution: "@emotion/css@workspace:packages/css"
dependencies:
Expand Down Expand Up @@ -2789,7 +2789,7 @@ __metadata:
dependencies:
"@babel/runtime": ^7.18.3
"@definitelytyped/dtslint": 0.0.112
"@emotion/css": 11.13.0
"@emotion/css": 11.13.4
"@emotion/css-prettifier": ^1.1.4
"@emotion/react": 11.13.3
"@types/jest": ^29.5.12
Expand Down Expand Up @@ -2889,7 +2889,7 @@ __metadata:
"@definitelytyped/dtslint": 0.0.112
"@emotion/babel-plugin": ^11.12.0
"@emotion/cache": ^11.13.0
"@emotion/css": 11.13.0
"@emotion/css": 11.13.4
"@emotion/css-prettifier": 1.1.4
"@emotion/serialize": ^1.3.1
"@emotion/server": 11.11.0
Expand Down Expand Up @@ -2930,7 +2930,7 @@ __metadata:
dependencies:
"@definitelytyped/dtslint": 0.0.112
"@emotion/babel-plugin": 11.12.0
"@emotion/css": 11.13.0
"@emotion/css": 11.13.4
"@emotion/css-prettifier": 1.1.4
"@emotion/utils": ^1.4.0
"@types/node": ^12.20.37
Expand Down

0 comments on commit e310c6e

Please sign in to comment.