From 98113d789bcbde30fd3d78445633449e559b2736 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 17 Sep 2026 16:47:07 +0000 Subject: [PATCH] chore(release): publish packages - postgrest@3.0.0-dev.5 - supabase@3.0.0-dev.5 - supabase_auth@3.0.0-dev.5 - supabase_flutter@3.0.0-dev.5 - supabase_realtime@3.0.0-dev.5 - supabase_test@0.3.0 - supabase_typegen@0.2.0 - supabase_flutter_web_auth@0.1.3 --- CHANGELOG.md | 64 +++++++++++++++++++ examples/authentication/pubspec.yaml | 2 +- examples/database_crud/pubspec.yaml | 2 +- examples/edge_functions/pubspec.yaml | 2 +- examples/passkeys/pubspec.yaml | 2 +- examples/realtime_room/pubspec.yaml | 2 +- examples/storage_transforms/pubspec.yaml | 2 +- packages/iceberg/pubspec.yaml | 2 +- packages/postgrest/CHANGELOG.md | 8 +++ packages/postgrest/lib/src/version.dart | 2 +- packages/postgrest/pubspec.yaml | 4 +- packages/supabase/CHANGELOG.md | 6 ++ packages/supabase/example/pubspec.yaml | 2 +- packages/supabase/lib/src/version.dart | 2 +- packages/supabase/pubspec.yaml | 10 +-- packages/supabase_auth/CHANGELOG.md | 9 +++ packages/supabase_auth/lib/src/version.dart | 2 +- packages/supabase_auth/pubspec.yaml | 4 +- packages/supabase_flutter/CHANGELOG.md | 7 ++ .../supabase_flutter/example/pubspec.yaml | 2 +- .../supabase_flutter/lib/src/version.dart | 2 +- packages/supabase_flutter/pubspec.yaml | 6 +- .../supabase_flutter_web_auth/CHANGELOG.md | 4 ++ .../example/pubspec.yaml | 4 +- .../supabase_flutter_web_auth/pubspec.yaml | 6 +- packages/supabase_functions/pubspec.yaml | 2 +- packages/supabase_realtime/CHANGELOG.md | 6 ++ .../supabase_realtime/lib/src/version.dart | 2 +- packages/supabase_realtime/pubspec.yaml | 4 +- packages/supabase_storage/pubspec.yaml | 2 +- packages/supabase_test/CHANGELOG.md | 7 ++ packages/supabase_test/pubspec.yaml | 4 +- packages/supabase_typegen/CHANGELOG.md | 6 ++ packages/supabase_typegen/pubspec.yaml | 6 +- 34 files changed, 157 insertions(+), 40 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adabe48cb..1cf01438f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,70 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2026-09-17 + +### Changes + +--- + +Packages with breaking changes: + + - [`postgrest` - `v3.0.0-dev.5`](#postgrest---v300-dev5) + - [`supabase` - `v3.0.0-dev.5`](#supabase---v300-dev5) + - [`supabase_auth` - `v3.0.0-dev.5`](#supabase_auth---v300-dev5) + - [`supabase_flutter` - `v3.0.0-dev.5`](#supabase_flutter---v300-dev5) + - [`supabase_realtime` - `v3.0.0-dev.5`](#supabase_realtime---v300-dev5) + - [`supabase_test` - `v0.3.0`](#supabase_test---v030) + - [`supabase_typegen` - `v0.2.0`](#supabase_typegen---v020) + +Packages with other changes: + + - [`supabase_flutter_web_auth` - `v0.1.3`](#supabase_flutter_web_auth---v013) + +Packages with dependency updates only: + +> 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. + + - `supabase_flutter_web_auth` - `v0.1.3` + +--- + +#### `postgrest` - `v3.0.0-dev.5` + + - **FIX**(postgrest): build the typed transform builder with the row converter ([#1850](https://github.com/supabase/supabase-flutter/issues/1850)). ([b9dee7bf](https://github.com/supabase/supabase-flutter/commit/b9dee7bfdae57826aaa5b6e003af527baab0042b)) + - **FEAT**(postgrest): add csv, explain, head, dryRun, stripNulls, maxAffected and geojson to the typed transform builder ([#1848](https://github.com/supabase/supabase-flutter/issues/1848)). ([85fd4534](https://github.com/supabase/supabase-flutter/commit/85fd453407695f5841d18f6530f9c8060d9aee32)) + - **BREAKING** **FEAT**(postgrest): only accept the table's Insert and Update types on the typed builder ([#1849](https://github.com/supabase/supabase-flutter/issues/1849)). ([333cc5c3](https://github.com/supabase/supabase-flutter/commit/333cc5c3df57c76a40530437f8415b7621b761bd)) + +#### `supabase` - `v3.0.0-dev.5` + + - **BREAKING** **FEAT**(postgrest): only accept the table's Insert and Update types on the typed builder ([#1849](https://github.com/supabase/supabase-flutter/issues/1849)). ([333cc5c3](https://github.com/supabase/supabase-flutter/commit/333cc5c3df57c76a40530437f8415b7621b761bd)) + +#### `supabase_auth` - `v3.0.0-dev.5` + + - **FIX**(auth): parse OAuth authorization details for users without an email ([#1844](https://github.com/supabase/supabase-flutter/issues/1844)). ([a3a75590](https://github.com/supabase/supabase-flutter/commit/a3a755908f35b2b52bfd05560960ebc596807891)) + - **BREAKING** **REFACTOR**(auth): make AuthState a sealed class with per-event payloads ([#1846](https://github.com/supabase/supabase-flutter/issues/1846)). ([66bc828d](https://github.com/supabase/supabase-flutter/commit/66bc828dae8d134cc97c0f04ef64b6b24eac4722)) + - **BREAKING** **REFACTOR**(auth): return Session from the auth methods that always issue one ([#1845](https://github.com/supabase/supabase-flutter/issues/1845)). ([b63898ea](https://github.com/supabase/supabase-flutter/commit/b63898ead6223941da0f7bb4b7437092c59377d7)) + - **BREAKING** **REFACTOR**: type the user metadata and realtime connection parameters ([#1843](https://github.com/supabase/supabase-flutter/issues/1843)). ([3afb0dfc](https://github.com/supabase/supabase-flutter/commit/3afb0dfc5e1c197fb6bf51e750f997537f9358eb)) + +#### `supabase_flutter` - `v3.0.0-dev.5` + + - **BREAKING** **REFACTOR**(auth): make AuthState a sealed class with per-event payloads ([#1846](https://github.com/supabase/supabase-flutter/issues/1846)). ([66bc828d](https://github.com/supabase/supabase-flutter/commit/66bc828dae8d134cc97c0f04ef64b6b24eac4722)) + - **BREAKING** **REFACTOR**(auth): return Session from the auth methods that always issue one ([#1845](https://github.com/supabase/supabase-flutter/issues/1845)). ([b63898ea](https://github.com/supabase/supabase-flutter/commit/b63898ead6223941da0f7bb4b7437092c59377d7)) + +#### `supabase_realtime` - `v3.0.0-dev.5` + + - **BREAKING** **REFACTOR**: type the user metadata and realtime connection parameters ([#1843](https://github.com/supabase/supabase-flutter/issues/1843)). ([3afb0dfc](https://github.com/supabase/supabase-flutter/commit/3afb0dfc5e1c197fb6bf51e750f997537f9358eb)) + +#### `supabase_test` - `v0.3.0` + + - **BREAKING** **REFACTOR**(auth): return Session from the auth methods that always issue one ([#1845](https://github.com/supabase/supabase-flutter/issues/1845)). ([b63898ea](https://github.com/supabase/supabase-flutter/commit/b63898ead6223941da0f7bb4b7437092c59377d7)) + - **BREAKING** **FEAT**(postgrest): only accept the table's Insert and Update types on the typed builder ([#1849](https://github.com/supabase/supabase-flutter/issues/1849)). ([333cc5c3](https://github.com/supabase/supabase-flutter/commit/333cc5c3df57c76a40530437f8415b7621b761bd)) + +#### `supabase_typegen` - `v0.2.0` + + - **BREAKING** **FEAT**(postgrest): only accept the table's Insert and Update types on the typed builder ([#1849](https://github.com/supabase/supabase-flutter/issues/1849)). ([333cc5c3](https://github.com/supabase/supabase-flutter/commit/333cc5c3df57c76a40530437f8415b7621b761bd)) + + ## 2026-09-15 ### Changes diff --git a/examples/authentication/pubspec.yaml b/examples/authentication/pubspec.yaml index beed6a3eb..b8757328b 100644 --- a/examples/authentication/pubspec.yaml +++ b/examples/authentication/pubspec.yaml @@ -14,7 +14,7 @@ resolution: workspace dependencies: flutter: sdk: flutter - supabase_flutter: ^3.0.0-dev.4 + supabase_flutter: ^3.0.0-dev.5 dev_dependencies: supabase_lints: ^0.1.2 diff --git a/examples/database_crud/pubspec.yaml b/examples/database_crud/pubspec.yaml index e32167402..5cd490829 100644 --- a/examples/database_crud/pubspec.yaml +++ b/examples/database_crud/pubspec.yaml @@ -14,7 +14,7 @@ resolution: workspace dependencies: flutter: sdk: flutter - supabase_flutter: ^3.0.0-dev.4 + supabase_flutter: ^3.0.0-dev.5 dev_dependencies: supabase_lints: ^0.1.2 diff --git a/examples/edge_functions/pubspec.yaml b/examples/edge_functions/pubspec.yaml index 20be7e4a1..1913ecb3c 100644 --- a/examples/edge_functions/pubspec.yaml +++ b/examples/edge_functions/pubspec.yaml @@ -14,7 +14,7 @@ resolution: workspace dependencies: flutter: sdk: flutter - supabase_flutter: ^3.0.0-dev.4 + supabase_flutter: ^3.0.0-dev.5 dev_dependencies: supabase_lints: ^0.1.2 diff --git a/examples/passkeys/pubspec.yaml b/examples/passkeys/pubspec.yaml index 0fc25f49c..f281a11f2 100644 --- a/examples/passkeys/pubspec.yaml +++ b/examples/passkeys/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: flutter: sdk: flutter passkeys: ^2.23.1 - supabase_flutter: ^3.0.0-dev.4 + supabase_flutter: ^3.0.0-dev.5 dev_dependencies: supabase_lints: ^0.1.2 diff --git a/examples/realtime_room/pubspec.yaml b/examples/realtime_room/pubspec.yaml index e3b7c1d33..b32db531d 100644 --- a/examples/realtime_room/pubspec.yaml +++ b/examples/realtime_room/pubspec.yaml @@ -14,7 +14,7 @@ resolution: workspace dependencies: flutter: sdk: flutter - supabase_flutter: ^3.0.0-dev.4 + supabase_flutter: ^3.0.0-dev.5 dev_dependencies: supabase_lints: ^0.1.2 diff --git a/examples/storage_transforms/pubspec.yaml b/examples/storage_transforms/pubspec.yaml index 295648136..9e35d96aa 100644 --- a/examples/storage_transforms/pubspec.yaml +++ b/examples/storage_transforms/pubspec.yaml @@ -14,7 +14,7 @@ resolution: workspace dependencies: flutter: sdk: flutter - supabase_flutter: ^3.0.0-dev.4 + supabase_flutter: ^3.0.0-dev.5 dev_dependencies: supabase_lints: ^0.1.2 diff --git a/packages/iceberg/pubspec.yaml b/packages/iceberg/pubspec.yaml index c1cb2ac7f..53cf7b589 100644 --- a/packages/iceberg/pubspec.yaml +++ b/packages/iceberg/pubspec.yaml @@ -26,7 +26,7 @@ dependencies: dev_dependencies: test: ^1.25.0 supabase_lints: ^0.1.2 - supabase_test: 0.2.1 + supabase_test: 0.3.0 false_secrets: - /test/** diff --git a/packages/postgrest/CHANGELOG.md b/packages/postgrest/CHANGELOG.md index acd1efc47..2d10cb0d0 100644 --- a/packages/postgrest/CHANGELOG.md +++ b/packages/postgrest/CHANGELOG.md @@ -1,3 +1,11 @@ +## 3.0.0-dev.5 + +> Note: This release has breaking changes. + + - **FIX**(postgrest): build the typed transform builder with the row converter ([#1850](https://github.com/supabase/supabase-flutter/issues/1850)). ([b9dee7bf](https://github.com/supabase/supabase-flutter/commit/b9dee7bfdae57826aaa5b6e003af527baab0042b)) + - **FEAT**(postgrest): add csv, explain, head, dryRun, stripNulls, maxAffected and geojson to the typed transform builder ([#1848](https://github.com/supabase/supabase-flutter/issues/1848)). ([85fd4534](https://github.com/supabase/supabase-flutter/commit/85fd453407695f5841d18f6530f9c8060d9aee32)) + - **BREAKING** **FEAT**(postgrest): only accept the table's Insert and Update types on the typed builder ([#1849](https://github.com/supabase/supabase-flutter/issues/1849)). ([333cc5c3](https://github.com/supabase/supabase-flutter/commit/333cc5c3df57c76a40530437f8415b7621b761bd)) + ## 3.0.0-dev.4 - **REFACTOR**(postgrest): build the typed builders on PostgrestBuilder ([#1836](https://github.com/supabase/supabase-flutter/issues/1836)). ([08616c76](https://github.com/supabase/supabase-flutter/commit/08616c76197317ea187ea811746838114a3d95f6)) diff --git a/packages/postgrest/lib/src/version.dart b/packages/postgrest/lib/src/version.dart index 4555607a1..da3a05749 100644 --- a/packages/postgrest/lib/src/version.dart +++ b/packages/postgrest/lib/src/version.dart @@ -1,4 +1,4 @@ import 'package:meta/meta.dart'; @internal -const version = '3.0.0-dev.4'; +const version = '3.0.0-dev.5'; diff --git a/packages/postgrest/pubspec.yaml b/packages/postgrest/pubspec.yaml index d4ba0d4d4..c45f411ff 100644 --- a/packages/postgrest/pubspec.yaml +++ b/packages/postgrest/pubspec.yaml @@ -1,6 +1,6 @@ name: postgrest description: PostgREST client for Dart. This library provides an ORM interface to PostgREST. -version: 3.0.0-dev.4 +version: 3.0.0-dev.5 homepage: 'https://supabase.com' repository: 'https://github.com/supabase/supabase-flutter/tree/main/packages/postgrest' issue_tracker: 'https://github.com/supabase/supabase-flutter/issues' @@ -27,7 +27,7 @@ dependencies: dev_dependencies: collection: ^1.19.0 supabase_lints: ^0.1.2 - supabase_test: 0.2.1 + supabase_test: 0.3.0 test: ^1.25.0 false_secrets: diff --git a/packages/supabase/CHANGELOG.md b/packages/supabase/CHANGELOG.md index a1e43018f..10dd4a04b 100644 --- a/packages/supabase/CHANGELOG.md +++ b/packages/supabase/CHANGELOG.md @@ -1,3 +1,9 @@ +## 3.0.0-dev.5 + +> Note: This release has breaking changes. + + - **BREAKING** **FEAT**(postgrest): only accept the table's Insert and Update types on the typed builder ([#1849](https://github.com/supabase/supabase-flutter/issues/1849)). ([333cc5c3](https://github.com/supabase/supabase-flutter/commit/333cc5c3df57c76a40530437f8415b7621b761bd)) + ## 3.0.0-dev.4 - Update a dependency to the latest release. diff --git a/packages/supabase/example/pubspec.yaml b/packages/supabase/example/pubspec.yaml index 15f6059bd..e97326e16 100644 --- a/packages/supabase/example/pubspec.yaml +++ b/packages/supabase/example/pubspec.yaml @@ -10,7 +10,7 @@ resolution: workspace dependencies: web: ^1.0.0 - supabase: ^3.0.0-dev.4 + supabase: ^3.0.0-dev.5 dev_dependencies: build_runner: any diff --git a/packages/supabase/lib/src/version.dart b/packages/supabase/lib/src/version.dart index 4555607a1..da3a05749 100644 --- a/packages/supabase/lib/src/version.dart +++ b/packages/supabase/lib/src/version.dart @@ -1,4 +1,4 @@ import 'package:meta/meta.dart'; @internal -const version = '3.0.0-dev.4'; +const version = '3.0.0-dev.5'; diff --git a/packages/supabase/pubspec.yaml b/packages/supabase/pubspec.yaml index 6eb9d35c4..954e9b260 100644 --- a/packages/supabase/pubspec.yaml +++ b/packages/supabase/pubspec.yaml @@ -1,6 +1,6 @@ name: supabase description: A dart client for Supabase. This client makes it simple for developers to build secure and scalable products. -version: 3.0.0-dev.4 +version: 3.0.0-dev.5 homepage: 'https://supabase.com' repository: 'https://github.com/supabase/supabase-flutter/tree/main/packages/supabase' issue_tracker: 'https://github.com/supabase/supabase-flutter/issues' @@ -20,17 +20,17 @@ resolution: workspace dependencies: http: ^1.6.0 meta: ^1.7.0 - postgrest: 3.0.0-dev.4 - supabase_auth: 3.0.0-dev.4 + postgrest: 3.0.0-dev.5 + supabase_auth: 3.0.0-dev.5 supabase_common: 3.0.0-dev.3 supabase_functions: 3.0.0-dev.4 - supabase_realtime: 3.0.0-dev.4 + supabase_realtime: 3.0.0-dev.5 supabase_storage: 3.0.0-dev.4 yet_another_json_isolate: 3.0.0-dev.2 logging: ^1.3.0 dev_dependencies: supabase_lints: ^0.1.2 - supabase_test: 0.2.1 + supabase_test: 0.3.0 test: ^1.25.0 web_socket_channel: '>=3.0.0 <4.0.0' \ No newline at end of file diff --git a/packages/supabase_auth/CHANGELOG.md b/packages/supabase_auth/CHANGELOG.md index 4f706ff67..441d653df 100644 --- a/packages/supabase_auth/CHANGELOG.md +++ b/packages/supabase_auth/CHANGELOG.md @@ -1,3 +1,12 @@ +## 3.0.0-dev.5 + +> Note: This release has breaking changes. + + - **FIX**(auth): parse OAuth authorization details for users without an email ([#1844](https://github.com/supabase/supabase-flutter/issues/1844)). ([a3a75590](https://github.com/supabase/supabase-flutter/commit/a3a755908f35b2b52bfd05560960ebc596807891)) + - **BREAKING** **REFACTOR**(auth): make AuthState a sealed class with per-event payloads ([#1846](https://github.com/supabase/supabase-flutter/issues/1846)). ([66bc828d](https://github.com/supabase/supabase-flutter/commit/66bc828dae8d134cc97c0f04ef64b6b24eac4722)) + - **BREAKING** **REFACTOR**(auth): return Session from the auth methods that always issue one ([#1845](https://github.com/supabase/supabase-flutter/issues/1845)). ([b63898ea](https://github.com/supabase/supabase-flutter/commit/b63898ead6223941da0f7bb4b7437092c59377d7)) + - **BREAKING** **REFACTOR**: type the user metadata and realtime connection parameters ([#1843](https://github.com/supabase/supabase-flutter/issues/1843)). ([3afb0dfc](https://github.com/supabase/supabase-flutter/commit/3afb0dfc5e1c197fb6bf51e750f997537f9358eb)) + ## 3.0.0-dev.4 - Update a dependency to the latest release. diff --git a/packages/supabase_auth/lib/src/version.dart b/packages/supabase_auth/lib/src/version.dart index 4555607a1..da3a05749 100644 --- a/packages/supabase_auth/lib/src/version.dart +++ b/packages/supabase_auth/lib/src/version.dart @@ -1,4 +1,4 @@ import 'package:meta/meta.dart'; @internal -const version = '3.0.0-dev.4'; +const version = '3.0.0-dev.5'; diff --git a/packages/supabase_auth/pubspec.yaml b/packages/supabase_auth/pubspec.yaml index 7a865bde5..35f1eecf1 100644 --- a/packages/supabase_auth/pubspec.yaml +++ b/packages/supabase_auth/pubspec.yaml @@ -1,6 +1,6 @@ name: supabase_auth description: A dart client library for Supabase Auth. -version: 3.0.0-dev.4 +version: 3.0.0-dev.5 homepage: "https://supabase.com" repository: "https://github.com/supabase/supabase-flutter/tree/main/packages/supabase_auth" issue_tracker: "https://github.com/supabase/supabase-flutter/issues" @@ -31,7 +31,7 @@ dev_dependencies: cryptography: ^2.9.0 dotenv: ^4.2.0 supabase_lints: ^0.1.2 - supabase_test: 0.2.1 + supabase_test: 0.3.0 test: ^1.25.0 otp: ^3.2.0 diff --git a/packages/supabase_flutter/CHANGELOG.md b/packages/supabase_flutter/CHANGELOG.md index 057cebf1f..f216b06f8 100644 --- a/packages/supabase_flutter/CHANGELOG.md +++ b/packages/supabase_flutter/CHANGELOG.md @@ -1,3 +1,10 @@ +## 3.0.0-dev.5 + +> Note: This release has breaking changes. + + - **BREAKING** **REFACTOR**(auth): make AuthState a sealed class with per-event payloads ([#1846](https://github.com/supabase/supabase-flutter/issues/1846)). ([66bc828d](https://github.com/supabase/supabase-flutter/commit/66bc828dae8d134cc97c0f04ef64b6b24eac4722)) + - **BREAKING** **REFACTOR**(auth): return Session from the auth methods that always issue one ([#1845](https://github.com/supabase/supabase-flutter/issues/1845)). ([b63898ea](https://github.com/supabase/supabase-flutter/commit/b63898ead6223941da0f7bb4b7437092c59377d7)) + ## 3.0.0-dev.4 - **FEAT**(supabase_flutter): Android Restore Credentials on top of passkeys ([#1824](https://github.com/supabase/supabase-flutter/issues/1824)). ([68293591](https://github.com/supabase/supabase-flutter/commit/68293591cfdbbf52d8333302a05f40bff69274ca)) diff --git a/packages/supabase_flutter/example/pubspec.yaml b/packages/supabase_flutter/example/pubspec.yaml index 5d4294b88..6be2e459c 100644 --- a/packages/supabase_flutter/example/pubspec.yaml +++ b/packages/supabase_flutter/example/pubspec.yaml @@ -13,7 +13,7 @@ resolution: workspace dependencies: flutter: sdk: flutter - supabase_flutter: ^3.0.0-dev.4 + supabase_flutter: ^3.0.0-dev.5 dev_dependencies: flutter_test: diff --git a/packages/supabase_flutter/lib/src/version.dart b/packages/supabase_flutter/lib/src/version.dart index 4555607a1..da3a05749 100644 --- a/packages/supabase_flutter/lib/src/version.dart +++ b/packages/supabase_flutter/lib/src/version.dart @@ -1,4 +1,4 @@ import 'package:meta/meta.dart'; @internal -const version = '3.0.0-dev.4'; +const version = '3.0.0-dev.5'; diff --git a/packages/supabase_flutter/pubspec.yaml b/packages/supabase_flutter/pubspec.yaml index f9f9872d2..fac08d207 100644 --- a/packages/supabase_flutter/pubspec.yaml +++ b/packages/supabase_flutter/pubspec.yaml @@ -1,6 +1,6 @@ name: supabase_flutter description: Flutter integration for Supabase. This package makes it simple for developers to build secure and scalable products. -version: 3.0.0-dev.4 +version: 3.0.0-dev.5 homepage: 'https://supabase.com' repository: 'https://github.com/supabase/supabase-flutter/tree/main/packages/supabase_flutter' issue_tracker: 'https://github.com/supabase/supabase-flutter/issues' @@ -25,7 +25,7 @@ dependencies: http: ^1.6.0 meta: ^1.16.0 passkeys_platform_interface: ^2.10.0 - supabase: 3.0.0-dev.4 + supabase: 3.0.0-dev.5 supabase_common: 3.0.0-dev.3 url_launcher: ^6.3.2 shared_preferences: ^2.5.5 @@ -37,7 +37,7 @@ dev_dependencies: sdk: flutter shared_preferences_platform_interface: ^2.4.0 supabase_lints: ^0.1.2 - supabase_test: 0.2.1 + supabase_test: 0.3.0 web_socket_channel: '>=3.0.0 <4.0.0' platforms: diff --git a/packages/supabase_flutter_web_auth/CHANGELOG.md b/packages/supabase_flutter_web_auth/CHANGELOG.md index 07e648f25..8cff70612 100644 --- a/packages/supabase_flutter_web_auth/CHANGELOG.md +++ b/packages/supabase_flutter_web_auth/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.3 + + - Update a dependency to the latest release. + ## 0.1.2 - Update a dependency to the latest release. diff --git a/packages/supabase_flutter_web_auth/example/pubspec.yaml b/packages/supabase_flutter_web_auth/example/pubspec.yaml index f657a59b1..7f64953a5 100644 --- a/packages/supabase_flutter_web_auth/example/pubspec.yaml +++ b/packages/supabase_flutter_web_auth/example/pubspec.yaml @@ -13,8 +13,8 @@ resolution: workspace dependencies: flutter: sdk: flutter - supabase_flutter: ^3.0.0-dev.4 - supabase_flutter_web_auth: ^0.1.2 + supabase_flutter: ^3.0.0-dev.5 + supabase_flutter_web_auth: ^0.1.3 dev_dependencies: flutter_test: diff --git a/packages/supabase_flutter_web_auth/pubspec.yaml b/packages/supabase_flutter_web_auth/pubspec.yaml index d9515ea28..8566c8dec 100644 --- a/packages/supabase_flutter_web_auth/pubspec.yaml +++ b/packages/supabase_flutter_web_auth/pubspec.yaml @@ -1,6 +1,6 @@ name: supabase_flutter_web_auth description: Runs supabase_flutter's OAuth, SSO, and identity-linking flows through a system web authentication session instead of a plain browser launch. -version: 0.1.2 +version: 0.1.3 homepage: 'https://supabase.com' repository: 'https://github.com/supabase/supabase-flutter/tree/main/packages/supabase_flutter_web_auth' issue_tracker: 'https://github.com/supabase/supabase-flutter/issues' @@ -22,7 +22,7 @@ dependencies: sdk: flutter flutter_web_auth_2: ^5.0.0 meta: ^1.16.0 - supabase_flutter: 3.0.0-dev.4 + supabase_flutter: 3.0.0-dev.5 web: ^1.0.0 dev_dependencies: @@ -31,6 +31,6 @@ dev_dependencies: flutter_web_auth_2_platform_interface: ^5.0.0 plugin_platform_interface: ^2.0.0 supabase_lints: ^0.1.2 - supabase_test: 0.2.1 + supabase_test: 0.3.0 flutter: diff --git a/packages/supabase_functions/pubspec.yaml b/packages/supabase_functions/pubspec.yaml index 71a9972a7..6b506d79a 100644 --- a/packages/supabase_functions/pubspec.yaml +++ b/packages/supabase_functions/pubspec.yaml @@ -26,5 +26,5 @@ dependencies: dev_dependencies: supabase_lints: ^0.1.2 - supabase_test: 0.2.1 + supabase_test: 0.3.0 test: ^1.25.0 diff --git a/packages/supabase_realtime/CHANGELOG.md b/packages/supabase_realtime/CHANGELOG.md index af973da0a..8c5affdf5 100644 --- a/packages/supabase_realtime/CHANGELOG.md +++ b/packages/supabase_realtime/CHANGELOG.md @@ -1,3 +1,9 @@ +## 3.0.0-dev.5 + +> Note: This release has breaking changes. + + - **BREAKING** **REFACTOR**: type the user metadata and realtime connection parameters ([#1843](https://github.com/supabase/supabase-flutter/issues/1843)). ([3afb0dfc](https://github.com/supabase/supabase-flutter/commit/3afb0dfc5e1c197fb6bf51e750f997537f9358eb)) + ## 3.0.0-dev.4 - Update a dependency to the latest release. diff --git a/packages/supabase_realtime/lib/src/version.dart b/packages/supabase_realtime/lib/src/version.dart index 4555607a1..da3a05749 100644 --- a/packages/supabase_realtime/lib/src/version.dart +++ b/packages/supabase_realtime/lib/src/version.dart @@ -1,4 +1,4 @@ import 'package:meta/meta.dart'; @internal -const version = '3.0.0-dev.4'; +const version = '3.0.0-dev.5'; diff --git a/packages/supabase_realtime/pubspec.yaml b/packages/supabase_realtime/pubspec.yaml index 05e816a57..5be03e5a6 100644 --- a/packages/supabase_realtime/pubspec.yaml +++ b/packages/supabase_realtime/pubspec.yaml @@ -1,6 +1,6 @@ name: supabase_realtime description: Listens to changes in a PostgreSQL Database and via websockets. This is for usage with Supabase Realtime server. -version: 3.0.0-dev.4 +version: 3.0.0-dev.5 homepage: 'https://supabase.com' repository: 'https://github.com/supabase/supabase-flutter/tree/main/packages/supabase_realtime' issue_tracker: 'https://github.com/supabase/supabase-flutter/issues' @@ -27,7 +27,7 @@ dependencies: dev_dependencies: supabase_lints: ^0.1.2 - supabase_test: 0.2.1 + supabase_test: 0.3.0 mocktail: ^1.0.5 postgres: ^3.5.0 test: ^1.25.0 diff --git a/packages/supabase_storage/pubspec.yaml b/packages/supabase_storage/pubspec.yaml index 9d15b6e7f..aa2f9b084 100644 --- a/packages/supabase_storage/pubspec.yaml +++ b/packages/supabase_storage/pubspec.yaml @@ -28,7 +28,7 @@ dependencies: dev_dependencies: test: ^1.25.0 supabase_lints: ^0.1.2 - supabase_test: 0.2.1 + supabase_test: 0.3.0 path: ^1.9.0 false_secrets: diff --git a/packages/supabase_test/CHANGELOG.md b/packages/supabase_test/CHANGELOG.md index 35419af03..a30220901 100644 --- a/packages/supabase_test/CHANGELOG.md +++ b/packages/supabase_test/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.3.0 + +> Note: This release has breaking changes. + + - **BREAKING** **REFACTOR**(auth): return Session from the auth methods that always issue one ([#1845](https://github.com/supabase/supabase-flutter/issues/1845)). ([b63898ea](https://github.com/supabase/supabase-flutter/commit/b63898ead6223941da0f7bb4b7437092c59377d7)) + - **BREAKING** **FEAT**(postgrest): only accept the table's Insert and Update types on the typed builder ([#1849](https://github.com/supabase/supabase-flutter/issues/1849)). ([333cc5c3](https://github.com/supabase/supabase-flutter/commit/333cc5c3df57c76a40530437f8415b7621b761bd)) + ## 0.2.1 - **FEAT**(storage): add file versioning and bucket lifecycle policies ([#1834](https://github.com/supabase/supabase-flutter/issues/1834)). ([564576ad](https://github.com/supabase/supabase-flutter/commit/564576adb75ada73b2f68573a0dfa82b5a91c3f1)) diff --git a/packages/supabase_test/pubspec.yaml b/packages/supabase_test/pubspec.yaml index fea228a3b..3b30045c2 100644 --- a/packages/supabase_test/pubspec.yaml +++ b/packages/supabase_test/pubspec.yaml @@ -1,6 +1,6 @@ name: supabase_test description: Test helpers for apps built on the Supabase Dart and Flutter clients, with a mock HTTP client, a mock realtime transport, JWT builders and auth fixtures. -version: 0.2.1 +version: 0.3.0 homepage: 'https://supabase.com' repository: 'https://github.com/supabase/supabase-flutter/tree/main/packages/supabase_test' issue_tracker: 'https://github.com/supabase/supabase-flutter/issues' @@ -19,7 +19,7 @@ dependencies: http: ^1.6.0 meta: ^1.16.0 stream_channel: ^2.1.0 - supabase: 3.0.0-dev.4 + supabase: 3.0.0-dev.5 web_socket_channel: ^3.0.3 dev_dependencies: diff --git a/packages/supabase_typegen/CHANGELOG.md b/packages/supabase_typegen/CHANGELOG.md index de824061e..f24f12cd6 100644 --- a/packages/supabase_typegen/CHANGELOG.md +++ b/packages/supabase_typegen/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.2.0 + +> Note: This release has breaking changes. + + - **BREAKING** **FEAT**(postgrest): only accept the table's Insert and Update types on the typed builder ([#1849](https://github.com/supabase/supabase-flutter/issues/1849)). ([333cc5c3](https://github.com/supabase/supabase-flutter/commit/333cc5c3df57c76a40530437f8415b7621b761bd)) + ## 0.1.4 - **FEAT**(supabase_typegen): introspect the database through the Supabase CLI ([#1837](https://github.com/supabase/supabase-flutter/issues/1837)). ([78d0f7aa](https://github.com/supabase/supabase-flutter/commit/78d0f7aae4e35799883bd8a4219b6b2e86d166fc)) diff --git a/packages/supabase_typegen/pubspec.yaml b/packages/supabase_typegen/pubspec.yaml index 8462a4e6b..e99995246 100644 --- a/packages/supabase_typegen/pubspec.yaml +++ b/packages/supabase_typegen/pubspec.yaml @@ -1,6 +1,6 @@ name: supabase_typegen description: Command-line code generator that turns a Supabase database schema into typed Dart table definitions. -version: 0.1.4 +version: 0.2.0 homepage: 'https://supabase.com' repository: 'https://github.com/supabase/supabase-flutter/tree/main/packages/supabase_typegen' issue_tracker: 'https://github.com/supabase/supabase-flutter/issues' @@ -24,7 +24,7 @@ dependencies: dev_dependencies: postgres: ^3.5.9 - postgrest: 3.0.0-dev.4 + postgrest: 3.0.0-dev.5 supabase_lints: ^0.1.2 - supabase_test: 0.2.1 + supabase_test: 0.3.0 test: ^1.25.0