Skip to content

Commit 9dc0b18

Browse files
chore(release): publish packages (#1509)
Prepared all packages to be released to pub.dev Co-authored-by: spydon <744771+spydon@users.noreply.github.com>
1 parent b704932 commit 9dc0b18

17 files changed

Lines changed: 82 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,51 @@
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+
## 2026-07-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+
- [`gotrue` - `v2.24.0`](#gotrue---v2240)
19+
- [`postgrest` - `v2.7.4`](#postgrest---v274)
20+
- [`realtime_client` - `v2.9.1`](#realtime_client---v291)
21+
- [`supabase_flutter` - `v2.15.3`](#supabase_flutter---v2153)
22+
- [`supabase` - `v2.13.3`](#supabase---v2133)
23+
24+
Packages with dependency updates only:
25+
26+
> 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.
27+
28+
- `supabase` - `v2.13.3`
29+
30+
---
31+
32+
#### `gotrue` - `v2.24.0`
33+
34+
- **FIX**(gotrue): handle access token without amr claim in getAuthenticatorAssuranceLevel ([#1478](https://github.com/supabase/supabase-flutter/issues/1478)). ([63a91f2e](https://github.com/supabase/supabase-flutter/commit/63a91f2e20e7000898b91ada76678e11687e0fbb))
35+
- **FIX**(gotrue): allow TOTP MFA enrollment without an issuer ([#1501](https://github.com/supabase/supabase-flutter/issues/1501)). ([3a84e4e5](https://github.com/supabase/supabase-flutter/commit/3a84e4e5f122958e1706bf80ecc6083ad7055ab8))
36+
- **FEAT**(gotrue): add user-facing OAuth 2.1 server authorization API ([#1499](https://github.com/supabase/supabase-flutter/issues/1499)). ([4f98f493](https://github.com/supabase/supabase-flutter/commit/4f98f493e4848ce03822cb8699db18234a3ec7c7))
37+
38+
#### `postgrest` - `v2.7.4`
39+
40+
- **FIX**(postgrest): stop seeding Prefer header with an empty string ([#1505](https://github.com/supabase/supabase-flutter/issues/1505)). ([0a37f0d7](https://github.com/supabase/supabase-flutter/commit/0a37f0d746abf690151825a1de9f2c9c50322de7))
41+
42+
#### `realtime_client` - `v2.9.1`
43+
44+
- **FIX**(realtime): cancel pending reconnect on disconnect after a dropped socket ([#1477](https://github.com/supabase/supabase-flutter/issues/1477)). ([b704932a](https://github.com/supabase/supabase-flutter/commit/b704932ac13a56a01c73cac603aed43e8a8aad3a))
45+
46+
#### `supabase_flutter` - `v2.15.3`
47+
48+
- **FIX**(supabase_flutter): backfill requireResidentKey when omitted by the server ([#1502](https://github.com/supabase/supabase-flutter/issues/1502)). ([cf382968](https://github.com/supabase/supabase-flutter/commit/cf3829686fdbceb559fe41ad558089b44fcc9af1))
49+
50+
651
## 2026-06-30
752

853
### Changes

packages/gotrue/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.24.0
2+
3+
- **FIX**(gotrue): handle access token without amr claim in getAuthenticatorAssuranceLevel ([#1478](https://github.com/supabase/supabase-flutter/issues/1478)). ([63a91f2e](https://github.com/supabase/supabase-flutter/commit/63a91f2e20e7000898b91ada76678e11687e0fbb))
4+
- **FIX**(gotrue): allow TOTP MFA enrollment without an issuer ([#1501](https://github.com/supabase/supabase-flutter/issues/1501)). ([3a84e4e5](https://github.com/supabase/supabase-flutter/commit/3a84e4e5f122958e1706bf80ecc6083ad7055ab8))
5+
- **FEAT**(gotrue): add user-facing OAuth 2.1 server authorization API ([#1499](https://github.com/supabase/supabase-flutter/issues/1499)). ([4f98f493](https://github.com/supabase/supabase-flutter/commit/4f98f493e4848ce03822cb8699db18234a3ec7c7))
6+
17
## 2.23.0
28

39
- **REFACTOR**(gotrue): extract PKCE code challenge generation into a helper ([#1460](https://github.com/supabase/supabase-flutter/issues/1460)). ([3252ca71](https://github.com/supabase/supabase-flutter/commit/3252ca7151241aa80c291ea7968b6c1fd70c055f))
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const version = '2.23.0';
1+
const version = '2.24.0';

packages/gotrue/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: gotrue
22
description: A dart client library for the GoTrue API.
3-
version: 2.23.0
3+
version: 2.24.0
44
homepage: "https://supabase.com"
55
repository: "https://github.com/supabase/supabase-flutter/tree/main/packages/gotrue"
66
documentation: "https://supabase.com/docs/reference/dart/auth-signup"

packages/postgrest/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.7.4
2+
3+
- **FIX**(postgrest): stop seeding Prefer header with an empty string ([#1505](https://github.com/supabase/supabase-flutter/issues/1505)). ([0a37f0d7](https://github.com/supabase/supabase-flutter/commit/0a37f0d746abf690151825a1de9f2c9c50322de7))
4+
15
## 2.7.3
26

37
- **FIX**(postgrest): escape quotes and backslashes in list filter values ([#1481](https://github.com/supabase/supabase-flutter/issues/1481)). ([66e4d139](https://github.com/supabase/supabase-flutter/commit/66e4d1399ea615abb1d58b468a4943e7c408ef2f))
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const version = '2.7.3';
1+
const version = '2.7.4';

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.7.3
3+
version: 2.7.4
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/realtime_client/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.9.1
2+
3+
- **FIX**(realtime): cancel pending reconnect on disconnect after a dropped socket ([#1477](https://github.com/supabase/supabase-flutter/issues/1477)). ([b704932a](https://github.com/supabase/supabase-flutter/commit/b704932ac13a56a01c73cac603aed43e8a8aad3a))
4+
15
## 2.9.0
26

37
- **REFACTOR**(realtime_client): extract broadcast headers and body builders ([#1461](https://github.com/supabase/supabase-flutter/issues/1461)). ([7da70605](https://github.com/supabase/supabase-flutter/commit/7da706059de3af651e5e605acea081125d4b261c))
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const version = '2.9.0';
1+
const version = '2.9.1';

packages/realtime_client/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: realtime_client
22
description: Listens to changes in a PostgreSQL Database and via websockets. This is for usage with Supabase Realtime server.
3-
version: 2.9.0
3+
version: 2.9.1
44
homepage: 'https://supabase.com'
55
repository: 'https://github.com/supabase/supabase-flutter/tree/main/packages/realtime_client'
66
documentation: 'https://supabase.com/docs/reference/dart/subscribe'

0 commit comments

Comments
 (0)