Skip to content

Commit a13b7c5

Browse files
committed
v2.3.0
1 parent 9731640 commit a13b7c5

File tree

16 files changed

+134
-15
lines changed

16 files changed

+134
-15
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,34 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.3.0](https://github.com/gregberge/xstyled/compare/v2.2.3...v2.3.0) (2021-03-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **emotion:** pass options through ([#202](https://github.com/gregberge/xstyled/issues/202)) ([781704c](https://github.com/gregberge/xstyled/commit/781704cd2baa9bb9447e720dacb3a3d596276cd1))
12+
* **styled:** use space in column-gap & row-gap ([517c08e](https://github.com/gregberge/xstyled/commit/517c08e4caf4ada2b5370f92c6abc211a938d3ad)), closes [#200](https://github.com/gregberge/xstyled/issues/200)
13+
* **transform:** confused by comments, whitespace ([93cba6a](https://github.com/gregberge/xstyled/commit/93cba6adc043dce0389d057d2ab9b88a3b7fa917))
14+
* **types:** add missing alignContent prop ([eb3c47f](https://github.com/gregberge/xstyled/commit/eb3c47f856166c2f3803025f88d1546f71f058ae)), closes [#205](https://github.com/gregberge/xstyled/issues/205)
15+
* **types:** invalid color prop ([0660565](https://github.com/gregberge/xstyled/commit/0660565773898ec4f87eb66f90a42d5511753953))
16+
17+
18+
### Features
19+
20+
* add float property ([0335114](https://github.com/gregberge/xstyled/commit/0335114280242a2554e300e565065e083459550f)), closes [#192](https://github.com/gregberge/xstyled/issues/192)
21+
* add maxW, maxH, minW, minH shortcuts ([fde802e](https://github.com/gregberge/xstyled/commit/fde802ec0e73b6fb6826936c4bac072348c275b3)), closes [#199](https://github.com/gregberge/xstyled/issues/199)
22+
* **durations:** bind durations to `theme.durations` ([362dea3](https://github.com/gregberge/xstyled/commit/362dea3284a7a9a951ba1b26822dceed78d2ed4d))
23+
* **transform:** min/max widths in media queries ([aa1f518](https://github.com/gregberge/xstyled/commit/aa1f518f26c098e30299b4fb1f36db95f1ccab86))
24+
25+
26+
### Performance Improvements
27+
28+
* add media query to benchmark ([af10f5a](https://github.com/gregberge/xstyled/commit/af10f5abcdea00cd06396360c9bb696541b73e28))
29+
30+
31+
32+
33+
634
## [2.2.3](https://github.com/gregberge/xstyled/compare/v2.2.2...v2.2.3) (2021-02-13)
735

836

benchmarks/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [2.3.0](https://github.com/gregberge/xstyled/compare/v2.2.3...v2.3.0) (2021-03-23)
7+
8+
9+
### Performance Improvements
10+
11+
* add media query to benchmark ([af10f5a](https://github.com/gregberge/xstyled/commit/af10f5abcdea00cd06396360c9bb696541b73e28))

benchmarks/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xstyled/benchmarks",
3-
"version": "2.2.3",
3+
"version": "2.3.0",
44
"private": true,
55
"scripts": {
66
"bench-system": "node ./system.js",
@@ -26,8 +26,8 @@
2626
"@emotion/core": "^11.0.0",
2727
"@emotion/react": "^11.1.5",
2828
"@emotion/styled": "^11.1.5",
29-
"@xstyled/emotion": "^2.2.3",
30-
"@xstyled/styled-components": "^2.2.3",
29+
"@xstyled/emotion": "^2.3.0",
30+
"@xstyled/styled-components": "^2.3.0",
3131
"emotion-theming": "^11.0.0",
3232
"styled-components": "^5.2.1",
3333
"styled-system": "^5.1.5"

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "2.2.3",
6+
"version": "2.3.0",
77
"npmClient": "yarn",
88
"useWorkspaces": true
99
}

packages/babel-preset-emotion-css-prop/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.3.0](https://github.com/gregberge/xstyled/tree/master/packages/babel-preset-emotion-css-prop/compare/v2.2.3...v2.3.0) (2021-03-23)
7+
8+
**Note:** Version bump only for package @xstyled/babel-preset-emotion-css-prop
9+
10+
11+
12+
13+
614
## [2.2.2](https://github.com/gregberge/xstyled/tree/master/packages/babel-preset-emotion-css-prop/compare/v2.2.1...v2.2.2) (2021-02-03)
715

816
**Note:** Version bump only for package @xstyled/babel-preset-emotion-css-prop

packages/babel-preset-emotion-css-prop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@xstyled/babel-preset-emotion-css-prop",
33
"description": "A babel preset to automatically enable emotion's css prop with xstyled.",
4-
"version": "2.2.2",
4+
"version": "2.3.0",
55
"sideEffects": false,
66
"main": "dist/index.js",
77
"module": "dist/babel-preset-emotion-css-prop.esm.js",

packages/core/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.3.0](https://github.com/gregberge/xstyled/tree/master/packages/core/compare/v2.2.3...v2.3.0) (2021-03-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **styled:** use space in column-gap & row-gap ([517c08e](https://github.com/gregberge/xstyled/tree/master/packages/core/commit/517c08e4caf4ada2b5370f92c6abc211a938d3ad)), closes [#200](https://github.com/gregberge/xstyled/tree/master/packages/core/issues/200)
12+
* **transform:** confused by comments, whitespace ([93cba6a](https://github.com/gregberge/xstyled/tree/master/packages/core/commit/93cba6adc043dce0389d057d2ab9b88a3b7fa917))
13+
14+
15+
### Features
16+
17+
* **durations:** bind durations to `theme.durations` ([362dea3](https://github.com/gregberge/xstyled/tree/master/packages/core/commit/362dea3284a7a9a951ba1b26822dceed78d2ed4d))
18+
* **transform:** min/max widths in media queries ([aa1f518](https://github.com/gregberge/xstyled/tree/master/packages/core/commit/aa1f518f26c098e30299b4fb1f36db95f1ccab86))
19+
20+
21+
22+
23+
624
## [2.2.3](https://github.com/gregberge/xstyled/tree/master/packages/core/compare/v2.2.2...v2.2.3) (2021-02-13)
725

826
**Note:** Version bump only for package @xstyled/core

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@xstyled/core",
33
"description": "xstyled core utilities.",
4-
"version": "2.2.3",
4+
"version": "2.3.0",
55
"sideEffects": false,
66
"main": "dist/index.js",
77
"module": "dist/core.esm.js",
@@ -24,6 +24,6 @@
2424
"access": "public"
2525
},
2626
"dependencies": {
27-
"@xstyled/system": "^2.2.3"
27+
"@xstyled/system": "^2.3.0"
2828
}
2929
}

packages/emotion/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.3.0](https://github.com/gregberge/xstyled/tree/master/packages/emotion/compare/v2.2.3...v2.3.0) (2021-03-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **emotion:** pass options through ([#202](https://github.com/gregberge/xstyled/tree/master/packages/emotion/issues/202)) ([781704c](https://github.com/gregberge/xstyled/tree/master/packages/emotion/commit/781704cd2baa9bb9447e720dacb3a3d596276cd1))
12+
13+
14+
15+
16+
617
## [2.2.3](https://github.com/gregberge/xstyled/tree/master/packages/emotion/compare/v2.2.2...v2.2.3) (2021-02-13)
718

819
**Note:** Version bump only for package @xstyled/emotion

packages/emotion/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@xstyled/emotion",
33
"description": "A utility-first CSS-in-JS framework built for React (Emotion bindings).",
4-
"version": "2.2.3",
4+
"version": "2.3.0",
55
"keywords": [
66
"emotion",
77
"css",
@@ -35,8 +35,8 @@
3535
"@emotion/styled": "^11.0.0"
3636
},
3737
"dependencies": {
38-
"@xstyled/core": "^2.2.3",
39-
"@xstyled/system": "^2.2.3",
38+
"@xstyled/core": "^2.3.0",
39+
"@xstyled/system": "^2.3.0",
4040
"@xstyled/util": "^2.2.3"
4141
}
4242
}

0 commit comments

Comments
 (0)