Skip to content

Commit 3f61c80

Browse files
committed
Bump version
1 parent cb4582c commit 3f61c80

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.8.0
2+
3+
- Support textCapitalization in DialogTextField (#91)
4+
- Fix typo (`maxLenght``maxLength`)
5+
16
## 1.7.0
27

38
- Adde maxLength to fields (#84)

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ packages:
1414
path: ".."
1515
relative: true
1616
source: path
17-
version: "1.7.0"
17+
version: "1.8.0"
1818
analyzer:
1919
dependency: transitive
2020
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: adaptive_dialog
22
description: Show alert dialog or modal action sheet adaptively according to platform.
3-
version: 1.7.0
3+
version: 1.8.0
44
repository: https://github.com/mono0926/adaptive_dialog
55
environment:
66
sdk: '>=2.17.0 <3.0.0'

0 commit comments

Comments
 (0)