Skip to content

Commit 31fa40b

Browse files
Version Packages (#3247)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 532ff57 commit 31fa40b

File tree

9 files changed

+27
-21
lines changed

9 files changed

+27
-21
lines changed

.changeset/curly-jars-punch.md

-6
This file was deleted.

.changeset/eighty-garlics-dance.md

-9
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.3.1
4+
5+
### Patch Changes
6+
7+
- [#3093](https://github.com/emotion-js/emotion/pull/3093) [`532ff57`](https://github.com/emotion-js/emotion/commit/532ff57cafd8ba04f3b624074556ea47ec76fc9a) Thanks [@codejet](https://github.com/codejet), [@DustinBrett](https://github.com/DustinBrett)! - Adds `fetchpriority` and `fetchPriority` to the list of allowed props.
8+
39
## 1.3.0
410

511
### Minor 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.3.0",
3+
"version": "1.3.1",
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/serialize/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @emotion/serialize
22

3+
## 1.3.2
4+
5+
### Patch Changes
6+
7+
- [#3244](https://github.com/emotion-js/emotion/pull/3244) [`ad630e3`](https://github.com/emotion-js/emotion/commit/ad630e33b57afbed0207e0b41724c27b4d79176c) Thanks [@romgrk](https://github.com/romgrk)! - Minor performance improvement
8+
9+
- Updated dependencies [[`ad630e3`](https://github.com/emotion-js/emotion/commit/ad630e33b57afbed0207e0b41724c27b4d79176c)]:
10+
- @emotion/utils@1.4.1
11+
312
## 1.3.1
413

514
### Patch Changes

packages/serialize/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/serialize",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "serialization utils for emotion",
55
"main": "dist/emotion-serialize.cjs.js",
66
"module": "dist/emotion-serialize.esm.js",
@@ -17,7 +17,7 @@
1717
"@emotion/hash": "^0.9.2",
1818
"@emotion/memoize": "^0.9.0",
1919
"@emotion/unitless": "^0.10.0",
20-
"@emotion/utils": "^1.4.0",
20+
"@emotion/utils": "^1.4.1",
2121
"csstype": "^3.0.2"
2222
},
2323
"devDependencies": {

packages/utils/CHANGELOG.md

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

3+
## 1.4.1
4+
5+
### Patch Changes
6+
7+
- [#3244](https://github.com/emotion-js/emotion/pull/3244) [`ad630e3`](https://github.com/emotion-js/emotion/commit/ad630e33b57afbed0207e0b41724c27b4d79176c) Thanks [@romgrk](https://github.com/romgrk)! - Minor performance improvement
8+
39
## 1.4.0
410

511
### Minor 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.4.0",
3+
"version": "1.4.1",
44
"description": "internal utils for emotion",
55
"main": "dist/emotion-utils.cjs.js",
66
"module": "dist/emotion-utils.esm.js",

yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -2918,7 +2918,7 @@ __metadata:
29182918
"@emotion/hash": ^0.9.2
29192919
"@emotion/memoize": ^0.9.0
29202920
"@emotion/unitless": ^0.10.0
2921-
"@emotion/utils": ^1.4.0
2921+
"@emotion/utils": ^1.4.1
29222922
csstype: ^3.0.2
29232923
typescript: ^5.4.5
29242924
languageName: unknown
@@ -2994,7 +2994,7 @@ __metadata:
29942994
languageName: unknown
29952995
linkType: soft
29962996

2997-
"@emotion/utils@^1.4.0, @emotion/utils@workspace:packages/utils":
2997+
"@emotion/utils@^1.4.0, @emotion/utils@^1.4.1, @emotion/utils@workspace:packages/utils":
29982998
version: 0.0.0-use.local
29992999
resolution: "@emotion/utils@workspace:packages/utils"
30003000
dependencies:

0 commit comments

Comments
 (0)