mirror of
https://github.com/Iconica-Development/flutter_notification_center.git
synced 2025-05-18 08:33:45 +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
|
||||
|
||||
* Refactor package with the new component structure
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: firebase_notification_center_repository
|
||||
description: "A new Flutter package project."
|
||||
version: 5.0.0
|
||||
version: 5.1.0
|
||||
homepage:
|
||||
publish_to: 'none'
|
||||
|
||||
|
@ -20,7 +20,7 @@ dependencies:
|
|||
git:
|
||||
url: https://github.com/Iconica-Development/flutter_notification_center.git
|
||||
path: packages/notification_center_repository_interface
|
||||
ref: 5.0.0
|
||||
ref: 5.1.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_iconica_analysis:
|
||||
|
|
|
@ -33,7 +33,7 @@ dependencies:
|
|||
firebase_notification_center_repository:
|
||||
path: ../../firebase_notification_center_repository
|
||||
|
||||
intl: ^0.19.0
|
||||
intl: ^0.20.1
|
||||
|
||||
firebase_auth: any
|
||||
firebase_core: any
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: flutter_notification_center
|
||||
description: "A new Flutter package project."
|
||||
version: 5.0.0
|
||||
version: 5.1.0
|
||||
homepage:
|
||||
publish_to: 'none'
|
||||
|
||||
|
@ -12,7 +12,7 @@ dependencies:
|
|||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
intl: ^0.19.0
|
||||
intl: ^0.20.1
|
||||
flutter_svg: ^2.0.10+1
|
||||
|
||||
flutter_animated_widgets:
|
||||
|
@ -24,7 +24,7 @@ dependencies:
|
|||
git:
|
||||
url: https://github.com/Iconica-Development/flutter_notification_center.git
|
||||
path: packages/notification_center_repository_interface
|
||||
ref: 5.0.0
|
||||
ref: 5.1.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_iconica_analysis:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: notification_center_repository_interface
|
||||
description: "A new Flutter package project."
|
||||
version: 5.0.0
|
||||
version: 5.1.0
|
||||
homepage:
|
||||
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue