File tree Expand file tree Collapse file tree 12 files changed +73
-11
lines changed Expand file tree Collapse file tree 12 files changed +73
-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.2.0] ( https://github.com/gregberge/xstyled/compare/v2.1.0...v2.2.0 ) (2021-01-18)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** typings:** fix massive type in createX ([ #173 ] ( https://github.com/gregberge/xstyled/issues/173 ) ) ([ 273e395] ( https://github.com/gregberge/xstyled/commit/273e395a0ce1d72d0b72aea67297986fa2e37b09 ) )
12+
13+
14+ ### Features
15+
16+ * ** typings:** type of colors object being more specific ([ #174 ] ( https://github.com/gregberge/xstyled/issues/174 ) ) ([ 379e54d] ( https://github.com/gregberge/xstyled/commit/379e54d0bdb53a71dc013171aa0ebe8bf60af363 ) )
17+
18+
19+
20+
21+
622# [ 2.1.0] ( https://github.com/smooth-code/xstyled/compare/v2.0.0...v2.1.0 ) (2021-01-11)
723
824
Original file line number Diff line number Diff line change 33 "packages" : [
44 " packages/*"
55 ],
6- "version" : " 2.1 .0" ,
6+ "version" : " 2.2 .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.2.0] ( https://github.com/gregberge/xstyled/tree/master/packages/core/compare/v2.1.0...v2.2.0 ) (2021-01-18)
7+
8+ ** Note:** Version bump only for package @xstyled/core
9+
10+
11+
12+
13+
614# [ 2.1.0] ( https://github.com/gregberge/xstyled/tree/master/packages/core/compare/v2.0.0...v2.1.0 ) (2021-01-11)
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.1 .0" ,
4+ "version" : " 2.2 .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.1 .0"
28+ "@xstyled/system" : " ^2.2 .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.2.0] ( https://github.com/gregberge/xstyled/tree/master/packages/emotion/compare/v2.1.0...v2.2.0 ) (2021-01-18)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** typings:** fix massive type in createX ([ #173 ] ( https://github.com/gregberge/xstyled/tree/master/packages/emotion/issues/173 ) ) ([ 273e395] ( https://github.com/gregberge/xstyled/tree/master/packages/emotion/commit/273e395a0ce1d72d0b72aea67297986fa2e37b09 ) )
12+
13+
14+
15+
16+
617# [ 2.1.0] ( https://github.com/gregberge/xstyled/tree/master/packages/emotion/compare/v2.0.0...v2.1.0 ) (2021-01-11)
718
819
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.1 .0" ,
4+ "version" : " 2.2 .0" ,
55 "keywords" : [
66 " emotion" ,
77 " css" ,
3636 },
3737 "dependencies" : {
3838 "@babel/runtime" : " ^7.11.2" ,
39- "@xstyled/core" : " ^2.1 .0" ,
40- "@xstyled/system" : " ^2.1 .0" ,
39+ "@xstyled/core" : " ^2.2 .0" ,
40+ "@xstyled/system" : " ^2.2 .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.2.0] ( https://github.com/gregberge/xstyled/tree/master/packages/styled-components/compare/v2.1.0...v2.2.0 ) (2021-01-18)
7+
8+ ** Note:** Version bump only for package @xstyled/styled-components
9+
10+
11+
12+
13+
614# [ 2.1.0] ( https://github.com/gregberge/xstyled/tree/master/packages/styled-components/compare/v2.0.0...v2.1.0 ) (2021-01-11)
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.1 .0" ,
4+ "version" : " 2.2 .0" ,
55 "keywords" : [
66 " styled-components" ,
77 " css" ,
3535 },
3636 "dependencies" : {
3737 "@babel/runtime" : " ^7.11.2" ,
38- "@xstyled/core" : " ^2.1 .0" ,
39- "@xstyled/system" : " ^2.1 .0" ,
38+ "@xstyled/core" : " ^2.2 .0" ,
39+ "@xstyled/system" : " ^2.2 .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.2.0] ( https://github.com/gregberge/xstyled/tree/master/packages/system/compare/v2.1.0...v2.2.0 ) (2021-01-18)
7+
8+
9+ ### Features
10+
11+ * ** typings:** type of colors object being more specific ([ #174 ] ( https://github.com/gregberge/xstyled/tree/master/packages/system/issues/174 ) ) ([ 379e54d] ( https://github.com/gregberge/xstyled/tree/master/packages/system/commit/379e54d0bdb53a71dc013171aa0ebe8bf60af363 ) )
12+
13+
14+
15+
16+
617# [ 2.1.0] ( https://github.com/gregberge/xstyled/tree/master/packages/system/compare/v2.0.0...v2.1.0 ) (2021-01-11)
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.1 .0" ,
4+ "version" : " 2.2 .0" ,
55 "keywords" : [
66 " emotion" ,
77 " styled-components" ,
You can’t perform that action at this time.
0 commit comments