Skip to content

Commit

Permalink
bump version to 0.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nank1ro committed Nov 15, 2024
1 parent 5a98f93 commit 9cdf9c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.15.4

- **CHORE**: Set minimum Flutter version to `3.24.0`
- **CHORE**: Remove `trackColor` from `ShadSwitch` (thanks to @RaghavTheGreat)

## 0.15.3

- **FIX**: `ShadDialog` and `ShadSheet` children constraints.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: shadcn_ui
description: shadcn-ui ported in Flutter. Awesome UI components for Flutter, fully customizable.
version: 0.15.3
version: 0.15.4
homepage: https://flutter-shadcn-ui.mariuti.com
repository: https://github.com/nank1ro/flutter-shadcn-ui
documentation: https://flutter-shadcn-ui.mariuti.com
Expand All @@ -12,7 +12,7 @@ topics:

environment:
sdk: ^3.0.0
flutter: ">=1.17.0"
flutter: ">=3.24.0"

dependencies:
collection: ^1.18.0
Expand Down

0 comments on commit 9cdf9c9

Please sign in to comment.