-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update changelog #1056
Update changelog #1056
Conversation
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.
I do like that libraries like react
etc. update the CHANGELOG with Unreleased
when working on PRs. I'm good to merge this in as a discrete commit. When I do releases I usually add the CHANGELOG commit with --amend
as part of the release commit that happens automatically after running yarn run publish-package
so that it's all together: f6a6d7f. Sharing that just as an FYI.
@@ -1,5 +1,17 @@ | |||
# CHANGELOG | |||
|
|||
# v23.0.0 | |||
|
|||
- [Components] Added new `ResetStyles` and `BrandStyles` components to inject global styles. These replace the `utils/injectGlobalStyles/style` exports that were used for the same purpose. ([#1051)](https://github.com/curology/radiance-ui/pull/1051)) |
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.
[Nit] This is technically a breaking change 😉
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 is but that file was never exported in a documented entrypoint so it's covered by the other breaking change line below 😁
Updating the changelog with all the changes from #1051, #1049, and #1041.