Skip to content

Commit

Permalink
v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hasanmhallak committed Mar 26, 2024
1 parent 270c9c2 commit 650d098
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.0.2

- Add semantic labels for next/previous button see [#21](https://github.com/hasanmhallak/date_picker/issues/21)

# 3.0.1

- Fix Assertions issue see [#18](https://github.com/hasanmhallak/date_picker/issues/18)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To use the Date Picker library, add the following dependency to your `pubspec.ya

```yaml
dependencies:
date_picker_plus: ^3.0.1
date_picker_plus: ^3.0.2
```
Import the library in your Dart file:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: date_picker_plus
description: A Flutter library that provides a customizable Material Design date and range picker widgets.
version: 3.0.1
version: 3.0.2

repository: https://github.com/hasanmhallak/date_picker

Expand Down

0 comments on commit 650d098

Please sign in to comment.