File tree Expand file tree Collapse file tree 12 files changed +75
-12
lines changed Expand file tree Collapse file tree 12 files changed +75
-12
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.1] ( https://github.com/gregberge/xstyled/compare/v2.2.0...v2.2.1 ) (2021-01-31)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** emotion:** fix interpolation usage ([ #184 ] ( https://github.com/gregberge/xstyled/issues/184 ) ) ([ d093e7f] ( https://github.com/gregberge/xstyled/commit/d093e7feceb19ac061a358e06f6204c55f41af76 ) )
12+ * remove size utility ([ #183 ] ( https://github.com/gregberge/xstyled/issues/183 ) ) ([ 3fb9239] ( https://github.com/gregberge/xstyled/commit/3fb92397a4f2e9e824504c16f2a12e84c46637d6 ) )
13+
14+
15+
16+
17+
618# [ 2.2.0] ( https://github.com/gregberge/xstyled/compare/v2.1.0...v2.2.0 ) (2021-01-18)
719
820
Original file line number Diff line number Diff line change 11{
22 "lerna" : " 3.3.0" ,
3- "packages" : [" packages/*" ],
4- "version" : " 2.2.0" ,
3+ "packages" : [
4+ " packages/*"
5+ ],
6+ "version" : " 2.2.1" ,
57 "npmClient" : " yarn" ,
68 "useWorkspaces" : true
79}
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.1] ( https://github.com/gregberge/xstyled/tree/master/packages/core/compare/v2.2.0...v2.2.1 ) (2021-01-31)
7+
8+ ** Note:** Version bump only for package @xstyled/core
9+
10+
11+
12+
13+
614# [ 2.2.0] ( https://github.com/gregberge/xstyled/tree/master/packages/core/compare/v2.1.0...v2.2.0 ) (2021-01-18)
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.2.0 " ,
4+ "version" : " 2.2.1 " ,
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.2.0 "
28+ "@xstyled/system" : " ^2.2.1 "
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.1] ( https://github.com/gregberge/xstyled/tree/master/packages/emotion/compare/v2.2.0...v2.2.1 ) (2021-01-31)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** emotion:** fix interpolation usage ([ #184 ] ( https://github.com/gregberge/xstyled/tree/master/packages/emotion/issues/184 ) ) ([ d093e7f] ( https://github.com/gregberge/xstyled/tree/master/packages/emotion/commit/d093e7feceb19ac061a358e06f6204c55f41af76 ) )
12+
13+
14+
15+
16+
617# [ 2.2.0] ( https://github.com/gregberge/xstyled/tree/master/packages/emotion/compare/v2.1.0...v2.2.0 ) (2021-01-18)
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.2.0 " ,
4+ "version" : " 2.2.1 " ,
55 "keywords" : [
66 " emotion" ,
77 " css" ,
3636 },
3737 "dependencies" : {
3838 "@babel/runtime" : " ^7.11.2" ,
39- "@xstyled/core" : " ^2.2.0 " ,
40- "@xstyled/system" : " ^2.2.0 " ,
39+ "@xstyled/core" : " ^2.2.1 " ,
40+ "@xstyled/system" : " ^2.2.1 " ,
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.1] ( https://github.com/gregberge/xstyled/tree/master/packages/styled-components/compare/v2.2.0...v2.2.1 ) (2021-01-31)
7+
8+ ** Note:** Version bump only for package @xstyled/styled-components
9+
10+
11+
12+
13+
614# [ 2.2.0] ( https://github.com/gregberge/xstyled/tree/master/packages/styled-components/compare/v2.1.0...v2.2.0 ) (2021-01-18)
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.2.0 " ,
4+ "version" : " 2.2.1 " ,
55 "keywords" : [
66 " styled-components" ,
77 " css" ,
3535 },
3636 "dependencies" : {
3737 "@babel/runtime" : " ^7.11.2" ,
38- "@xstyled/core" : " ^2.2.0 " ,
39- "@xstyled/system" : " ^2.2.0 " ,
38+ "@xstyled/core" : " ^2.2.1 " ,
39+ "@xstyled/system" : " ^2.2.1 " ,
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.1] ( https://github.com/gregberge/xstyled/tree/master/packages/system/compare/v2.2.0...v2.2.1 ) (2021-01-31)
7+
8+
9+ ### Bug Fixes
10+
11+ * remove size utility ([ #183 ] ( https://github.com/gregberge/xstyled/tree/master/packages/system/issues/183 ) ) ([ 3fb9239] ( https://github.com/gregberge/xstyled/tree/master/packages/system/commit/3fb92397a4f2e9e824504c16f2a12e84c46637d6 ) )
12+
13+
14+
15+
16+
617# [ 2.2.0] ( https://github.com/gregberge/xstyled/tree/master/packages/system/compare/v2.1.0...v2.2.0 ) (2021-01-18)
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.2.0 " ,
4+ "version" : " 2.2.1 " ,
55 "keywords" : [
66 " emotion" ,
77 " styled-components" ,
You can’t perform that action at this time.
0 commit comments