Skip to content

Commit

Permalink
Update dependencies: intl to ^0.20.1, device_info_plus to ^11.2.0, an…
Browse files Browse the repository at this point in the history
…d permission_handler to ^11.3.1
  • Loading branch information
iarata committed Jan 4, 2025
1 parent 289646b commit dcdba9e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions packages/health/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/health/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ../
Expand Down
4 changes: 2 additions & 2 deletions packages/health/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit dcdba9e

Please sign in to comment.