diff --git a/.changeset/stupid-guests-remain.md b/.changeset/stupid-guests-remain.md new file mode 100644 index 000000000..d3d3d8944 --- /dev/null +++ b/.changeset/stupid-guests-remain.md @@ -0,0 +1,5 @@ +--- +"flowbite-react": minor +--- + +Added a new TableHeadRow component for enhanced customization of table header rows. diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index edd224e21..006da7ee8 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -147,6 +147,12 @@ git push -u origin fix/accordion-alwaysopen 9. Fill out the Pull Request template, which will be available automatically +10. At the end you need to create a new changeset, use the following command and answers the provided questions. + +```bash +bunx changeset +``` + #### What Happens Next? If you have followed the steps above, your Pull Request will be reviewed by a maintainer soon. If it passes review, it will be merged into the `main` branch and will be included in the next release. If not, you will receive feedback about what needs to be improved until it is ready to be merged.