File tree Expand file tree Collapse file tree 12 files changed +86
-10
lines changed
babel-preset-emotion-css-prop Expand file tree Collapse file tree 12 files changed +86
-10
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.2.0] ( https://github.com/smooth-code/xstyled/compare/v1.1.1...v1.2.0 ) (2019-06-07)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** styled-components:** support createGlobalStyle ([ ec798b4] ( https://github.com/smooth-code/xstyled/commit/ec798b4 ) )
12+
13+
14+ ### Features
15+
16+ * support emotion ([ 4b600a4] ( https://github.com/smooth-code/xstyled/commit/4b600a4 ) )
17+
18+
19+
20+
21+
622## [ 1.1.1] ( https://github.com/smooth-code/xstyled/compare/v1.1.0...v1.1.1 ) (2019-06-03)
723
824
Original file line number Diff line number Diff line change 33 "packages" : [
44 " packages/*"
55 ],
6- "version" : " 1.1.1 " ,
6+ "version" : " 1.2.0 " ,
77 "npmClient" : " yarn" ,
88 "useWorkspaces" : true
99}
Original file line number Diff line number Diff line change 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+ # [ 1.2.0] ( https://github.com/smooth-code/xstyled/compare/v1.1.1...v1.2.0 ) (2019-06-07)
7+
8+
9+ ### Features
10+
11+ * support emotion ([ 4b600a4] ( https://github.com/smooth-code/xstyled/commit/4b600a4 ) )
Original file line number Diff line number Diff line change 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" : " 1.1.1 " ,
4+ "version" : " 1.2.0 " ,
55 "sideEffects" : false ,
66 "main" : " dist/xstyled-babel-preset-emotion-css-prop.cjs.js" ,
77 "module" : " dist/xstyled-babel-preset-emotion-css-prop.es.js" ,
Original file line number Diff line number Diff line change 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+ # [ 1.2.0] ( https://github.com/smooth-code/xstyled/compare/v1.1.1...v1.2.0 ) (2019-06-07)
7+
8+
9+ ### Features
10+
11+ * support emotion ([ 4b600a4] ( https://github.com/smooth-code/xstyled/commit/4b600a4 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " @xstyled/core" ,
33 "description" : " xstyled core utilities" ,
4- "version" : " 1.1.1 " ,
4+ "version" : " 1.2.0 " ,
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.1.1 "
20+ "@xstyled/system" : " ^1.2.0 "
2121 }
2222}
Original file line number Diff line number Diff line change 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+ # [ 1.2.0] ( https://github.com/smooth-code/xstyled/compare/v1.1.1...v1.2.0 ) (2019-06-07)
7+
8+
9+ ### Features
10+
11+ * support emotion ([ 4b600a4] ( https://github.com/smooth-code/xstyled/commit/4b600a4 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " @xstyled/emotion" ,
33 "description" : " Xstyled bindings for emotion." ,
4- "version" : " 1.1.1 " ,
4+ "version" : " 1.2.0 " ,
55 "keywords" : [
66 " emotion" ,
77 " css" ,
2222 "access" : " public"
2323 },
2424 "peerDependencies" : {
25- "@emotion/styled" : " ^10.0.0" ,
2625 "@emotion/core" : " ^10.0.0" ,
26+ "@emotion/styled" : " ^10.0.0" ,
2727 "emotion-theming" : " ^10.0.0"
2828 },
2929 "dependencies" : {
3030 "@babel/runtime" : " ^7.4.4" ,
31- "@xstyled/core" : " ^1.1.1 "
31+ "@xstyled/core" : " ^1.2.0 "
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.2.0] ( https://github.com/smooth-code/xstyled/compare/v1.1.1...v1.2.0 ) (2019-06-07)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** styled-components:** support createGlobalStyle ([ ec798b4] ( https://github.com/smooth-code/xstyled/commit/ec798b4 ) )
12+
13+
14+ ### Features
15+
16+ * support emotion ([ 4b600a4] ( https://github.com/smooth-code/xstyled/commit/4b600a4 ) )
17+
18+
19+
20+
21+
622## [ 1.1.1] ( https://github.com/smooth-code/xstyled/compare/v1.1.0...v1.1.1 ) (2019-06-03)
723
824
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.1.1 " ,
4+ "version" : " 1.2.0 " ,
55 "keywords" : [
66 " styled-components" ,
77 " css" ,
2626 },
2727 "dependencies" : {
2828 "@babel/runtime" : " ^7.4.4" ,
29- "@xstyled/core" : " ^1.1.1 "
29+ "@xstyled/core" : " ^1.2.0 "
3030 }
3131}
You can’t perform that action at this time.
0 commit comments