mirror of
https://github.com/chenasraf/pantry-flutter.git
synced 2026-05-17 17:28:03 +00:00
chore(master): release 0.13.1
This commit is contained in:
committed by
github-actions[bot]
parent
4e53481cdf
commit
bab80110f0
@@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## [0.13.1](https://github.com/chenasraf/pantry-flutter/compare/v0.13.0...v0.13.1) (2026-05-17)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **checklists:** auto-dismiss item check snackbar after 6 seconds ([4e53481](https://github.com/chenasraf/pantry-flutter/commit/4e53481cdfcdba1d75cebadffb023b6a92b3df75))
|
||||
* **macos:** esc to dismiss would ring bell and not work ([116eb18](https://github.com/chenasraf/pantry-flutter/commit/116eb18693137a0d8733c903d0f66a4e67f3210a))
|
||||
|
||||
## [0.13.0](https://github.com/chenasraf/pantry-flutter/compare/v0.12.0...v0.13.0) (2026-05-15)
|
||||
|
||||
|
||||
|
||||
2
fastlane/metadata/android/en-US/changelogs/28.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/28.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
Bug Fixes
|
||||
- auto-dismiss item check snackbar after 6 seconds
|
||||
2
fastlane/metadata/ios/en-US/changelogs/28.txt
Normal file
2
fastlane/metadata/ios/en-US/changelogs/28.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
Bug Fixes
|
||||
- auto-dismiss item check snackbar after 6 seconds
|
||||
3
fastlane/metadata/macos/en-US/changelogs/28.txt
Normal file
3
fastlane/metadata/macos/en-US/changelogs/28.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
Bug Fixes
|
||||
- auto-dismiss item check snackbar after 6 seconds
|
||||
- esc to dismiss would ring bell and not work
|
||||
@@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
# In Windows, build-name is used as the major, minor, and patch parts
|
||||
# of the product and file versions while build-number is used as the build suffix.
|
||||
version: 0.13.0+27
|
||||
version: 0.13.1+28
|
||||
|
||||
environment:
|
||||
sdk: ^3.11.1
|
||||
|
||||
Reference in New Issue
Block a user