Skip to content

Commit ece9ab2

Browse files
authored
chore(release): Publish packages supabase_flutter@2.8.3 (#1106)
chore(release): publish packages - postgrest@2.4.1 - supabase@2.6.2 - supabase_flutter@2.8.3
1 parent 7e8d7a7 commit ece9ab2

File tree

11 files changed

+51
-9
lines changed

11 files changed

+51
-9
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@
33
All notable changes to this project will be documented in this file.
44
See [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

packages/postgrest/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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))
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const version = '2.4.0';
1+
const version = '2.4.1';

packages/postgrest/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: postgrest
22
description: PostgREST client for Dart. This library provides an ORM interface to PostgREST.
3-
version: 2.4.0
3+
version: 2.4.1
44
homepage: 'https://supabase.com'
55
repository: 'https://github.com/supabase/supabase-flutter/tree/main/packages/postgrest'
66
documentation: 'https://supabase.com/docs/reference/dart/select'

packages/supabase/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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))
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const version = '2.6.1';
1+
const version = '2.6.2';

packages/supabase/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: supabase
22
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
44
homepage: 'https://supabase.com'
55
repository: 'https://github.com/supabase/supabase-flutter/tree/main/packages/supabase'
66
documentation: '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'

packages/supabase_flutter/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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.

packages/supabase_flutter/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ environment:
1111
dependencies:
1212
flutter:
1313
sdk: flutter
14-
supabase_flutter: ^2.8.2
14+
supabase_flutter: ^2.8.3
1515

1616
dev_dependencies:
1717
flutter_test:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const version = '2.8.2';
1+
const version = '2.8.3';

packages/supabase_flutter/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: supabase_flutter
22
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
44
homepage: 'https://supabase.com'
55
repository: 'https://github.com/supabase/supabase-flutter/tree/main/packages/supabase_flutter'
66
documentation: 'https://supabase.com/docs/reference/dart/introduction'
@@ -17,7 +17,7 @@ dependencies:
1717
sdk: flutter
1818
http: '>=0.13.4 <2.0.0'
1919
meta: ^1.7.0
20-
supabase: 2.6.1
20+
supabase: 2.6.2
2121
url_launcher: ^6.1.2
2222
path_provider: ^2.0.0
2323
shared_preferences: ^2.0.0

0 commit comments

Comments
 (0)