Bump version to v0.10.1
(cherry picked from commit 1829d4640f041672b632d6fa487ef1003721540b)
This commit is contained in:
committed by
Dat H. Pham
parent
aeca14d0cd
commit
1a38aac984
@@ -1,3 +1,12 @@
|
|||||||
|
## [0.10.1] - 2023-10-11
|
||||||
|
### Added
|
||||||
|
- Scroll up button
|
||||||
|
- Privacy policy
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Email content is cut
|
||||||
|
- Focus in email composer
|
||||||
|
|
||||||
## [0.10.0] - 2023-10-09
|
## [0.10.0] - 2023-10-09
|
||||||
### Added
|
### Added
|
||||||
- \#2116 Apply new design composer
|
- \#2116 Apply new design composer
|
||||||
@@ -296,6 +305,7 @@
|
|||||||
- \#1512 remove plain text input for signature
|
- \#1512 remove plain text input for signature
|
||||||
- \#1469 remove animation when navigating screen
|
- \#1469 remove animation when navigating screen
|
||||||
|
|
||||||
|
[0.10.1]: https://github.com/linagora/tmail-flutter/releases/tag/v0.10.1
|
||||||
[0.10.0]: https://github.com/linagora/tmail-flutter/releases/tag/v0.10.0
|
[0.10.0]: https://github.com/linagora/tmail-flutter/releases/tag/v0.10.0
|
||||||
[0.9.3]: https://github.com/linagora/tmail-flutter/releases/tag/v0.9.3
|
[0.9.3]: https://github.com/linagora/tmail-flutter/releases/tag/v0.9.3
|
||||||
[0.9.2]: https://github.com/linagora/tmail-flutter/releases/tag/v0.9.2
|
[0.9.2]: https://github.com/linagora/tmail-flutter/releases/tag/v0.9.2
|
||||||
|
|||||||
+1
-1
@@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|||||||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||||
# Read more about iOS versioning at
|
# Read more about iOS versioning at
|
||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
version: 0.10.0
|
version: 0.10.1
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=3.0.0 <4.0.0"
|
sdk: ">=3.0.0 <4.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user