From a42a74d1b66a41bab2ed7efc677345812b7c04ee Mon Sep 17 00:00:00 2001 From: Riccardo Cucia Date: Sat, 30 Nov 2024 14:36:43 +0100 Subject: [PATCH] Upgrade mine: '>=1.0.2 <3.0.0' (#23) Co-authored-by: riccardocucia --- CHANGELOG.md | 7 +++++++ doc/package.json | 2 +- example/pubspec.yaml | 2 +- pubspec.yaml | 4 ++-- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7693e7..ec9f5b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.2] - 2024-11-30 +#### [@rickypid](https://github.com/rickypid) + +### Dependencies + +* Upgrade mine: '>=1.0.2 <3.0.0' + ## [1.4.1] - 2024-11-21 #### [@rickypid](https://github.com/rickypid) #### [@Parfyonator](https://github.com/Parfyonator) diff --git a/doc/package.json b/doc/package.json index 6c981e5..4c5b810 100644 --- a/doc/package.json +++ b/doc/package.json @@ -1,6 +1,6 @@ { "name": "flutter-supabase-chat-core", - "version": "1.4.1", + "version": "1.4.2", "private": true, "scripts": { "docusaurus": "docusaurus", diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 37aaace..0ae9278 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -2,7 +2,7 @@ name: example description: A new Flutter project. publish_to: 'none' -version: 1.4.1 +version: 1.4.2 environment: sdk: '>=3.4.0 <4.0.0' diff --git a/pubspec.yaml b/pubspec.yaml index 4de4cb9..726b5d8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: flutter_supabase_chat_core description: > Actively maintained, community-driven Supabase BaaS for chat applications with an optional chat UI. -version: 1.4.1 +version: 1.4.2 homepage: https://flutter-supabase-chat-core.insideapp.it repository: https://github.com/insideapp-srl/flutter_supabase_chat_core @@ -15,7 +15,7 @@ dependencies: sdk: flutter flutter_chat_types: ^3.6.2 meta: ^1.15.0 - mime: ^1.0.6 + mime: '>=1.0.2 <3.0.0' supabase_flutter: ^2.8.1 uuid: ^4.5.1