File tree Expand file tree Collapse file tree 9 files changed +17
-17
lines changed
babel-preset-emotion-css-prop Expand file tree Collapse file tree 9 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 33 "packages" : [
44 " packages/*"
55 ],
6- "version" : " 2.0.0-alpha.1 " ,
6+ "version" : " 2.0.0" ,
77 "npmClient" : " yarn" ,
88 "useWorkspaces" : true
99}
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" : " 2.0.0-alpha.1 " ,
4+ "version" : " 2.0.0" ,
55 "sideEffects" : false ,
66 "main" : " dist/index.js" ,
77 "module" : " dist/babel-preset-emotion-css-prop.esm.js" ,
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-alpha.1 " ,
4+ "version" : " 2.0.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-alpha.1 "
28+ "@xstyled/system" : " ^2.0.0"
2929 }
3030}
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-alpha.1 " ,
4+ "version" : " 2.0.0" ,
55 "keywords" : [
66 " emotion" ,
77 " css" ,
3636 },
3737 "dependencies" : {
3838 "@babel/runtime" : " ^7.11.2" ,
39- "@xstyled/core" : " ^2.0.0-alpha.1 " ,
40- "@xstyled/system" : " ^2.0.0-alpha.1 " ,
41- "@xstyled/util" : " ^2.0.0-alpha.1 "
39+ "@xstyled/core" : " ^2.0.0" ,
40+ "@xstyled/system" : " ^2.0.0" ,
41+ "@xstyled/util" : " ^2.0.0"
4242 }
4343}
Original file line number Diff line number Diff line change 11{
22 "name" : " @xstyled/prop-types" ,
33 "description" : " Generate prop-types from xstyled utilities." ,
4- "version" : " 2.0.0-alpha.1 " ,
4+ "version" : " 2.0.0" ,
55 "keywords" : [
66 " emotion" ,
77 " 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-alpha.1 " ,
4+ "version" : " 2.0.0" ,
55 "keywords" : [
66 " styled-components" ,
77 " css" ,
3535 },
3636 "dependencies" : {
3737 "@babel/runtime" : " ^7.11.2" ,
38- "@xstyled/core" : " ^2.0.0-alpha.1 " ,
39- "@xstyled/system" : " ^2.0.0-alpha.1 " ,
40- "@xstyled/util" : " ^2.0.0-alpha.1 "
38+ "@xstyled/core" : " ^2.0.0" ,
39+ "@xstyled/system" : " ^2.0.0" ,
40+ "@xstyled/util" : " ^2.0.0"
4141 }
4242}
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-alpha.1 " ,
4+ "version" : " 2.0.0" ,
55 "keywords" : [
66 " emotion" ,
77 " styled-components" ,
3333 },
3434 "dependencies" : {
3535 "@babel/runtime" : " ^7.11.2" ,
36- "@xstyled/util" : " ^2.0.0-alpha.1 " ,
36+ "@xstyled/util" : " ^2.0.0" ,
3737 "csstype" : " ^3.0.3 "
3838 }
3939}
Original file line number Diff line number Diff line change 11{
22 "name" : " @xstyled/util" ,
33 "description" : " xstyled common utilities." ,
4- "version" : " 2.0.0-alpha.1 " ,
4+ "version" : " 2.0.0" ,
55 "sideEffects" : false ,
66 "main" : " dist/index.js" ,
77 "module" : " dist/util.esm.js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @xstyled/website" ,
3- "version" : " 2.0.0-alpha.1 " ,
3+ "version" : " 2.0.0" ,
44 "private" : true ,
55 "scripts" : {
66 "build" : " gatsby build && cp _redirects public/" ,
You can’t perform that action at this time.
0 commit comments