File tree Expand file tree Collapse file tree 10 files changed +65
-8
lines changed Expand file tree Collapse file tree 10 files changed +65
-8
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+ ## [ 1.5.3] ( https://github.com/smooth-code/xstyled/compare/v1.5.2...v1.5.3 ) (2019-07-07)
7+
8+
9+ ### Bug Fixes
10+
11+ * prevent system props on boxes ([ 4ec5044] ( https://github.com/smooth-code/xstyled/commit/4ec5044 ) )
12+
13+
14+ ### Performance Improvements
15+
16+ * ** system:** improve perf x4 ([ 996b773] ( https://github.com/smooth-code/xstyled/commit/996b773 ) )
17+
18+
19+
20+
21+
622## [ 1.5.2] ( https://github.com/smooth-code/xstyled/compare/v1.5.1...v1.5.2 ) (2019-06-24)
723
824
Original file line number Diff line number Diff line change 33 "packages" : [
44 " packages/*"
55 ],
6- "version" : " 1.5.2 " ,
6+ "version" : " 1.5.3 " ,
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+ ## [ 1.5.3] ( https://github.com/smooth-code/xstyled/compare/v1.5.2...v1.5.3 ) (2019-07-07)
7+
8+
9+ ### Bug Fixes
10+
11+ * prevent system props on boxes ([ 4ec5044] ( https://github.com/smooth-code/xstyled/commit/4ec5044 ) )
12+
13+
14+
15+
16+
617## [ 1.5.2] ( https://github.com/smooth-code/xstyled/compare/v1.5.1...v1.5.2 ) (2019-06-24)
718
819** 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" : " 1.5.2 " ,
4+ "version" : " 1.5.3 " ,
55 "sideEffects" : false ,
66 "main" : " dist/xstyled-core.cjs.js" ,
77 "module" : " dist/xstyled-core.es.js" ,
1717 },
1818 "dependencies" : {
1919 "@babel/runtime" : " ^7.4.4" ,
20- "@xstyled/system" : " ^1.5.2 "
20+ "@xstyled/system" : " ^1.5.3 "
2121 }
2222}
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+ ## [ 1.5.3] ( https://github.com/smooth-code/xstyled/compare/v1.5.2...v1.5.3 ) (2019-07-07)
7+
8+ ** Note:** Version bump only for package @xstyled/emotion
9+
10+
11+
12+
13+
614## [ 1.5.2] ( https://github.com/smooth-code/xstyled/compare/v1.5.1...v1.5.2 ) (2019-06-24)
715
816** 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" : " Xstyled bindings for emotion." ,
4- "version" : " 1.5.2 " ,
4+ "version" : " 1.5.3 " ,
55 "keywords" : [
66 " emotion" ,
77 " css" ,
2828 },
2929 "dependencies" : {
3030 "@babel/runtime" : " ^7.4.4" ,
31- "@xstyled/core" : " ^1.5.2 "
31+ "@xstyled/core" : " ^1.5.3 "
3232 }
3333}
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+ ## [ 1.5.3] ( https://github.com/smooth-code/xstyled/compare/v1.5.2...v1.5.3 ) (2019-07-07)
7+
8+
9+ ### Bug Fixes
10+
11+ * prevent system props on boxes ([ 4ec5044] ( https://github.com/smooth-code/xstyled/commit/4ec5044 ) )
12+
13+
14+
15+
16+
617## [ 1.5.2] ( https://github.com/smooth-code/xstyled/compare/v1.5.1...v1.5.2 ) (2019-06-24)
718
819** 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" : " Xstyled bindings for styled-components." ,
4- "version" : " 1.5.2 " ,
4+ "version" : " 1.5.3 " ,
55 "keywords" : [
66 " styled-components" ,
77 " css" ,
2626 },
2727 "dependencies" : {
2828 "@babel/runtime" : " ^7.4.4" ,
29- "@xstyled/core" : " ^1.5.2 "
29+ "@xstyled/core" : " ^1.5.3 "
3030 }
3131}
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+ ## [ 1.5.3] ( https://github.com/smooth-code/xstyled/compare/v1.5.2...v1.5.3 ) (2019-07-07)
7+
8+
9+ ### Performance Improvements
10+
11+ * ** system:** improve perf x4 ([ 996b773] ( https://github.com/smooth-code/xstyled/commit/996b773 ) )
12+
13+
14+
15+
16+
617## [ 1.5.2] ( https://github.com/smooth-code/xstyled/compare/v1.5.1...v1.5.2 ) (2019-06-24)
718
819
Original file line number Diff line number Diff line change 11{
22 "name" : " @xstyled/system" ,
33 "description" : " Modern style system for styled-components & emotion." ,
4- "version" : " 1.5.2 " ,
4+ "version" : " 1.5.3 " ,
55 "keywords" : [
66 " emotion" ,
77 " styled-components" ,
You can’t perform that action at this time.
0 commit comments