From dcdba9e72632873332d572b6db507516097f8fcb Mon Sep 17 00:00:00 2001 From: Alireza Hajebrahimi <6937697+iarata@users.noreply.github.com> Date: Sat, 4 Jan 2025 22:01:42 +0100 Subject: [PATCH] Update dependencies: intl to ^0.20.1, device_info_plus to ^11.2.0, and permission_handler to ^11.3.1 --- packages/health/CHANGELOG.md | 3 +++ packages/health/example/pubspec.yaml | 2 +- packages/health/pubspec.yaml | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/packages/health/CHANGELOG.md b/packages/health/CHANGELOG.md index 3ebf9db01..9d1a0c4e7 100644 --- a/packages/health/CHANGELOG.md +++ b/packages/health/CHANGELOG.md @@ -2,6 +2,9 @@ * Fix of [#1072](https://github.com/cph-cachet/flutter-plugins/issues/1072) and [#1074](https://github.com/cph-cachet/flutter-plugins/issues/1074) * Fix issue where iOS delete not deleting own records - PR [#1104](https://github.com/cph-cachet/flutter-plugins/pull/1104) +* Updated `intl` to ^0.20.1 - Closes [#1092](https://github.com/cph-cachet/flutter-plugins/issues/1092) +* Updated `device_info_plus` to ^11.2.0 +* Example app: Updated `permission_handler` to ^11.3.1 ## 11.1.1 diff --git a/packages/health/example/pubspec.yaml b/packages/health/example/pubspec.yaml index d472b3f03..031bcc6c2 100644 --- a/packages/health/example/pubspec.yaml +++ b/packages/health/example/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: flutter: sdk: flutter cupertino_icons: ^1.0.2 - permission_handler: ^10.2.0 + permission_handler: ^11.3.1 carp_serializable: ^2.0.0 # polymorphic json serialization health: path: ../ diff --git a/packages/health/pubspec.yaml b/packages/health/pubspec.yaml index a97aeaa6f..30318d95d 100644 --- a/packages/health/pubspec.yaml +++ b/packages/health/pubspec.yaml @@ -10,8 +10,8 @@ environment: dependencies: flutter: sdk: flutter - intl: '>=0.18.0 <0.20.0' - device_info_plus: '>=9.0.0 <11.0.0' + intl: ^0.20.1 + device_info_plus: ^11.2.0 json_annotation: ^4.8.0 carp_serializable: ^2.0.0 # polymorphic json serialization