From b70defe22f6a91aa4e12adfd611943398f20dc34 Mon Sep 17 00:00:00 2001 From: Bastian Block Date: Tue, 9 Feb 2021 12:09:53 +0000 Subject: [PATCH] chore: commit files during release --- CHANGELOG.md | 21 +++++++++++++++++++ .../android/en-US/changelogs/20210209.txt | 1 + pubspec.yaml | 2 +- 3 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/20210209.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c3bdb4e..786d158b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# [1.3.0](https://github.com/blockbasti/just_another_workout_timer/compare/v1.2.0...v1.3.0) (2021-02-09) + + +### Bug Fixes + +* max length on input fields (fixes [#15](https://github.com/blockbasti/just_another_workout_timer/issues/15)) ([cce44ce](https://github.com/blockbasti/just_another_workout_timer/commit/cce44ceb3bbc51eec9a4bad9d297356d49968cdc)) +* progressbar value was wrong during first countdown ([a2688b1](https://github.com/blockbasti/just_another_workout_timer/commit/a2688b13805fc63afd8483a69bc3d470c1b70dca)) + + +### Features + +* add option to view project on GitHub ([0dbd9bf](https://github.com/blockbasti/just_another_workout_timer/commit/0dbd9bf3830749d807d936aeaeb0825c22a30ba2)) +* add setting to not announce upcoming exercise ([f8fc425](https://github.com/blockbasti/just_another_workout_timer/commit/f8fc425f83e18beda659f3b3a4591b52c8eb93df)) + + +### Performance Improvements + +* improve scrolling performance ([02fdd67](https://github.com/blockbasti/just_another_workout_timer/commit/02fdd679932b76420cba3f0d3e72df43f82ab20a)) + + + # [1.2.0](https://github.com/blockbasti/just_another_workout_timer/compare/v1.1.1...v1.2.0) (2021-02-05) diff --git a/fastlane/metadata/android/en-US/changelogs/20210209.txt b/fastlane/metadata/android/en-US/changelogs/20210209.txt new file mode 100644 index 00000000..94f064d3 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/20210209.txt @@ -0,0 +1 @@ +# [1.3.0](https://github.com/blockbasti/just_another_workout_timer/compare/v1.2.0...v1.3.0) (2021-02-09) ### Bug Fixes CHANGELOG.md LICENSE README.md android assets fastlane lib pubspec.lock pubspec.yaml test max length on input fields (fixes [#15](https://github.com/blockbasti/just_another_workout_timer/issues/15)) ([cce44ce](https://github.com/blockbasti/just_another_workout_timer/commit/cce44ceb3bbc51eec9a4bad9d297356d49968cdc)) CHANGELOG.md LICENSE README.md android assets fastlane lib pubspec.lock pubspec.yaml test progressbar value was wrong during first countdown ([a2688b1](https://github.com/blockbasti/just_another_workout_timer/commit/a2688b13805fc63afd8483a69bc3d470c1b70dca)) ### Features CHANGELOG.md LICENSE README.md android assets fastlane lib pubspec.lock pubspec.yaml test add option to view project on GitHub ([0dbd9bf](https://github.com/blockbasti/just_another_workout_timer/commit/0dbd9bf3830749d807d936aeaeb0825c22a30ba2)) CHANGELOG.md LICENSE README.md android assets fastlane lib pubspec.lock pubspec.yaml test add setting to not announce upcoming exercise ([f8fc425](https://github.com/blockbasti/just_another_workout_timer/commit/f8fc425f83e18beda659f3b3a4591b52c8eb93df)) ### Performance Improvements CHANGELOG.md LICENSE README.md android assets fastlane lib pubspec.lock pubspec.yaml test improve scrolling performance ([02fdd67](https://github.com/blockbasti/just_another_workout_timer/commit/02fdd679932b76420cba3f0d3e72df43f82ab20a)) diff --git a/pubspec.yaml b/pubspec.yaml index a5125ecf..80297aec 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Just Another Workout Timer publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 1.2.0+20210205 +version: 1.3.0+20210209 environment: sdk: ">=2.7.0 <3.0.0"