styled-components / xstyled

A utility-first CSS-in-JS framework built for React. 💅👩‍🎤⚡️
https://xstyled.dev
MIT License
2.27k stars 107 forks source link

breaking feat: adopt styled-components v6 #419

Closed quantizor closed 2 months ago

quantizor commented 2 months ago

~This PR relies on https://github.com/styled-components/styled-components/pull/4307 (currently published under the test tag)~ released

To test this:

yarn add @xstyled/styled-components@beta styled-components@^6.1.11

TODO:

quantizor commented 2 months ago

Alright I'm annoyed by lerna, I cannot for the life of me figure out how to only do a major bump for @xstyled/styled-components. No matter how I organize the commits it always bumps all of the packages even though I changed the versioning strategy to independent 😠

Edit: Manually bumping the version and yarn lerna publish from-package --conventional-commits did it