File tree Expand file tree Collapse file tree 5 files changed +12
-3
lines changed Expand file tree Collapse file tree 5 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ Packages with other changes:
1717
1818 - [ ` gotrue ` - ` v2.11.1 ` ] ( #gotrue---v2111 )
1919 - [ ` realtime_client ` - ` v2.4.1 ` ] ( #realtime_client---v241 )
20+ - [ ` storage_client ` - ` v2.3.0 ` ] ( #storage_client---v230 )
2021 - [ ` supabase ` - ` v2.6.1 ` ] ( #supabase---v261 )
2122 - [ ` supabase_flutter ` - ` v2.8.2 ` ] ( #supabase_flutter---v282 )
2223
@@ -36,6 +37,10 @@ Packages with dependency updates only:
3637
3738 - ** FIX** (realtime_client): Prevent sending expired tokens ([ #1095 ] ( https://github.com/supabase/supabase-flutter/issues/1095 ) ). ([ 1bb034f0] ( https://github.com/supabase/supabase-flutter/commit/1bb034f0f82b03d629edc733688c8648cf01e5b9 ) )
3839
40+ #### ` storage_client ` - ` v2.3.0 `
41+
42+ - ** FEAT** : Support mime 2.0.0 ([ #1079 ] ( https://github.com/supabase/supabase-flutter/pull/1079 ) ).
43+
3944#### ` supabase ` - ` v2.6.1 `
4045
4146 - ** FIX** (realtime_client): Prevent sending expired tokens ([ #1095 ] ( https://github.com/supabase/supabase-flutter/issues/1095 ) ). ([ 1bb034f0] ( https://github.com/supabase/supabase-flutter/commit/1bb034f0f82b03d629edc733688c8648cf01e5b9 ) )
Original file line number Diff line number Diff line change 1+ ## 2.3.0
2+
3+ - ** FEAT** : Support mime 2.0.0 ([ #1079 ] ( https://github.com/supabase/supabase-flutter/pull/1079 ) ).
4+
15## 2.2.0
26
37 - ** FEAT** : Add logging ([ #1042 ] ( https://github.com/supabase/supabase-flutter/issues/1042 ) ). ([ d1ecabd7] ( https://github.com/supabase/supabase-flutter/commit/d1ecabd77881a0488d2d4b41ea5ee5abda6c5c35 ) )
Original file line number Diff line number Diff line change 1- const version = '2.2 .0' ;
1+ const version = '2.3 .0' ;
Original file line number Diff line number Diff line change 11name : storage_client
22description : Dart client library to interact with Supabase Storage. Supabase Storage provides an interface for managing Files stored in S3, using Postgres to manage permissions.
3- version : 2.2 .0
3+ version : 2.3 .0
44homepage : ' https://supabase.com'
55repository : ' https://github.com/supabase/supabase-flutter/tree/main/packages/storage_client'
66documentation : ' https://supabase.com/docs/reference/dart/storage-createbucket'
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies:
1414 http : ' >=0.13.5 <2.0.0'
1515 postgrest : 2.4.0
1616 realtime_client : 2.4.1
17- storage_client : 2.2 .0
17+ storage_client : 2.3 .0
1818 rxdart : ' >=0.27.5 <0.29.0'
1919 yet_another_json_isolate : 2.0.3
2020 logging : ^1.2.0
You can’t perform that action at this time.
0 commit comments