From 9626305b5fc45fd12f60bd637254c69c6d0d6094 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Sun, 27 Jul 2025 18:48:41 +0000
Subject: [PATCH] Version Packages
---
.changeset/calm-rooms-flow.md | 5 -----
.changeset/dull-ducks-give.md | 10 ----------
packages/ui/CHANGELOG.md | 13 +++++++++++++
packages/ui/package.json | 2 +-
4 files changed, 14 insertions(+), 16 deletions(-)
delete mode 100644 .changeset/calm-rooms-flow.md
delete mode 100644 .changeset/dull-ducks-give.md
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",