Skip to content

Commit

Permalink
Version Packages (#1373)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jun 20, 2024
1 parent 768b57e commit ba3463d
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 42 deletions.
5 changes: 0 additions & 5 deletions .changeset/forty-pumpkins-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-tools-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-camels-bake.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/seven-carrots-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-wolves-report.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sour-spiders-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-ducks-beam.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-flowbite-react

## 1.0.7

### Patch Changes

- [#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

## 1.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-flowbite-react",
"version": "1.0.6",
"version": "1.0.7",
"description": "Quickly scaffold Flowbite React application",
"keywords": [
"create-flowbite-react",
Expand Down
24 changes: 24 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## 0.10.0

### Minor Changes

- [#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"

### Patch Changes

- [#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.

- [#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

- [#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

- RTL
- broken switch when label too long
- bring back animations

- [#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

- [#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

- [#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

## 0.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flowbite-react",
"version": "0.9.0",
"version": "0.10.0",
"description": "Official React components built for Flowbite and Tailwind CSS",
"keywords": [
"design-system",
Expand Down

0 comments on commit ba3463d

Please sign in to comment.