File tree Expand file tree Collapse file tree 12 files changed +87
-11
lines changed Expand file tree Collapse file tree 12 files changed +87
-11
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 2.1.0] ( https://github.com/smooth-code/xstyled/compare/v2.0.0...v2.1.0 ) (2021-01-11)
7+
8+
9+ ### Bug Fixes
10+
11+ * adding children to emotion jsx function ([ #166 ] ( https://github.com/smooth-code/xstyled/issues/166 ) ) ([ 6bc0d4e] ( https://github.com/smooth-code/xstyled/commit/6bc0d4ea574e1a6cdee622c8d0b8a7b431b2028a ) )
12+ * size 0.5 conflict fluid range ([ #168 ] ( https://github.com/smooth-code/xstyled/issues/168 ) ) ([ 762aa1c] ( https://github.com/smooth-code/xstyled/commit/762aa1ccf6e4829d0664481a2be2e2ad2c4a0bf9 ) )
13+
14+
15+ ### Features
16+
17+ * ** emotion:** add preflight component to emotion ([ #167 ] ( https://github.com/smooth-code/xstyled/issues/167 ) ) ([ b56e6b6] ( https://github.com/smooth-code/xstyled/commit/b56e6b66c26f3854bc17d6622567081122556fb4 ) )
18+
19+
20+
21+
22+
623## [ 1.19.1] ( https://github.com/gregberge/xstyled/compare/v1.19.0...v1.19.1 ) (2020-11-04)
724
825
Original file line number Diff line number Diff line change 33 "packages" : [
44 " packages/*"
55 ],
6- "version" : " 2.0 .0" ,
6+ "version" : " 2.1 .0" ,
77 "npmClient" : " yarn" ,
88 "useWorkspaces" : true
99}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 2.1.0] ( https://github.com/gregberge/xstyled/tree/master/packages/core/compare/v2.0.0...v2.1.0 ) (2021-01-11)
7+
8+ ** Note:** Version bump only for package @xstyled/core
9+
10+
11+
12+
13+
614## [ 1.19.1] ( https://github.com/gregberge/xstyled/tree/master/packages/core/compare/v1.19.0...v1.19.1 ) (2020-11-04)
715
816** Note:** Version bump only for package @xstyled/core
Original file line number Diff line number Diff line change 11{
22 "name" : " @xstyled/core" ,
33 "description" : " xstyled core utilities." ,
4- "version" : " 2.0 .0" ,
4+ "version" : " 2.1 .0" ,
55 "sideEffects" : false ,
66 "main" : " dist/index.js" ,
77 "module" : " dist/core.esm.js" ,
2525 },
2626 "dependencies" : {
2727 "@babel/runtime" : " ^7.11.2" ,
28- "@xstyled/system" : " ^2.0 .0"
28+ "@xstyled/system" : " ^2.1 .0"
2929 }
3030}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 2.1.0] ( https://github.com/gregberge/xstyled/tree/master/packages/emotion/compare/v2.0.0...v2.1.0 ) (2021-01-11)
7+
8+
9+ ### Bug Fixes
10+
11+ * adding children to emotion jsx function ([ #166 ] ( https://github.com/gregberge/xstyled/tree/master/packages/emotion/issues/166 ) ) ([ 6bc0d4e] ( https://github.com/gregberge/xstyled/tree/master/packages/emotion/commit/6bc0d4ea574e1a6cdee622c8d0b8a7b431b2028a ) )
12+
13+
14+ ### Features
15+
16+ * ** emotion:** add preflight component to emotion ([ #167 ] ( https://github.com/gregberge/xstyled/tree/master/packages/emotion/issues/167 ) ) ([ b56e6b6] ( https://github.com/gregberge/xstyled/tree/master/packages/emotion/commit/b56e6b66c26f3854bc17d6622567081122556fb4 ) )
17+
18+
19+
20+
21+
622## [ 1.19.1] ( https://github.com/gregberge/xstyled/tree/master/packages/emotion/compare/v1.19.0...v1.19.1 ) (2020-11-04)
723
824** Note:** Version bump only for package @xstyled/emotion
Original file line number Diff line number Diff line change 11{
22 "name" : " @xstyled/emotion" ,
33 "description" : " A utility-first CSS-in-JS framework built for React (Emotion bindings)." ,
4- "version" : " 2.0 .0" ,
4+ "version" : " 2.1 .0" ,
55 "keywords" : [
66 " emotion" ,
77 " css" ,
3636 },
3737 "dependencies" : {
3838 "@babel/runtime" : " ^7.11.2" ,
39- "@xstyled/core" : " ^2.0 .0" ,
40- "@xstyled/system" : " ^2.0 .0" ,
39+ "@xstyled/core" : " ^2.1 .0" ,
40+ "@xstyled/system" : " ^2.1 .0" ,
4141 "@xstyled/util" : " ^2.0.0"
4242 }
4343}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 2.1.0] ( https://github.com/gregberge/xstyled/tree/master/packages/styled-components/compare/v2.0.0...v2.1.0 ) (2021-01-11)
7+
8+ ** Note:** Version bump only for package @xstyled/styled-components
9+
10+
11+
12+
13+
614## [ 1.19.1] ( https://github.com/gregberge/xstyled/tree/master/packages/styled-components/compare/v1.19.0...v1.19.1 ) (2020-11-04)
715
816** Note:** Version bump only for package @xstyled/styled-components
Original file line number Diff line number Diff line change 11{
22 "name" : " @xstyled/styled-components" ,
33 "description" : " A utility-first CSS-in-JS framework built for React (styled-components bindings)." ,
4- "version" : " 2.0 .0" ,
4+ "version" : " 2.1 .0" ,
55 "keywords" : [
66 " styled-components" ,
77 " css" ,
3535 },
3636 "dependencies" : {
3737 "@babel/runtime" : " ^7.11.2" ,
38- "@xstyled/core" : " ^2.0 .0" ,
39- "@xstyled/system" : " ^2.0 .0" ,
38+ "@xstyled/core" : " ^2.1 .0" ,
39+ "@xstyled/system" : " ^2.1 .0" ,
4040 "@xstyled/util" : " ^2.0.0"
4141 }
4242}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 2.1.0] ( https://github.com/gregberge/xstyled/tree/master/packages/system/compare/v2.0.0...v2.1.0 ) (2021-01-11)
7+
8+
9+ ### Bug Fixes
10+
11+ * size 0.5 conflict fluid range ([ #168 ] ( https://github.com/gregberge/xstyled/tree/master/packages/system/issues/168 ) ) ([ 762aa1c] ( https://github.com/gregberge/xstyled/tree/master/packages/system/commit/762aa1ccf6e4829d0664481a2be2e2ad2c4a0bf9 ) )
12+
13+
14+
15+
16+
617## [ 1.19.1] ( https://github.com/gregberge/xstyled/tree/master/packages/system/compare/v1.19.0...v1.19.1 ) (2020-11-04)
718
819
Original file line number Diff line number Diff line change 11{
22 "name" : " @xstyled/system" ,
33 "description" : " xstyled system utilities." ,
4- "version" : " 2.0 .0" ,
4+ "version" : " 2.1 .0" ,
55 "keywords" : [
66 " emotion" ,
77 " styled-components" ,
You can’t perform that action at this time.
0 commit comments