File tree 11 files changed +51
-9
lines changed 11 files changed +51
-9
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
36
## 2024-12-17
7
37
8
38
### 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
+
1
5
## 2.4.0
2
6
3
7
- ** 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 1
1
name : postgrest
2
2
description : PostgREST client for Dart. This library provides an ORM interface to PostgREST.
3
- version : 2.4.0
3
+ version : 2.4.1
4
4
homepage : ' https://supabase.com'
5
5
repository : ' https://github.com/supabase/supabase-flutter/tree/main/packages/postgrest'
6
6
documentation : ' 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
+
1
5
## 2.6.1
2
6
3
7
- ** 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 1
1
name : supabase
2
2
description : 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
4
4
homepage : ' https://supabase.com'
5
5
repository : ' https://github.com/supabase/supabase-flutter/tree/main/packages/supabase'
6
6
documentation : ' https://supabase.com/docs/reference/dart/introduction'
@@ -12,7 +12,7 @@ dependencies:
12
12
functions_client : 2.4.0
13
13
gotrue : 2.11.1
14
14
http : ' >=0.13.5 <2.0.0'
15
- postgrest : 2.4.0
15
+ postgrest : 2.4.1
16
16
realtime_client : 2.4.1
17
17
storage_client : 2.3.0
18
18
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
+
1
5
## 2.8.2
2
6
3
7
- Update a dependency to the latest release.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ environment:
11
11
dependencies :
12
12
flutter :
13
13
sdk : flutter
14
- supabase_flutter : ^2.8.2
14
+ supabase_flutter : ^2.8.3
15
15
16
16
dev_dependencies :
17
17
flutter_test :
Original file line number Diff line number Diff line change 1
- const version = '2.8.2 ' ;
1
+ const version = '2.8.3 ' ;
Original file line number Diff line number Diff line change 1
1
name : supabase_flutter
2
2
description : Flutter integration for Supabase. This package makes it simple for developers to build secure and scalable products.
3
- version : 2.8.2
3
+ version : 2.8.3
4
4
homepage : ' https://supabase.com'
5
5
repository : ' https://github.com/supabase/supabase-flutter/tree/main/packages/supabase_flutter'
6
6
documentation : ' https://supabase.com/docs/reference/dart/introduction'
@@ -17,7 +17,7 @@ dependencies:
17
17
sdk : flutter
18
18
http : ' >=0.13.4 <2.0.0'
19
19
meta : ^1.7.0
20
- supabase : 2.6.1
20
+ supabase : 2.6.2
21
21
url_launcher : ^6.1.2
22
22
path_provider : ^2.0.0
23
23
shared_preferences : ^2.0.0
You can’t perform that action at this time.
0 commit comments