chore: update firebase dependencies

This commit is contained in:
Freek van de Ven 2024-10-31 11:54:48 +01:00
parent 91420fde78
commit 9299c56b6c
5 changed files with 13 additions and 15 deletions

View file

@ -7,16 +7,11 @@ updates:
interval: "weekly" interval: "weekly"
- package-ecosystem: "pub" - package-ecosystem: "pub"
directory: "/packages/flutter_chat_firebase" directory: "/packages/flutter_chat_repository"
schedule: schedule:
interval: "weekly" interval: "weekly"
- package-ecosystem: "pub" - package-ecosystem: "pub"
directory: "/packages/flutter_chat_interface" directory: "/packages/chat_repository_interface"
schedule:
interval: "weekly"
- package-ecosystem: "pub"
directory: "/packages/flutter_chat_view"
schedule: schedule:
interval: "weekly" interval: "weekly"

View file

@ -1,3 +1,7 @@
## 4.1.0
- Update the cloud_firestore dependency constraint to ">=4.0.5 <6.0.0"
- Update the firebase_storage dependency constraint to ">=11.0.5 <13.0.0"
## 4.0.0 ## 4.0.0
- Move to the new user story architecture - Move to the new user story architecture

View file

@ -1,6 +1,6 @@
name: chat_repository_interface name: chat_repository_interface
description: "A new Flutter package project." description: "A new Flutter package project."
version: 4.0.0 version: 4.1.0
homepage: "https://github.com/Iconica-Development" homepage: "https://github.com/Iconica-Development"
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub/ publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub/

View file

@ -1,6 +1,6 @@
name: firebase_chat_repository name: firebase_chat_repository
description: "A new Flutter package project." description: "A new Flutter package project."
version: 4.0.0 version: 4.1.0
homepage: "https://github.com/Iconica-Development" homepage: "https://github.com/Iconica-Development"
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub/ publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub/
@ -15,10 +15,9 @@ dependencies:
chat_repository_interface: chat_repository_interface:
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
version: ^4.0.0 version: ^4.1.0
cloud_firestore: ">=4.0.5 <6.0.0"
firebase_storage: any firebase_storage: ">=11.0.5 <13.0.0"
cloud_firestore: any
dev_dependencies: dev_dependencies:
flutter_test: flutter_test:

View file

@ -1,6 +1,6 @@
name: flutter_chat name: flutter_chat
description: "A new Flutter package project." description: "A new Flutter package project."
version: 4.0.0 version: 4.1.0
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub/ publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub/
environment: environment:
@ -22,7 +22,7 @@ dependencies:
version: ^1.6.0 version: ^1.6.0
chat_repository_interface: chat_repository_interface:
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
version: ^4.0.0 version: ^4.1.0
dev_dependencies: dev_dependencies:
flutter_test: flutter_test: