From 7ad612d1ca926d65a915f3dc64df3b4e7cd383ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 12:20:58 +0000 Subject: [PATCH 1/2] Bump intl from 0.19.0 to 0.20.2 Bumps [intl](https://github.com/dart-lang/i18n/tree/main/pkgs) from 0.19.0 to 0.20.2. - [Release notes](https://github.com/dart-lang/i18n/releases) - [Commits](https://github.com/dart-lang/i18n/commits/intl-v0.20.2/pkgs) --- updated-dependencies: - dependency-name: intl dependency-version: 0.20.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 17eee5d4..4546f918 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,7 +17,7 @@ dependencies: injector: ^4.0.0 provider: ^6.0.5 shared_preferences: ^2.2.2 - intl: ^0.19.0 + intl: ">=0.19.0 <0.21.0" flutter_svg: any connectivity_plus: ^6.0.5 device_calendar: 4.3.3-20240801 From 7ba816689b8c3617ff66e6d6727de4a1b9df4253 Mon Sep 17 00:00:00 2001 From: UNN MOBILE runner Date: Wed, 5 Nov 2025 00:29:54 +0000 Subject: [PATCH 2/2] Change version in pubspec --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 4546f918..65b2df6f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: unn_mobile description: A mobile application for UNN Portal website publish_to: 'none' -version: 0.6.0+367 +version: 0.6.0+368 environment: sdk: '>=3.1.2 <4.0.0'