Skip to content

Commit d24b944

Browse files
Version Packages
1 parent 262cde0 commit d24b944

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

.changeset/dull-ducks-give.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

packages/ui/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 0.12.4
4+
5+
### Patch Changes
6+
7+
- [#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 `<ThemeInit />` in the project and warn if it's not found instead of warning all the time
8+
9+
### Changes
10+
11+
- during commands `build` and `dev` check files content for custom configuration and display a warning if `<ThemeInit />` is not found
12+
- switch tests in `src/cli` and `src/helpers` from `vitest` -> `bun:test`
13+
314
## 0.12.3
415

516
### Patch Changes

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flowbite-react",
3-
"version": "0.12.3",
3+
"version": "0.12.4",
44
"description": "Official React components built for Flowbite and Tailwind CSS",
55
"keywords": [
66
"design-system",

0 commit comments

Comments
 (0)