File tree Expand file tree Collapse file tree 11 files changed +51
-9
lines changed Expand file tree Collapse file tree 11 files changed +51
-9
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## 2025-01-01
7+
8+ ### Changes
9+
10+ ---
11+
12+ Packages with breaking changes:
13+
14+ - There are no breaking changes in this release.
15+
16+ Packages with other changes:
17+
18+ - [ ` postgrest ` - ` v2.4.1 ` ] ( #postgrest---v241 )
19+ - [ ` supabase ` - ` v2.6.2 ` ] ( #supabase---v262 )
20+ - [ ` supabase_flutter ` - ` v2.8.3 ` ] ( #supabase_flutter---v283 )
21+
22+ Packages with dependency updates only:
23+
24+ > Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
25+
26+ - ` supabase ` - ` v2.6.2 `
27+ - ` supabase_flutter ` - ` v2.8.3 `
28+
29+ ---
30+
31+ #### ` postgrest ` - ` v2.4.1 `
32+
33+ - ** DOCS** : Fix typo for RPC docs ([ #1105 ] ( https://github.com/supabase/supabase-flutter/issues/1105 ) ). ([ 7c8c8630] ( https://github.com/supabase/supabase-flutter/commit/7c8c8630257984f429406b0d85a8601881712343 ) )
34+
35+
636## 2024-12-17
737
838### Changes
Original file line number Diff line number Diff line change 1+ ## 2.4.1
2+
3+ - ** DOCS** : Fix typo for RPC docs ([ #1105 ] ( https://github.com/supabase/supabase-flutter/issues/1105 ) ). ([ 7c8c8630] ( https://github.com/supabase/supabase-flutter/commit/7c8c8630257984f429406b0d85a8601881712343 ) )
4+
15## 2.4.0
26
37 - ** FEAT** : Read-only access mode rpc ([ #1081 ] ( https://github.com/supabase/supabase-flutter/issues/1081 ) ). ([ d0a04154] ( https://github.com/supabase/supabase-flutter/commit/d0a04154ff56d40d00e1c9282d8ba859681c7275 ) )
Original file line number Diff line number Diff line change 1- const version = '2.4.0 ' ;
1+ const version = '2.4.1 ' ;
Original file line number Diff line number Diff line change 11name : postgrest
22description : PostgREST client for Dart. This library provides an ORM interface to PostgREST.
3- version : 2.4.0
3+ version : 2.4.1
44homepage : ' https://supabase.com'
55repository : ' https://github.com/supabase/supabase-flutter/tree/main/packages/postgrest'
66documentation : ' https://supabase.com/docs/reference/dart/select'
Original file line number Diff line number Diff line change 1+ ## 2.6.2
2+
3+ - Update a dependency to the latest release.
4+
15## 2.6.1
26
37 - ** 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- const version = '2.6.1 ' ;
1+ const version = '2.6.2 ' ;
Original file line number Diff line number Diff line change 11name : supabase
22description : A dart client for Supabase. This client makes it simple for developers to build secure and scalable products.
3- version : 2.6.1
3+ version : 2.6.2
44homepage : ' https://supabase.com'
55repository : ' https://github.com/supabase/supabase-flutter/tree/main/packages/supabase'
66documentation : ' https://supabase.com/docs/reference/dart/introduction'
@@ -12,7 +12,7 @@ dependencies:
1212 functions_client : 2.4.0
1313 gotrue : 2.11.1
1414 http : ' >=0.13.5 <2.0.0'
15- postgrest : 2.4.0
15+ postgrest : 2.4.1
1616 realtime_client : 2.4.1
1717 storage_client : 2.3.0
1818 rxdart : ' >=0.27.5 <0.29.0'
Original file line number Diff line number Diff line change 1+ ## 2.8.3
2+
3+ - Update a dependency to the latest release.
4+
15## 2.8.2
26
37 - Update a dependency to the latest release.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ environment:
1111dependencies :
1212 flutter :
1313 sdk : flutter
14- supabase_flutter : ^2.8.2
14+ supabase_flutter : ^2.8.3
1515
1616dev_dependencies :
1717 flutter_test :
Original file line number Diff line number Diff line change 1- const version = '2.8.2 ' ;
1+ const version = '2.8.3 ' ;
You can’t perform that action at this time.
0 commit comments