mirror of
https://github.com/Iconica-Development/flutter_notification_center.git
synced 2025-05-19 00:53:44 +02:00
chore(deps): bump intl in /packages/flutter_notification_center
Bumps [intl](https://github.com/dart-lang/i18n/tree/main/pkgs) from 0.19.0 to 0.20.1. - [Release notes](https://github.com/dart-lang/i18n/releases) - [Commits](https://github.com/dart-lang/i18n/commits/intl-v0.20.1/pkgs) --- updated-dependencies: - dependency-name: intl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
c246abdbc9
commit
5e3e22d870
5 changed files with 11 additions and 7 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
## [5.1.0] - 13 February 2025
|
||||||
|
|
||||||
|
* Update intl to 0.20.1
|
||||||
|
|
||||||
## [5.0.0] - 24 September 2024
|
## [5.0.0] - 24 September 2024
|
||||||
|
|
||||||
* Refactor package with the new component structure
|
* Refactor package with the new component structure
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: firebase_notification_center_repository
|
name: firebase_notification_center_repository
|
||||||
description: "A new Flutter package project."
|
description: "A new Flutter package project."
|
||||||
version: 5.0.0
|
version: 5.1.0
|
||||||
homepage:
|
homepage:
|
||||||
publish_to: 'none'
|
publish_to: 'none'
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ dependencies:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/Iconica-Development/flutter_notification_center.git
|
url: https://github.com/Iconica-Development/flutter_notification_center.git
|
||||||
path: packages/notification_center_repository_interface
|
path: packages/notification_center_repository_interface
|
||||||
ref: 5.0.0
|
ref: 5.1.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_iconica_analysis:
|
flutter_iconica_analysis:
|
||||||
|
|
|
@ -33,7 +33,7 @@ dependencies:
|
||||||
firebase_notification_center_repository:
|
firebase_notification_center_repository:
|
||||||
path: ../../firebase_notification_center_repository
|
path: ../../firebase_notification_center_repository
|
||||||
|
|
||||||
intl: ^0.19.0
|
intl: ^0.20.1
|
||||||
|
|
||||||
firebase_auth: any
|
firebase_auth: any
|
||||||
firebase_core: any
|
firebase_core: any
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: flutter_notification_center
|
name: flutter_notification_center
|
||||||
description: "A new Flutter package project."
|
description: "A new Flutter package project."
|
||||||
version: 5.0.0
|
version: 5.1.0
|
||||||
homepage:
|
homepage:
|
||||||
publish_to: 'none'
|
publish_to: 'none'
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
|
||||||
intl: ^0.19.0
|
intl: ^0.20.1
|
||||||
flutter_svg: ^2.0.10+1
|
flutter_svg: ^2.0.10+1
|
||||||
|
|
||||||
flutter_animated_widgets:
|
flutter_animated_widgets:
|
||||||
|
@ -24,7 +24,7 @@ dependencies:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/Iconica-Development/flutter_notification_center.git
|
url: https://github.com/Iconica-Development/flutter_notification_center.git
|
||||||
path: packages/notification_center_repository_interface
|
path: packages/notification_center_repository_interface
|
||||||
ref: 5.0.0
|
ref: 5.1.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_iconica_analysis:
|
flutter_iconica_analysis:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: notification_center_repository_interface
|
name: notification_center_repository_interface
|
||||||
description: "A new Flutter package project."
|
description: "A new Flutter package project."
|
||||||
version: 5.0.0
|
version: 5.1.0
|
||||||
homepage:
|
homepage:
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue