Skip to content

Commit 40f2615

Browse files
committed
chore(release): publish packages
- [email protected]
1 parent 9626bc2 commit 40f2615

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

examples/flyer_chat/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies:
3939
flutter_chat_core: ^2.7.0
4040
flutter_chat_ui: ^2.7.0
4141
flutter_dotenv: ^5.2.1
42-
flutter_link_previewer: ^4.0.0
42+
flutter_link_previewer: ^4.1.0
4343
flutter_lorem: ^2.0.0
4444
flyer_chat_file_message: ^2.2.3
4545
flyer_chat_image_message: ^2.1.13

packages/flutter_link_previewer/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.1.0
2+
3+
- **FEAT**: support international domains. ([9626bc29](https://github.com/flyerhq/flutter_chat_ui/commit/9626bc292dd6254b155176994401271d86b23a53))
4+
15
## 4.0.0
26

37
- **BREAKING CHANGE**: The **LinkPreview** widget has been completely rewritten for improved clarity and modern design.

packages/flutter_link_previewer/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: >
33
Customizable link and URL preview extracted from the
44
provided text with the ability to render from the cache. Ideal
55
for chat applications.
6-
version: 4.0.0
6+
version: 4.1.0
77
homepage: https://flyer.chat
88
repository: https://github.com/flyerhq/flutter_chat_ui
99

0 commit comments

Comments
 (0)