Skip to content

Commit

Permalink
chore: add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
raky291 committed Aug 28, 2024
1 parent fd6e0a2 commit 4cd3981
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/stupid-guests-remain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"flowbite-react": minor
---

Added a new TableHeadRow component for enhanced customization of table header rows.
6 changes: 6 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4cd3981

Please sign in to comment.