diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c8d777..8e7c259 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 5.0.0 - WIP +## 5.0.0 - Removed the default values for the ChatOptions that are now nullable so they resolve to the ThemeData values - Added chatAlignment to change the alignment of the chat messages - Added messageType to the ChatMessageModel to allow for different type of messages, it is nullable to remain backwards compatible @@ -26,6 +26,7 @@ - Added the ability to set the color of the CircularProgressIndicator of the ImageLoadingSnackbar by theme.snackBarTheme.actionTextColor - Added semantics for variable text, buttons and textfields - Added flag to enable/disable loading new and old messages on scrolling to the end of the current view. +- Updated description of packages to be more descriptive ## 4.0.0 - Move to the new user story architecture diff --git a/packages/chat_repository_interface/pubspec.yaml b/packages/chat_repository_interface/pubspec.yaml index 491ef87..9684692 100644 --- a/packages/chat_repository_interface/pubspec.yaml +++ b/packages/chat_repository_interface/pubspec.yaml @@ -1,5 +1,5 @@ name: chat_repository_interface -description: "A new Flutter package project." +description: "The interface for a chat repository" version: 5.0.0 homepage: "https://github.com/Iconica-Development" @@ -18,4 +18,3 @@ dev_dependencies: git: url: https://github.com/Iconica-Development/flutter_iconica_analysis ref: 7.0.0 - diff --git a/packages/firebase_chat_repository/pubspec.yaml b/packages/firebase_chat_repository/pubspec.yaml index bfa7e29..1341664 100644 --- a/packages/firebase_chat_repository/pubspec.yaml +++ b/packages/firebase_chat_repository/pubspec.yaml @@ -1,5 +1,5 @@ name: firebase_chat_repository -description: "A new Flutter package project." +description: "Firebase repository implementation for the chat domain repository interface" version: 5.0.0 homepage: "https://github.com/Iconica-Development" diff --git a/packages/flutter_chat/pubspec.yaml b/packages/flutter_chat/pubspec.yaml index 3888b80..8989584 100644 --- a/packages/flutter_chat/pubspec.yaml +++ b/packages/flutter_chat/pubspec.yaml @@ -1,5 +1,5 @@ name: flutter_chat -description: "A new Flutter package project." +description: "User story of the chat domain for quick integration into flutter apps" version: 5.0.0 publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub/