This is a simple NextJS compatible Tailwind-native UI library.
// Install tool first
yarn add @changesets/cli && yarn changeset init
// Commit your changes, then run changeset
yarn changeset
// Versioning (apply the changesets and update the package versions and changelogs)
yarn changeset version
// or
npx changeset version
// Publish changeset
yarn changeset publish