From 847fb3140f02ed3b415528e713c1da612a86bf65 Mon Sep 17 00:00:00 2001 From: CCXXXI Date: Thu, 29 Jun 2023 12:22:01 +0800 Subject: [PATCH 1/2] chore(main): release 0.37.8 --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce57b33..d06910d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.37.8](https://github.com/CCXXXI/ecg_monitor/compare/v0.37.7...v0.37.8) (2023-06-29) + + +### Build System + +* flutter pub upgrade ([9699f3e](https://github.com/CCXXXI/ecg_monitor/commit/9699f3e25300ceac1b494a9052263b7fe8ba61ac)) +* remove ios ([f23fe8a](https://github.com/CCXXXI/ecg_monitor/commit/f23fe8aa918062e958d7d1526df8017cf3e2477d)) + ## [0.37.7](https://github.com/CCXXXI/ecg_monitor/compare/v0.37.6...v0.37.7) (2023-06-29) ### Bug Fixes diff --git a/pubspec.yaml b/pubspec.yaml index 5e4119a..ff7d427 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Yet another electrocardiogram monitor app. publish_to: "none" -version: 0.37.7+71 +version: 0.37.8+72 environment: sdk: ">=2.19.0 <3.0.0" From ae15e165318df6cd3c444184f7109418f63042b8 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Thu, 29 Jun 2023 04:22:11 +0000 Subject: [PATCH 2/2] style: restyle by prettier-markdown --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d06910d..d6f07a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,10 @@ ## [0.37.8](https://github.com/CCXXXI/ecg_monitor/compare/v0.37.7...v0.37.8) (2023-06-29) - ### Build System -* flutter pub upgrade ([9699f3e](https://github.com/CCXXXI/ecg_monitor/commit/9699f3e25300ceac1b494a9052263b7fe8ba61ac)) -* remove ios ([f23fe8a](https://github.com/CCXXXI/ecg_monitor/commit/f23fe8aa918062e958d7d1526df8017cf3e2477d)) +- flutter pub upgrade ([9699f3e](https://github.com/CCXXXI/ecg_monitor/commit/9699f3e25300ceac1b494a9052263b7fe8ba61ac)) +- remove ios ([f23fe8a](https://github.com/CCXXXI/ecg_monitor/commit/f23fe8aa918062e958d7d1526df8017cf3e2477d)) ## [0.37.7](https://github.com/CCXXXI/ecg_monitor/compare/v0.37.6...v0.37.7) (2023-06-29)