Skip to content

Commit 4be3391

Browse files
Version Packages (#2495)
1 parent f2eda82 commit 4be3391

22 files changed

+72
-54
lines changed

.changeset/famous-ghosts-roll.md

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

.changeset/hip-cherries-arrive.md

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

.changeset/itchy-waves-beg.md

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

.changeset/nasty-gorillas-notice.md

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

.changeset/ninety-bugs-tie.md

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

.changeset/sweet-planes-begin.md

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

.changeset/sweet-plums-behave.md

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

packages/cache/CHANGELOG.md

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

3+
## 11.5.0
4+
5+
### Patch Changes
6+
7+
- [#2498](https://github.com/emotion-js/emotion/pull/2498) [`e5beae8e`](https://github.com/emotion-js/emotion/commit/e5beae8e320f3d1455e45efecdfeb7d757687a43) Thanks [@Andarist](https://github.com/Andarist)! - Fixed an edge case issue with incorrect rules being generated. When a context selector (`&`) was used not at the beginning of a selector (which is not valid SCSS but is allowed by the Stylis parser that we are using) within a group of selectors containing a pseudoclass then it was not replaced correctly with the current context selector.
8+
9+
* [#2493](https://github.com/emotion-js/emotion/pull/2493) [`9ae4a91a`](https://github.com/emotion-js/emotion/commit/9ae4a91a08a6f7c5ca26a585f1c271a179db4623) Thanks [@Andarist](https://github.com/Andarist)! - Improved the declared types related to Stylis. This should improve the compatibility with the types published in `@types/stylis`.
10+
11+
* Updated dependencies [[`f2eda829`](https://github.com/emotion-js/emotion/commit/f2eda8295429dd1892a06cbc9496321f2a55c10a)]:
12+
- @emotion/sheet@1.0.3
13+
314
## 11.4.0
415

516
### Patch Changes

packages/cache/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/cache",
3-
"version": "11.4.0",
3+
"version": "11.5.0",
44
"description": "emotion's cache",
55
"main": "dist/emotion-cache.cjs.js",
66
"module": "dist/emotion-cache.esm.js",
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@emotion/memoize": "^0.7.4",
19-
"@emotion/sheet": "^1.0.0",
19+
"@emotion/sheet": "^1.0.3",
2020
"@emotion/utils": "^1.0.0",
2121
"@emotion/weak-memoize": "^0.2.5",
2222
"stylis": "^4.0.10"

packages/css/CHANGELOG.md

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

3+
## 11.5.0
4+
5+
### Patch Changes
6+
7+
- [#2498](https://github.com/emotion-js/emotion/pull/2498) [`e5beae8e`](https://github.com/emotion-js/emotion/commit/e5beae8e320f3d1455e45efecdfeb7d757687a43) Thanks [@Andarist](https://github.com/Andarist)! - Fixed an edge case issue with incorrect rules being generated. When a context selector (`&`) was used not at the beginning of a selector (which is not valid SCSS but is allowed by the Stylis parser that we are using) within a group of selectors containing a pseudoclass then it was not replaced correctly with the current context selector.
8+
9+
- Updated dependencies [[`e5beae8e`](https://github.com/emotion-js/emotion/commit/e5beae8e320f3d1455e45efecdfeb7d757687a43), [`9ae4a91a`](https://github.com/emotion-js/emotion/commit/9ae4a91a08a6f7c5ca26a585f1c271a179db4623), [`f2eda829`](https://github.com/emotion-js/emotion/commit/f2eda8295429dd1892a06cbc9496321f2a55c10a)]:
10+
- @emotion/cache@11.5.0
11+
- @emotion/sheet@1.0.3
12+
313
## 11.1.3
414

515
### Patch Changes

0 commit comments

Comments
 (0)