Skip to content

Commit

Permalink
fix(ui, localization): remove untracked files from stream_chat_flutter (
Browse files Browse the repository at this point in the history
  • Loading branch information
xsahil03x authored Jan 21, 2025
1 parent 59dec41 commit 7ed1709
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ command:
shimmer: ^3.0.0
sqlite3_flutter_libs: ^0.5.26
stream_chat: ^9.2.0
stream_chat_flutter: ^9.2.0
stream_chat_flutter: ^9.2.0+1
stream_chat_flutter_core: ^9.2.0
stream_chat_localizations: ^9.2.0
stream_chat_persistence: ^9.2.0
Expand Down
4 changes: 4 additions & 0 deletions packages/stream_chat_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 9.2.0+1

- Remove untracked files from the package.

## 9.2.0

🐞 Fixed
Expand Down
2 changes: 1 addition & 1 deletion packages/stream_chat_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
flutter:
sdk: flutter
responsive_builder: ^0.7.0
stream_chat_flutter: ^9.2.0
stream_chat_flutter: ^9.2.0+1
stream_chat_localizations: ^9.2.0
stream_chat_persistence: ^9.2.0

Expand Down
2 changes: 1 addition & 1 deletion packages/stream_chat_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: stream_chat_flutter
homepage: https://github.com/GetStream/stream-chat-flutter
description: Stream Chat official Flutter SDK. Build your own chat experience using Dart and Flutter.
version: 9.2.0
version: 9.2.0+1
repository: https://github.com/GetStream/stream-chat-flutter
issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues

Expand Down
2 changes: 1 addition & 1 deletion packages/stream_chat_localizations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 9.2.0

- Updated `stream_chat_flutter` dependency to [`9.2.0`](https://pub.dev/packages/stream_chat/changelog).
- Updated `stream_chat_flutter` dependency to [`9.2.0+1`](https://pub.dev/packages/stream_chat/changelog).

## 9.1.0

Expand Down
2 changes: 1 addition & 1 deletion packages/stream_chat_localizations/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
cupertino_icons: ^1.0.3
flutter:
sdk: flutter
stream_chat_flutter: ^9.2.0
stream_chat_flutter: ^9.2.0+1
stream_chat_localizations: ^9.2.0

flutter:
Expand Down
2 changes: 1 addition & 1 deletion packages/stream_chat_localizations/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
sdk: flutter
flutter_localizations:
sdk: flutter
stream_chat_flutter: ^9.2.0
stream_chat_flutter: ^9.2.0+1

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 7ed1709

Please sign in to comment.