Skip to content

Commit ba3463d

Browse files
Version Packages (#1373)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 768b57e commit ba3463d

11 files changed

+32
-42
lines changed

Diff for: .changeset/forty-pumpkins-grow.md

-5
This file was deleted.

Diff for: .changeset/poor-tools-hide.md

-5
This file was deleted.

Diff for: .changeset/quiet-camels-bake.md

-5
This file was deleted.

Diff for: .changeset/seven-carrots-report.md

-9
This file was deleted.

Diff for: .changeset/shiny-wolves-report.md

-5
This file was deleted.

Diff for: .changeset/sour-spiders-melt.md

-6
This file was deleted.

Diff for: .changeset/tough-ducks-beam.md

-5
This file was deleted.

Diff for: packages/cli/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# create-flowbite-react
22

3+
## 1.0.7
4+
5+
### Patch Changes
6+
7+
- [#1423](https://github.com/themesberg/flowbite-react/pull/1423) [`4350ffb`](https://github.com/themesberg/flowbite-react/commit/4350ffb524cdecd23162c84b4222204bf8910b2c) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - update packages
8+
39
## 1.0.6
410

511
### Patch Changes

Diff for: packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-flowbite-react",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "Quickly scaffold Flowbite React application",
55
"keywords": [
66
"create-flowbite-react",

Diff for: packages/ui/CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## 0.10.0
4+
5+
### Minor Changes
6+
7+
- [#1413](https://github.com/themesberg/flowbite-react/pull/1413) [`26401bc`](https://github.com/themesberg/flowbite-react/commit/26401bc5e88ae6a42621fce474236d7055a67516) Thanks [@dhavalveera](https://github.com/dhavalveera)! - feat(components): add "Clipboard"
8+
9+
### Patch Changes
10+
11+
- [#1405](https://github.com/themesberg/flowbite-react/pull/1405) [`c8dba76`](https://github.com/themesberg/flowbite-react/commit/c8dba76e20e101a54999bb477adcba967057ecb3) Thanks [@dhavalveera](https://github.com/dhavalveera)! - Renamed the `Tabs` attribute from `style` to `variant` to allow the use of the `style` attribute, which was previously blocked.
12+
13+
- [#1430](https://github.com/themesberg/flowbite-react/pull/1430) [`83a055a`](https://github.com/themesberg/flowbite-react/commit/83a055ac66c5d3ac9f28b17361278465d87b5ddc) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - fix(ui): timeline - content - separate `TimelineContent` base styles from horizontal/vertical styles
14+
15+
- [#1428](https://github.com/themesberg/flowbite-react/pull/1428) [`b963b2c`](https://github.com/themesberg/flowbite-react/commit/b963b2c1be555522ea1a6bbc0d25c614ef75e17c) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - fix(ui): Toggle Switch - styles
16+
17+
- RTL
18+
- broken switch when label too long
19+
- bring back animations
20+
21+
- [#1371](https://github.com/themesberg/flowbite-react/pull/1371) [`92cec6f`](https://github.com/themesberg/flowbite-react/commit/92cec6ff58ae980f34e32ea2b2dc19b151452a0e) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Mega Menu - export all entities
22+
23+
- [#1423](https://github.com/themesberg/flowbite-react/pull/1423) [`4350ffb`](https://github.com/themesberg/flowbite-react/commit/4350ffb524cdecd23162c84b4222204bf8910b2c) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - update packages
24+
25+
- [#1346](https://github.com/themesberg/flowbite-react/pull/1346) [`92f41fe`](https://github.com/themesberg/flowbite-react/commit/92f41fe30540e580b51bc031f51bfb57226b33dc) Thanks [@dhavalveera](https://github.com/dhavalveera)! - feat: add `HR` component
26+
327
## 0.9.0
428

529
### Minor Changes

Diff for: packages/ui/package.json

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

0 commit comments

Comments
 (0)