Skip to content

Commit f66f210

Browse files
committed
chore: Bump version to 1.6.0+16
- Add custom datetime format picker - Fixed wrong use of create date icon
1 parent cfd2ca0 commit f66f210

File tree

5 files changed

+15
-1
lines changed

5 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
[中文](./docs/CHANGELOG/zh.md)
44

5+
## 1.6.0+16
6+
7+
- add custom datetime format picker
8+
- fixed wrong use of create date icon
9+
510
## 1.5.1+15
611

712
- fixed: FAB display overlap with habit

docs/CHANGELOG/zh.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# 更新日志
22

3+
## 1.6.0+16
4+
5+
- 添加自定义日期时间格式选择弹窗
6+
- 修复创建日期图标的错误使用的问题
7+
38
## 1.5.1+15
49

510
- 修复FAB按钮与习惯重叠的问题
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- add custom datetime format picker
2+
- fixed wrong use of create date icon
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- 添加自定义日期时间格式选择弹窗
2+
- 修复创建日期图标的错误使用的问题

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
2020
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
2121
# In Windows, build-name is used as the major, minor, and patch parts
2222
# of the product and file versions while build-number is used as the build suffix.
23-
version: 1.5.1+15
23+
version: 1.6.0+16
2424

2525
environment:
2626
sdk: ">=2.18.6 <3.0.0"

0 commit comments

Comments
 (0)