Skip to content

Commit

Permalink
Upgrade mine: '>=1.0.2 <3.0.0' (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: riccardocucia <riccardocucia@gmial.com>
  • Loading branch information
rickypid and riccardocucia authored Nov 30, 2024
1 parent 9f2985b commit a42a74d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion doc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flutter-supabase-chat-core",
"version": "1.4.1",
"version": "1.4.2",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit a42a74d

Please sign in to comment.