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
|
## 3.1.0
|
||||||
- Fix center the texts for no users found with search and type first message
|
- Fix center the texts for no users found with search and type first message
|
||||||
- Fix styling for the whole userstory
|
- Fix styling for the whole userstory
|
||||||
|
|
|
@ -1,25 +1,21 @@
|
||||||
name: chat_repository_interface
|
name: chat_repository_interface
|
||||||
description: "A new Flutter package project."
|
description: "A new Flutter package project."
|
||||||
version: 0.0.1
|
version: 1.0.0
|
||||||
homepage:
|
homepage: "https://github.com/Iconica-Development"
|
||||||
|
|
||||||
|
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub/
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=3.4.3 <4.0.0'
|
sdk: ">=3.4.3 <4.0.0"
|
||||||
flutter: ">=1.17.0"
|
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
|
||||||
sdk: flutter
|
|
||||||
|
|
||||||
rxdart: any
|
rxdart: any
|
||||||
collection: any
|
collection: any
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
test: ^1.24.0
|
||||||
sdk: flutter
|
|
||||||
flutter_iconica_analysis:
|
flutter_iconica_analysis:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/Iconica-Development/flutter_iconica_analysis
|
url: https://github.com/Iconica-Development/flutter_iconica_analysis
|
||||||
ref: 7.0.0
|
ref: 7.0.0
|
||||||
|
|
||||||
flutter:
|
|
|
@ -1,7 +1,9 @@
|
||||||
name: firebase_chat_repository
|
name: firebase_chat_repository
|
||||||
description: "A new Flutter package project."
|
description: "A new Flutter package project."
|
||||||
version: 0.0.1
|
version: 1.0.0
|
||||||
publish_to: "none"
|
homepage: "https://github.com/Iconica-Development"
|
||||||
|
|
||||||
|
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub/
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=3.4.3 <4.0.0"
|
sdk: ">=3.4.3 <4.0.0"
|
||||||
|
@ -12,7 +14,8 @@ dependencies:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
|
||||||
chat_repository_interface:
|
chat_repository_interface:
|
||||||
path: ../chat_repository_interface
|
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
||||||
|
version: ^1.0.0
|
||||||
|
|
||||||
firebase_storage: any
|
firebase_storage: any
|
||||||
cloud_firestore: any
|
cloud_firestore: any
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
name: flutter_chat
|
name: flutter_chat
|
||||||
description: "A new Flutter package project."
|
description: "A new Flutter package project."
|
||||||
version: 0.0.1
|
version: 4.0.0
|
||||||
publish_to: "none"
|
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub/
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=3.4.3 <4.0.0"
|
sdk: ">=3.4.3 <4.0.0"
|
||||||
|
@ -18,11 +18,11 @@ dependencies:
|
||||||
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.0.0
|
||||||
flutter_profile:
|
flutter_profile:
|
||||||
git:
|
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
||||||
ref: 1.6.0
|
version: ^1.6.0
|
||||||
url: https://github.com/Iconica-Development/flutter_profile
|
|
||||||
chat_repository_interface:
|
chat_repository_interface:
|
||||||
path: ../chat_repository_interface
|
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
||||||
|
version: ^1.0.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
|
Loading…
Reference in a new issue