Skip to content

Commit

Permalink
chore: release v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shan-shaji committed Sep 22, 2024
1 parent 02c2790 commit edf1038
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.3.0
- Expose `elevation` and `borderWidth` properties.
- **Refactor**: add very good analysis.
- Requires `dart >= 3.0.0` and `Flutter >= 3.10.0`.

## 2.2.0
- Allows developers to dynamically select days using the setDaysState method after construction of the SelectWeekDays widget

Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.2.0"
version: "2.3.0"
fake_async:
dependency: transitive
description:
Expand Down Expand Up @@ -200,5 +200,5 @@ packages:
source: hosted
version: "14.2.5"
sdks:
dart: ">=3.4.0 <4.0.0"
dart: ">=3.3.0 <4.0.0"
flutter: ">=3.18.0-18.0.pre.54"
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: day_picker
description: A Flutter widget library which helps us to select days in a week.
version: 2.2.0
version: 2.3.0
homepage: https://github.com/shan-shaji/day_picker

environment:
sdk: '>=3.4.0 <4.0.0'
flutter: ">=1.17.0"
sdk: '>=3.0.0 <4.0.0'
flutter: ">=3.10.0"

dependencies:
flutter:
Expand Down

0 comments on commit edf1038

Please sign in to comment.