Skip to content

Commit

Permalink
Version Packages (#3235)
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 Aug 21, 2024
1 parent 153cf88 commit 3f46884
Show file tree
Hide file tree
Showing 12 changed files with 40 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/heavy-pets-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-rice-wonder.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"devDependencies": {
"@definitelytyped/dtslint": "0.0.112",
"@emotion/css": "11.13.0",
"@emotion/react": "11.13.0",
"@emotion/react": "11.13.3",
"@types/jest": "^29.5.12",
"enzyme-to-json": "^3.6.1",
"pretty-format": "^22.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/primitives-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": ">=16.8.0"
},
"devDependencies": {
"@emotion/react": "11.13.0",
"@emotion/react": "11.13.3",
"@types/css-to-react-native": "^3.0.0",
"react": "16.14.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @emotion/react

## 11.13.3

### Patch Changes

- [#3232](https://github.com/emotion-js/emotion/pull/3232) [`0ce3ed0`](https://github.com/emotion-js/emotion/commit/0ce3ed0ff3f7d1ddf91db2859f863f230b063e13) Thanks [@ENvironmentSet](https://github.com/ENvironmentSet)! - Distribute `css` prop attachment over props that are union types

- Updated dependencies []:
- @emotion/serialize@1.3.1

## 11.13.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/react",
"version": "11.13.0",
"version": "11.13.3",
"main": "dist/emotion-react.cjs.js",
"module": "dist/emotion-react.esm.js",
"exports": {
Expand Down Expand Up @@ -263,7 +263,7 @@
"@babel/runtime": "^7.18.3",
"@emotion/babel-plugin": "^11.12.0",
"@emotion/cache": "^11.13.0",
"@emotion/serialize": "^1.3.0",
"@emotion/serialize": "^1.3.1",
"@emotion/use-insertion-effect-with-fallbacks": "^1.1.0",
"@emotion/utils": "^1.4.0",
"@emotion/weak-memoize": "^0.4.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/serialize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @emotion/serialize

## 1.3.1

### Patch Changes

- Updated dependencies [[`153cf88`](https://github.com/emotion-js/emotion/commit/153cf885521f642462823a25675aa1a5be431db7)]:
- @emotion/unitless@0.10.0

## 1.3.0

### Minor 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.0",
"version": "1.3.1",
"description": "serialization utils for emotion",
"main": "dist/emotion-serialize.cjs.js",
"module": "dist/emotion-serialize.esm.js",
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"@emotion/hash": "^0.9.2",
"@emotion/memoize": "^0.9.0",
"@emotion/unitless": "^0.9.0",
"@emotion/unitless": "^0.10.0",
"@emotion/utils": "^1.4.0",
"csstype": "^3.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/styled/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@babel/runtime": "^7.18.3",
"@emotion/babel-plugin": "^11.12.0",
"@emotion/is-prop-valid": "^1.3.0",
"@emotion/serialize": "^1.3.0",
"@emotion/serialize": "^1.3.1",
"@emotion/use-insertion-effect-with-fallbacks": "^1.1.0",
"@emotion/utils": "^1.4.0"
},
Expand All @@ -29,7 +29,7 @@
},
"devDependencies": {
"@definitelytyped/dtslint": "0.0.112",
"@emotion/react": "11.13.0",
"@emotion/react": "11.13.3",
"react": "16.14.0",
"typescript": "^5.4.5"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/unitless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @emotion/unitless

## 0.10.0

### Minor Changes

- [#3240](https://github.com/emotion-js/emotion/pull/3240) [`153cf88`](https://github.com/emotion-js/emotion/commit/153cf885521f642462823a25675aa1a5be431db7) Thanks [@justinfernald](https://github.com/justinfernald)! - Add `scale` property as unitless

## 0.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/unitless/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/unitless",
"version": "0.9.0",
"version": "0.10.0",
"description": "An object of css properties that don't accept values with units",
"main": "dist/emotion-unitless.cjs.js",
"module": "dist/emotion-unitless.esm.js",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2791,7 +2791,7 @@ __metadata:
"@definitelytyped/dtslint": 0.0.112
"@emotion/css": 11.13.0
"@emotion/css-prettifier": ^1.1.4
"@emotion/react": 11.13.0
"@emotion/react": 11.13.3
"@types/jest": ^29.5.12
chalk: ^4.1.0
enzyme-to-json: ^3.6.1
Expand Down Expand Up @@ -2854,7 +2854,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@emotion/primitives-core@workspace:packages/primitives-core"
dependencies:
"@emotion/react": 11.13.0
"@emotion/react": 11.13.3
"@types/css-to-react-native": ^3.0.0
css-to-react-native: ^3.0.0
react: 16.14.0
Expand All @@ -2881,7 +2881,7 @@ __metadata:
languageName: unknown
linkType: soft

"@emotion/[email protected].0, @emotion/react@^11.4.1, @emotion/react@workspace:packages/react":
"@emotion/[email protected].3, @emotion/react@^11.4.1, @emotion/react@workspace:packages/react":
version: 0.0.0-use.local
resolution: "@emotion/react@workspace:packages/react"
dependencies:
Expand All @@ -2891,7 +2891,7 @@ __metadata:
"@emotion/cache": ^11.13.0
"@emotion/css": 11.13.0
"@emotion/css-prettifier": 1.1.4
"@emotion/serialize": ^1.3.0
"@emotion/serialize": ^1.3.1
"@emotion/server": 11.11.0
"@emotion/styled": 11.13.0
"@emotion/use-insertion-effect-with-fallbacks": ^1.1.0
Expand All @@ -2910,14 +2910,14 @@ __metadata:
languageName: unknown
linkType: soft

"@emotion/serialize@^1.2.0, @emotion/serialize@^1.3.0, @emotion/serialize@workspace:packages/serialize":
"@emotion/serialize@^1.2.0, @emotion/serialize@^1.3.0, @emotion/serialize@^1.3.1, @emotion/serialize@workspace:packages/serialize":
version: 0.0.0-use.local
resolution: "@emotion/serialize@workspace:packages/serialize"
dependencies:
"@definitelytyped/dtslint": 0.0.112
"@emotion/hash": ^0.9.2
"@emotion/memoize": ^0.9.0
"@emotion/unitless": ^0.9.0
"@emotion/unitless": ^0.10.0
"@emotion/utils": ^1.4.0
csstype: ^3.0.2
typescript: ^5.4.5
Expand Down Expand Up @@ -2963,8 +2963,8 @@ __metadata:
"@definitelytyped/dtslint": 0.0.112
"@emotion/babel-plugin": ^11.12.0
"@emotion/is-prop-valid": ^1.3.0
"@emotion/react": 11.13.0
"@emotion/serialize": ^1.3.0
"@emotion/react": 11.13.3
"@emotion/serialize": ^1.3.1
"@emotion/use-insertion-effect-with-fallbacks": ^1.1.0
"@emotion/utils": ^1.4.0
react: 16.14.0
Expand All @@ -2978,7 +2978,7 @@ __metadata:
languageName: unknown
linkType: soft

"@emotion/unitless@^0.9.0, @emotion/unitless@workspace:packages/unitless":
"@emotion/unitless@^0.10.0, @emotion/unitless@workspace:packages/unitless":
version: 0.0.0-use.local
resolution: "@emotion/unitless@workspace:packages/unitless"
languageName: unknown
Expand Down

0 comments on commit 3f46884

Please sign in to comment.