Skip to content

Commit

Permalink
Version Packages (#3170)
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 Mar 29, 2024
1 parent c9b84db commit f4640f6
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-planets-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-snails-watch.md

This file was deleted.

4 changes: 2 additions & 2 deletions packages/react/package.json
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.3",
"@emotion/serialize": "^1.1.4",
"@emotion/use-insertion-effect-with-fallbacks": "^1.0.1",
"@emotion/utils": "^1.2.1",
"@emotion/weak-memoize": "^0.3.1",
Expand All @@ -92,7 +92,7 @@
"@emotion/css": "11.11.2",
"@emotion/css-prettifier": "1.1.3",
"@emotion/server": "11.11.0",
"@emotion/styled": "11.11.0",
"@emotion/styled": "11.11.5",
"html-tag-names": "^1.1.2",
"react": "16.14.0",
"svg-tag-names": "^1.1.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/serialize/CHANGELOG.md
@@ -1,5 +1,11 @@
# @emotion/serialize

## 1.1.4

### Patch Changes

- [#3164](https://github.com/emotion-js/emotion/pull/3164) [`c9b84dbe`](https://github.com/emotion-js/emotion/commit/c9b84dbe5bf5e054e6cd561d6da1e1548e1489d1) Thanks [@Cerber-Ursi](https://github.com/Cerber-Ursi)! - Make `ArrayInterpolation` to extend `ReadonlyArray` to match a similar recent change to `ArrayCSSInterpolation`. It fixes some compatibility issues when those 2 get mixed together.

## 1.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/serialize/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/serialize",
"version": "1.1.3",
"version": "1.1.4",
"description": "serialization utils for emotion",
"main": "dist/emotion-serialize.cjs.js",
"module": "dist/emotion-serialize.esm.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/styled/CHANGELOG.md
@@ -1,5 +1,14 @@
# @emotion/styled

## 11.11.5

### Patch Changes

- [#3164](https://github.com/emotion-js/emotion/pull/3164) [`c9b84dbe`](https://github.com/emotion-js/emotion/commit/c9b84dbe5bf5e054e6cd561d6da1e1548e1489d1) Thanks [@Cerber-Ursi](https://github.com/Cerber-Ursi)! - Reordered `styled` overloads to accommodate the recent change in `@emotion/serialize`'s types.

- Updated dependencies [[`c9b84dbe`](https://github.com/emotion-js/emotion/commit/c9b84dbe5bf5e054e6cd561d6da1e1548e1489d1)]:
- @emotion/serialize@1.1.4

## 11.11.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/styled/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/styled",
"version": "11.11.0",
"version": "11.11.5",
"description": "styled API for emotion",
"main": "dist/emotion-styled.cjs.js",
"module": "dist/emotion-styled.esm.js",
Expand All @@ -14,7 +14,7 @@
"@babel/runtime": "^7.18.3",
"@emotion/babel-plugin": "^11.11.0",
"@emotion/is-prop-valid": "^1.2.2",
"@emotion/serialize": "^1.1.3",
"@emotion/serialize": "^1.1.4",
"@emotion/use-insertion-effect-with-fallbacks": "^1.0.1",
"@emotion/utils": "^1.2.1"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Expand Up @@ -2561,9 +2561,9 @@ __metadata:
"@emotion/cache": ^11.11.0
"@emotion/css": 11.11.2
"@emotion/css-prettifier": 1.1.3
"@emotion/serialize": ^1.1.3
"@emotion/serialize": ^1.1.4
"@emotion/server": 11.11.0
"@emotion/styled": 11.11.0
"@emotion/styled": 11.11.5
"@emotion/use-insertion-effect-with-fallbacks": ^1.0.1
"@emotion/utils": ^1.2.1
"@emotion/weak-memoize": ^0.3.1
Expand All @@ -2580,7 +2580,7 @@ __metadata:
languageName: unknown
linkType: soft

"@emotion/serialize@^1.1.2, @emotion/serialize@^1.1.3, @emotion/serialize@workspace:packages/serialize":
"@emotion/serialize@^1.1.2, @emotion/serialize@^1.1.4, @emotion/serialize@workspace:packages/serialize":
version: 0.0.0-use.local
resolution: "@emotion/serialize@workspace:packages/serialize"
dependencies:
Expand Down Expand Up @@ -2625,7 +2625,7 @@ __metadata:
languageName: unknown
linkType: soft

"@emotion/styled@11.11.0, @emotion/styled@^11.0.0, @emotion/styled@workspace:packages/styled":
"@emotion/styled@11.11.5, @emotion/styled@^11.0.0, @emotion/styled@workspace:packages/styled":
version: 0.0.0-use.local
resolution: "@emotion/styled@workspace:packages/styled"
dependencies:
Expand All @@ -2634,7 +2634,7 @@ __metadata:
"@emotion/babel-plugin": ^11.11.0
"@emotion/is-prop-valid": ^1.2.2
"@emotion/react": 11.11.4
"@emotion/serialize": ^1.1.3
"@emotion/serialize": ^1.1.4
"@emotion/use-insertion-effect-with-fallbacks": ^1.0.1
"@emotion/utils": ^1.2.1
react: 16.14.0
Expand Down

0 comments on commit f4640f6

Please sign in to comment.