Skip to content

Commit

Permalink
Version Packages (#3143)
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 Dec 23, 2023
1 parent 49c20b4 commit b0014b4
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/light-seals-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-pugs-applaud.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.2",
"@emotion/react": "11.11.1",
"@emotion/react": "11.11.3",
"@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.1",
"@emotion/react": "11.11.3",
"react": "16.14.0"
},
"homepage": "https://emotion.sh",
Expand Down
9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
@@ -1,5 +1,14 @@
# @emotion/react

## 11.11.3

### Patch Changes

- [#3101](https://github.com/emotion-js/emotion/pull/3101) [`49c20b4f`](https://github.com/emotion-js/emotion/commit/49c20b4faa3b9aec0ca96066c126cbaaabbf2d5c) Thanks [@kyvong](https://github.com/kyvong)! - Fix Theme import for newer Typescript module resolution modes

- Updated dependencies [[`45c440fb`](https://github.com/emotion-js/emotion/commit/45c440fbc86b90750f275f497d11382f09ec1d2e)]:
- @emotion/serialize@1.1.3

## 11.11.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/react",
"version": "11.11.1",
"version": "11.11.3",
"main": "dist/emotion-react.cjs.js",
"module": "dist/emotion-react.esm.js",
"browser": {
Expand Down Expand Up @@ -73,7 +73,7 @@
"@babel/runtime": "^7.18.3",
"@emotion/babel-plugin": "^11.11.0",
"@emotion/cache": "^11.11.0",
"@emotion/serialize": "^1.1.2",
"@emotion/serialize": "^1.1.3",
"@emotion/use-insertion-effect-with-fallbacks": "^1.0.1",
"@emotion/utils": "^1.2.1",
"@emotion/weak-memoize": "^0.3.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/serialize/CHANGELOG.md
@@ -1,5 +1,11 @@
# @emotion/serialize

## 1.1.3

### Patch Changes

- [#3141](https://github.com/emotion-js/emotion/pull/3141) [`45c440fb`](https://github.com/emotion-js/emotion/commit/45c440fbc86b90750f275f497d11382f09ec1d2e) Thanks [@Cerber-Ursi](https://github.com/Cerber-Ursi)! - Replace arrays with readonly arrays in CSS type definitions, following changes in `csstype`

## 1.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/serialize/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/serialize",
"version": "1.1.2",
"version": "1.1.3",
"description": "serialization utils for emotion",
"main": "dist/emotion-serialize.cjs.js",
"module": "dist/emotion-serialize.esm.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/styled/package.json
Expand Up @@ -14,7 +14,7 @@
"@babel/runtime": "^7.18.3",
"@emotion/babel-plugin": "^11.11.0",
"@emotion/is-prop-valid": "^1.2.1",
"@emotion/serialize": "^1.1.2",
"@emotion/serialize": "^1.1.3",
"@emotion/use-insertion-effect-with-fallbacks": "^1.0.1",
"@emotion/utils": "^1.2.1"
},
Expand All @@ -29,7 +29,7 @@
},
"devDependencies": {
"@definitelytyped/dtslint": "0.0.112",
"@emotion/react": "11.11.1",
"@emotion/react": "11.11.3",
"react": "16.14.0",
"typescript": "^4.5.5"
},
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Expand Up @@ -2462,7 +2462,7 @@ __metadata:
"@definitelytyped/dtslint": 0.0.112
"@emotion/css": 11.11.2
"@emotion/css-prettifier": ^1.1.3
"@emotion/react": 11.11.1
"@emotion/react": 11.11.3
"@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.1
"@emotion/react": 11.11.3
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.1, @emotion/react@^11.4.1, @emotion/react@workspace:packages/react":
"@emotion/react@11.11.3, @emotion/react@^11.4.1, @emotion/react@workspace:packages/react":
version: 0.0.0-use.local
resolution: "@emotion/react@workspace:packages/react"
dependencies:
Expand All @@ -2561,7 +2561,7 @@ __metadata:
"@emotion/cache": ^11.11.0
"@emotion/css": 11.11.2
"@emotion/css-prettifier": 1.1.3
"@emotion/serialize": ^1.1.2
"@emotion/serialize": ^1.1.3
"@emotion/server": 11.11.0
"@emotion/styled": 11.11.0
"@emotion/use-insertion-effect-with-fallbacks": ^1.0.1
Expand All @@ -2580,7 +2580,7 @@ __metadata:
languageName: unknown
linkType: soft

"@emotion/serialize@^1.1.2, @emotion/serialize@workspace:packages/serialize":
"@emotion/serialize@^1.1.2, @emotion/serialize@^1.1.3, @emotion/serialize@workspace:packages/serialize":
version: 0.0.0-use.local
resolution: "@emotion/serialize@workspace:packages/serialize"
dependencies:
Expand Down Expand Up @@ -2633,8 +2633,8 @@ __metadata:
"@definitelytyped/dtslint": 0.0.112
"@emotion/babel-plugin": ^11.11.0
"@emotion/is-prop-valid": ^1.2.1
"@emotion/react": 11.11.1
"@emotion/serialize": ^1.1.2
"@emotion/react": 11.11.3
"@emotion/serialize": ^1.1.3
"@emotion/use-insertion-effect-with-fallbacks": ^1.0.1
"@emotion/utils": ^1.2.1
react: 16.14.0
Expand Down

0 comments on commit b0014b4

Please sign in to comment.