-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version Packages (next) #999
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/sumup/oss-circuit-ui/88F95AAuQbNKY2JLa65E5hN1Ajwd |
ccc4a9f
to
9b8cb79
Compare
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "@sumup/circuit-ui", | |||
"version": "3.0.0-next.0", | |||
"version": "3.0.0-next.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 this works
@connor-baer should I also update the versions in the dependencies and peer dependencies then?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you update the package versions, changesets should figure out the dependencies automatically.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It didn't 🤔 I updated them on next
9b8cb79
to
5152d3c
Compare
5152d3c
to
9a53228
Compare
9a53228
to
4c06b51
Compare
4c06b51
to
86e03ea
Compare
86e03ea
to
956cfa3
Compare
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to next, this PR will be updated.
next
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onnext
.Releases
@sumup/[email protected]
Major Changes
#1000
8f181a6c
Thanks @robinmetral! - Improved keyboard and accessibility support.aria-haspopup
andaria-controls
props.#1000
8f181a6c
Thanks @robinmetral! - Extended the Popover list item state with disabled variant.Minor Changes
#997
4e6bbfea
Thanks @robinmetral! - Exported the missing style mixins from Circuit.#998
43b1403a
Thanks @robinmetral! - Extended the typography-sizes codemod to transform the Anchor component and warn of any necessary manual migration.Patch Changes
efe0210e
Thanks @connor-baer! - Refactored the modal components to consistently dispatch tracking events.