Skip to content

Commit

Permalink
Version Packages (#3247)
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] authored Sep 21, 2024
1 parent 532ff57 commit 31fa40b
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 21 deletions.
6 changes: 0 additions & 6 deletions .changeset/curly-jars-punch.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/eighty-garlics-dance.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/is-prop-valid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @emotion/is-prop-valid

## 1.3.1

### Patch Changes

- [#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.

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/is-prop-valid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/is-prop-valid",
"version": "1.3.0",
"version": "1.3.1",
"description": "A function to check whether a prop is valid for HTML and SVG elements",
"main": "dist/emotion-is-prop-valid.cjs.js",
"module": "dist/emotion-is-prop-valid.esm.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/serialize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @emotion/serialize

## 1.3.2

### Patch Changes

- [#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

- Updated dependencies [[`ad630e3`](https://github.com/emotion-js/emotion/commit/ad630e33b57afbed0207e0b41724c27b4d79176c)]:
- @emotion/utils@1.4.1

## 1.3.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/serialize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/serialize",
"version": "1.3.1",
"version": "1.3.2",
"description": "serialization utils for emotion",
"main": "dist/emotion-serialize.cjs.js",
"module": "dist/emotion-serialize.esm.js",
Expand All @@ -17,7 +17,7 @@
"@emotion/hash": "^0.9.2",
"@emotion/memoize": "^0.9.0",
"@emotion/unitless": "^0.10.0",
"@emotion/utils": "^1.4.0",
"@emotion/utils": "^1.4.1",
"csstype": "^3.0.2"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @emotion/utils

## 1.4.1

### Patch Changes

- [#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

## 1.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/utils",
"version": "1.4.0",
"version": "1.4.1",
"description": "internal utils for emotion",
"main": "dist/emotion-utils.cjs.js",
"module": "dist/emotion-utils.esm.js",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2918,7 +2918,7 @@ __metadata:
"@emotion/hash": ^0.9.2
"@emotion/memoize": ^0.9.0
"@emotion/unitless": ^0.10.0
"@emotion/utils": ^1.4.0
"@emotion/utils": ^1.4.1
csstype: ^3.0.2
typescript: ^5.4.5
languageName: unknown
Expand Down Expand Up @@ -2994,7 +2994,7 @@ __metadata:
languageName: unknown
linkType: soft

"@emotion/utils@^1.4.0, @emotion/utils@workspace:packages/utils":
"@emotion/utils@^1.4.0, @emotion/utils@^1.4.1, @emotion/utils@workspace:packages/utils":
version: 0.0.0-use.local
resolution: "@emotion/utils@workspace:packages/utils"
dependencies:
Expand Down

0 comments on commit 31fa40b

Please sign in to comment.