Skip to content

Commit 4922955

Browse files
Version Packages (#3335)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0facbe4 commit 4922955

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

.changeset/wild-pumas-smash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@
282282
"@emotion/css": "11.13.5",
283283
"@emotion/css-prettifier": "1.2.0",
284284
"@emotion/server": "11.11.0",
285-
"@emotion/styled": "11.14.0",
285+
"@emotion/styled": "11.14.1",
286286
"@types/hoist-non-react-statics": "^3.3.5",
287287
"html-tag-names": "^1.1.2",
288288
"react": "16.14.0",

packages/styled/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @emotion/styled
22

3+
## 11.14.1
4+
5+
### Patch Changes
6+
7+
- [#3334](https://github.com/emotion-js/emotion/pull/3334) [`0facbe4`](https://github.com/emotion-js/emotion/commit/0facbe47bd9099ae4ed22dc201822d910ac3dec5) Thanks [@ZachRiegel](https://github.com/ZachRiegel)! - Renamed default-exported variable in `@emotion/styled` to aid inferred import names in auto-import completions in IDEs
8+
39
## 11.14.0
410

511
### Minor Changes

packages/styled/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/styled",
3-
"version": "11.14.0",
3+
"version": "11.14.1",
44
"description": "styled API for emotion",
55
"main": "dist/emotion-styled.cjs.js",
66
"module": "dist/emotion-styled.esm.js",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2895,7 +2895,7 @@ __metadata:
28952895
"@emotion/css-prettifier": 1.2.0
28962896
"@emotion/serialize": ^1.3.3
28972897
"@emotion/server": 11.11.0
2898-
"@emotion/styled": 11.14.0
2898+
"@emotion/styled": 11.14.1
28992899
"@emotion/use-insertion-effect-with-fallbacks": ^1.2.0
29002900
"@emotion/utils": ^1.4.2
29012901
"@emotion/weak-memoize": ^0.4.0
@@ -2958,7 +2958,7 @@ __metadata:
29582958
languageName: unknown
29592959
linkType: soft
29602960

2961-
"@emotion/[email protected].0, @emotion/styled@^11.0.0, @emotion/styled@workspace:packages/styled":
2961+
"@emotion/[email protected].1, @emotion/styled@^11.0.0, @emotion/styled@workspace:packages/styled":
29622962
version: 0.0.0-use.local
29632963
resolution: "@emotion/styled@workspace:packages/styled"
29642964
dependencies:

0 commit comments

Comments
 (0)