Brion Mario
Back to blog
July 8, 2024

Thanks Andrea.

Personally, I don't recommend changesets for all the projects. For example, we recently wrote a wrapper around `material-ui` called `oxygen-ui`(https://github.com/wso2/oxygen-ui).

In there, we need to release all the packages simultaneously and aggregate the GitHub release and changelog. So, `Changesets` didn't work out for us in that scenario.

But for projects with multiple packages that doesn't need to be released together and have packages that are not frequently changed, `Changesets` is a good option.

To answer your question regarding the changelogs, doesn't the following solve it?

https://miro.medium.com/v2/resize:fit:4800/format:webp/1*ioihuCnH_gG_u5Pgr-2U7A.png