Skip to content

Commit ab0049b

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

File tree

6 files changed

+30
-30
lines changed

6 files changed

+30
-30
lines changed

.changeset/khaki-rooms-film.md

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

.changeset/social-papayas-ring.md

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

packages/cli/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# create-flowbite-react
22

3+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- [#1654](https://github.com/themesberg/flowbite-react/pull/1654) [`98852dc`](https://github.com/themesberg/flowbite-react/commit/98852dc661a6065d3666ed2d2bd40be9566c7b6c) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Change bundler to `tsdown`
8+
9+
### Changes
10+
- [x] migrate `tsup` to `tsdown`
11+
312
## 1.1.1
413

514
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-flowbite-react",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Quickly scaffold Flowbite React application",
55
"keywords": [
66
"create-flowbite-react",

packages/ui/CHANGELOG.md

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

3+
## 0.12.17
4+
5+
### Patch Changes
6+
7+
- [#1654](https://github.com/themesberg/flowbite-react/pull/1654) [`98852dc`](https://github.com/themesberg/flowbite-react/commit/98852dc661a6065d3666ed2d2bd40be9566c7b6c) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Shrink final bundle size from `42 MB` to `8.38 MB`
8+
9+
### Changes
10+
- [x] drop AST parsers in favor of `oxc-parser`
11+
- [x] update packages
12+
- [x] update `plugin/modernjs` to the new API
13+
14+
### before
15+
16+
<img width="310" height="186" alt="Screenshot 2026-02-05 at 12 02 11" src="https://github.com/user-attachments/assets/8990817f-3f71-45c4-9c0d-fdd8258c74dc" />
17+
18+
### after
19+
20+
<img width="316" height="188" alt="Screenshot 2026-02-05 at 12 02 03" src="https://github.com/user-attachments/assets/5bf94a07-d73f-43b7-8460-114505a3bbb5" />
21+
322
## 0.12.16
423

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

0 commit comments

Comments
 (0)