diff --git a/.changeset/calm-rooms-flow.md b/.changeset/calm-rooms-flow.md deleted file mode 100644 index b24d4616a..000000000 --- a/.changeset/calm-rooms-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"flowbite-react": patch ---- - -fix: `Error: Cannot find module 'tailwindcss/plugin'` diff --git a/.changeset/dull-ducks-give.md b/.changeset/dull-ducks-give.md deleted file mode 100644 index 59033c6d4..000000000 --- a/.changeset/dull-ducks-give.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"flowbite-react": patch ---- - -Search for `` in the project and warn if it's not found instead of warning all the time - -### Changes - -- during commands `build` and `dev` check files content for custom configuration and display a warning if `` is not found -- switch tests in `src/cli` and `src/helpers` from `vitest` -> `bun:test` diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 7085e82dd..e64ec2594 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.12.4 + +### Patch Changes + +- [#1607](https://github.com/themesberg/flowbite-react/pull/1607) [`a89a098`](https://github.com/themesberg/flowbite-react/commit/a89a09808bc1a5227e614aa160d932890fb1b126) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - fix: `Error: Cannot find module 'tailwindcss/plugin'` + +- [#1605](https://github.com/themesberg/flowbite-react/pull/1605) [`262cde0`](https://github.com/themesberg/flowbite-react/commit/262cde0defd27ac0496cbb5a4f0dc08261f6e094) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Search for `` in the project and warn if it's not found instead of warning all the time + + ### Changes + + - during commands `build` and `dev` check files content for custom configuration and display a warning if `` is not found + - switch tests in `src/cli` and `src/helpers` from `vitest` -> `bun:test` + ## 0.12.3 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index b44ba2830..d64354412 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "flowbite-react", - "version": "0.12.3", + "version": "0.12.4", "description": "Official React components built for Flowbite and Tailwind CSS", "keywords": [ "design-system",