Skip to content

Commit 66abdf0

Browse files
Version Packages (#1606)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a89a098 commit 66abdf0

File tree

4 files changed

+14
-16
lines changed

4 files changed

+14
-16
lines changed

.changeset/calm-rooms-flow.md

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

.changeset/dull-ducks-give.md

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

packages/ui/CHANGELOG.md

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

3+
## 0.12.4
4+
5+
### Patch Changes
6+
7+
- [#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'`
8+
9+
- [#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
10+
11+
### Changes
12+
13+
- during commands `build` and `dev` check files content for custom configuration and display a warning if `<ThemeInit />` is not found
14+
- switch tests in `src/cli` and `src/helpers` from `vitest` -> `bun:test`
15+
316
## 0.12.3
417

518
### 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)