mirror of
https://github.com/Iconica-Development/flutter_chat.git
synced 2025-05-18 18:33:49 +02:00
chore: publish all packages to forgejo
This commit is contained in:
parent
bd14f5cd6d
commit
d5b7183df5
4 changed files with 21 additions and 19 deletions
|
@ -1,3 +1,6 @@
|
|||
## 4.0.0
|
||||
- Move to the new user story architecture
|
||||
|
||||
## 3.1.0
|
||||
- Fix center the texts for no users found with search and type first message
|
||||
- Fix styling for the whole userstory
|
||||
|
|
|
@ -1,25 +1,21 @@
|
|||
name: chat_repository_interface
|
||||
description: "A new Flutter package project."
|
||||
version: 0.0.1
|
||||
homepage:
|
||||
version: 1.0.0
|
||||
homepage: "https://github.com/Iconica-Development"
|
||||
|
||||
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub/
|
||||
|
||||
environment:
|
||||
sdk: '>=3.4.3 <4.0.0'
|
||||
flutter: ">=1.17.0"
|
||||
sdk: ">=3.4.3 <4.0.0"
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
rxdart: any
|
||||
collection: any
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
test: ^1.24.0
|
||||
flutter_iconica_analysis:
|
||||
git:
|
||||
url: https://github.com/Iconica-Development/flutter_iconica_analysis
|
||||
ref: 7.0.0
|
||||
|
||||
flutter:
|
|
@ -1,7 +1,9 @@
|
|||
name: firebase_chat_repository
|
||||
description: "A new Flutter package project."
|
||||
version: 0.0.1
|
||||
publish_to: "none"
|
||||
version: 1.0.0
|
||||
homepage: "https://github.com/Iconica-Development"
|
||||
|
||||
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub/
|
||||
|
||||
environment:
|
||||
sdk: ">=3.4.3 <4.0.0"
|
||||
|
@ -12,7 +14,8 @@ dependencies:
|
|||
sdk: flutter
|
||||
|
||||
chat_repository_interface:
|
||||
path: ../chat_repository_interface
|
||||
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
||||
version: ^1.0.0
|
||||
|
||||
firebase_storage: any
|
||||
cloud_firestore: any
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
name: flutter_chat
|
||||
description: "A new Flutter package project."
|
||||
version: 0.0.1
|
||||
publish_to: "none"
|
||||
version: 4.0.0
|
||||
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub/
|
||||
|
||||
environment:
|
||||
sdk: ">=3.4.3 <4.0.0"
|
||||
|
@ -18,11 +18,11 @@ dependencies:
|
|||
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
||||
version: ^4.0.0
|
||||
flutter_profile:
|
||||
git:
|
||||
ref: 1.6.0
|
||||
url: https://github.com/Iconica-Development/flutter_profile
|
||||
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
||||
version: ^1.6.0
|
||||
chat_repository_interface:
|
||||
path: ../chat_repository_interface
|
||||
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
||||
version: ^1.0.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
|
Loading…
Reference in a new issue