Skip to content

Commit f6f5552

Browse files
Version Packages (#2610)
1 parent 2f27156 commit f6f5552

17 files changed

+57
-43
lines changed

.changeset/ninety-queens-fly.md

-5
This file was deleted.

.changeset/perfect-cameras-greet.md

-5
This file was deleted.

.changeset/silver-foxes-double.md

-6
This file was deleted.

.changeset/spotty-clouds-listen.md

-5
This file was deleted.

.changeset/tricky-cameras-fold.md

-5
This file was deleted.

.changeset/wet-bikes-explain.md

-5
This file was deleted.

packages/is-prop-valid/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @emotion/is-prop-valid
22

3+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- [#2621](https://github.com/emotion-js/emotion/pull/2621) [`d2531639`](https://github.com/emotion-js/emotion/commit/d25316393639232df16ba836b407e3678eea5e4d) Thanks [@andreasmcdermott](https://github.com/andreasmcdermott)! - Added [`abbr`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/th#attr-abbr) prop to the allowlist of forwardable props.
8+
39
## 1.1.1
410

511
### Patch Changes

packages/is-prop-valid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/is-prop-valid",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "A function to check whether a prop is valid for HTML and SVG elements",
55
"main": "dist/emotion-is-prop-valid.cjs.js",
66
"module": "dist/emotion-is-prop-valid.esm.js",

packages/jest/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @emotion/jest
22

3+
## 11.8.0
4+
5+
### Patch Changes
6+
7+
- [#2600](https://github.com/emotion-js/emotion/pull/2600) [`2f27156a`](https://github.com/emotion-js/emotion/commit/2f27156a73f94c3aac82e4ed492cbfdc97225573) Thanks [@Andarist](https://github.com/Andarist)! - Adjusted Enzyme-related code path to accomodate for changes related to the refactor around using `React.useInsertionEffect`.
8+
39
## 11.7.1
410

511
### Patch Changes

packages/jest/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/jest",
3-
"version": "11.7.1",
3+
"version": "11.8.0",
44
"description": "Jest utilities for emotion",
55
"main": "dist/emotion-jest.cjs.js",
66
"module": "dist/emotion-jest.esm.js",
@@ -37,7 +37,7 @@
3737
},
3838
"devDependencies": {
3939
"@emotion/css": "11.7.1",
40-
"@emotion/react": "11.7.1",
40+
"@emotion/react": "11.8.0",
4141
"@types/jest": "^27.0.3",
4242
"dtslint": "^0.3.0",
4343
"enzyme-to-json": "^3.6.1",

packages/primitives-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"react": ">=16.8.0"
2121
},
2222
"devDependencies": {
23-
"@emotion/react": "11.7.1",
23+
"@emotion/react": "11.8.0",
2424
"react": "16.14.0"
2525
},
2626
"homepage": "https://emotion.sh",

packages/react/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @emotion/react
22

3+
## 11.8.0
4+
5+
### Minor Changes
6+
7+
- [#2600](https://github.com/emotion-js/emotion/pull/2600) [`2f27156a`](https://github.com/emotion-js/emotion/commit/2f27156a73f94c3aac82e4ed492cbfdc97225573) Thanks [@Andarist](https://github.com/Andarist)! - Refactored code to use the upcoming `React.useInsertionEffect` when it's available (this is a new hook that is going to be introduced in React 18). This shouldn't have any effect on existing codebases and the change should be transparent.
8+
9+
### Patch Changes
10+
11+
- [#2609](https://github.com/emotion-js/emotion/pull/2609) [`242f7d8c`](https://github.com/emotion-js/emotion/commit/242f7d8c9f3ddbba2a69664bcc0fa22501df849f) Thanks [@Andarist](https://github.com/Andarist)! - Added `@emotion/babel-plugin` as a dependency - this is an actual dependency of the `@emotion/react/macro` entrypoint and it has to be explicitly declared to fix compatibility with strict package managers.
12+
13+
* [#2615](https://github.com/emotion-js/emotion/pull/2615) [`3d672acd`](https://github.com/emotion-js/emotion/commit/3d672acd4d379f5861012d6e6d38feadd212966a) Thanks [@srmagura](https://github.com/srmagura)! - Fix an edge case where runtime label extraction in class components led to invalid class names in Firefox. This only affected the development build of Emotion.
14+
15+
* Updated dependencies [[`2f27156a`](https://github.com/emotion-js/emotion/commit/2f27156a73f94c3aac82e4ed492cbfdc97225573)]:
16+
- @emotion/utils@1.1.0
17+
318
## 11.7.1
419

520
### Patch Changes

packages/react/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/react",
3-
"version": "11.7.1",
3+
"version": "11.8.0",
44
"main": "dist/emotion-react.cjs.js",
55
"module": "dist/emotion-react.esm.js",
66
"browser": {
@@ -31,7 +31,7 @@
3131
"@emotion/cache": "^11.7.1",
3232
"@emotion/serialize": "^1.0.2",
3333
"@emotion/sheet": "^1.1.0",
34-
"@emotion/utils": "^1.0.0",
34+
"@emotion/utils": "^1.1.0",
3535
"@emotion/weak-memoize": "^0.2.5",
3636
"hoist-non-react-statics": "^3.3.1"
3737
},
@@ -52,7 +52,7 @@
5252
"@emotion/css": "11.7.1",
5353
"@emotion/css-prettifier": "1.0.1",
5454
"@emotion/server": "11.4.0",
55-
"@emotion/styled": "11.6.0",
55+
"@emotion/styled": "11.8.0",
5656
"@types/react": "^16.9.11",
5757
"dtslint": "^0.3.0",
5858
"html-tag-names": "^1.1.2",

packages/styled/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @emotion/styled
22

3+
## 11.8.0
4+
5+
### Minor Changes
6+
7+
- [#2600](https://github.com/emotion-js/emotion/pull/2600) [`2f27156a`](https://github.com/emotion-js/emotion/commit/2f27156a73f94c3aac82e4ed492cbfdc97225573) Thanks [@Andarist](https://github.com/Andarist)! - Refactored code to use the upcoming `React.useInsertionEffect` when it's available (this is a new hook that is going to be introduced in React 18). This shouldn't have any effect on existing codebases and the change should be transparent.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`d2531639`](https://github.com/emotion-js/emotion/commit/d25316393639232df16ba836b407e3678eea5e4d), [`2f27156a`](https://github.com/emotion-js/emotion/commit/2f27156a73f94c3aac82e4ed492cbfdc97225573)]:
12+
- @emotion/is-prop-valid@1.1.2
13+
- @emotion/utils@1.1.0
14+
315
## 11.6.0
416

517
### Minor Changes

packages/styled/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/styled",
3-
"version": "11.6.0",
3+
"version": "11.8.0",
44
"description": "styled API for emotion",
55
"main": "dist/emotion-styled.cjs.js",
66
"module": "dist/emotion-styled.esm.js",
@@ -13,9 +13,9 @@
1313
"dependencies": {
1414
"@babel/runtime": "^7.13.10",
1515
"@emotion/babel-plugin": "^11.7.1",
16-
"@emotion/is-prop-valid": "^1.1.1",
16+
"@emotion/is-prop-valid": "^1.1.2",
1717
"@emotion/serialize": "^1.0.2",
18-
"@emotion/utils": "^1.0.0"
18+
"@emotion/utils": "^1.1.0"
1919
},
2020
"peerDependencies": {
2121
"@babel/core": "^7.0.0",
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@babel/core": "^7.13.10",
35-
"@emotion/react": "11.7.1",
35+
"@emotion/react": "11.8.0",
3636
"dtslint": "^0.3.0",
3737
"react": "16.14.0"
3838
},

packages/utils/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @emotion/utils
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#2600](https://github.com/emotion-js/emotion/pull/2600) [`2f27156a`](https://github.com/emotion-js/emotion/commit/2f27156a73f94c3aac82e4ed492cbfdc97225573) Thanks [@Andarist](https://github.com/Andarist)! - Introduced `registerStyles` helper that is shared across between other packages. This is just an internal util that shouldn't be used by packages other than `@emotion/*` packages.
8+
39
## 1.0.0
410

511
### Major Changes

packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/utils",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "internal utils for emotion",
55
"main": "dist/emotion-utils.cjs.js",
66
"module": "dist/emotion-utils.esm.js",

0 commit comments

Comments
 (0)