From 744f31ba477c809592965042786a1cb236bbca2f Mon Sep 17 00:00:00 2001 From: Alex Demchenko Date: Sun, 10 Apr 2022 19:01:16 +0200 Subject: [PATCH] Update dependencies --- CHANGELOG.md | 4 ++++ pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8400a8e..b9bdaff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.6.5 + +- Update dependencies + ## 2.6.4 - Update to Flutter 2.10.4 diff --git a/pubspec.yaml b/pubspec.yaml index 9679941..83a700c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: flutter_link_previewer description: > URL preview extracted from the provided text with basic customization and ability to render from cached data. -version: 2.6.4 +version: 2.6.5 homepage: https://flyer.chat repository: https://github.com/flyerhq/flutter_link_previewer @@ -13,7 +13,7 @@ environment: dependencies: flutter: sdk: flutter - flutter_chat_types: ^3.3.2 + flutter_chat_types: ^3.3.3 flutter_linkify: ^5.0.2 html: ^0.15.0 http: ^0.13.4