Skip to content

Commit d6ce2d8

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

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

.changeset/free-turkeys-lick.md

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

packages/ui/CHANGELOG.md

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

3+
## 0.12.11
4+
5+
### Patch Changes
6+
7+
- [#1635](https://github.com/themesberg/flowbite-react/pull/1635) [`2024216`](https://github.com/themesberg/flowbite-react/commit/20242167a0c235344c6669a234d6fbb3b1992b60) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Use CSS variables for `tailwindcss@v4` instead of inline colors.
8+
9+
### Changes
10+
- [x] automatically generate `tailwindcss@v4` config file
11+
- [x] use css variables for the `v4` config
12+
13+
### Breaking changes
14+
15+
Only applicable to `tailwindcss@v4`:
16+
17+
before
18+
`@plugin "flowbite-react/plugins/tailwindcss"` - this points to the legacy JS plugin (that uses inline colors)
19+
20+
after
21+
`@import "flowbite-react/plugins/tailwindcss"` - this points to the CSS-based plugin (that uses CSS variables)
22+
23+
The breaking change is self-managed once upgrading `flowbite-react` and starting/building the app, which runs the `flowbite-react dev` or respectively `flowbite-react build` command that triggers the patch/fix/migration automatically.
24+
325
## 0.12.10
426

527
### 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.10",
3+
"version": "0.12.11",
44
"description": "Official React components built for Flowbite and Tailwind CSS",
55
"keywords": [
66
"design-system",

0 commit comments

Comments
 (0)