From 525e8c08c5431536f65e5da27b1eeddf2ec9b1d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 09:51:26 +0000 Subject: [PATCH] chore: release chore/setup-release-please --- .release-please-manifest.json | 2 +- packages/postgrest/CHANGELOG.md | 7 +++++++ packages/postgrest/lib/src/version.dart | 2 +- packages/postgrest/pubspec.yaml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37b77fec8..09b6d1c03 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { "packages/functions_client": "2.4.4", "packages/gotrue": "2.15.0", - "packages/postgrest": "2.4.2", + "packages/postgrest": "2.5.0", "packages/realtime_client": "2.5.2", "packages/storage_client": "2.4.1", "packages/supabase": "2.9.1", diff --git a/packages/postgrest/CHANGELOG.md b/packages/postgrest/CHANGELOG.md index 85b04ecb7..d3ae743ed 100644 --- a/packages/postgrest/CHANGELOG.md +++ b/packages/postgrest/CHANGELOG.md @@ -2,6 +2,13 @@ - Update a dependency to the latest release. +## [2.5.0](https://github.com/supabase/supabase-flutter/compare/postgrest-v2.4.2...postgrest-v2.5.0) (2025-09-25) + + +### Features + +* **postgrest:** Implement maxAffected method ([#1226](https://github.com/supabase/supabase-flutter/issues/1226)) ([ae2d12d](https://github.com/supabase/supabase-flutter/commit/ae2d12d91f234261760578a55c4ef9dc939fc551)) + ## 2.4.1 - **DOCS**: Fix typo for RPC docs ([#1105](https://github.com/supabase/supabase-flutter/issues/1105)). ([7c8c8630](https://github.com/supabase/supabase-flutter/commit/7c8c8630257984f429406b0d85a8601881712343)) diff --git a/packages/postgrest/lib/src/version.dart b/packages/postgrest/lib/src/version.dart index 7f3dca67a..42ad5eca3 100644 --- a/packages/postgrest/lib/src/version.dart +++ b/packages/postgrest/lib/src/version.dart @@ -1 +1 @@ -const version = '2.4.2'; // {x-release-please-version} +const version = '2.5.0'; // {x-release-please-version} diff --git a/packages/postgrest/pubspec.yaml b/packages/postgrest/pubspec.yaml index 0ee4d4c86..8c1a35830 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: 2.4.2 +version: 2.5.0 homepage: 'https://supabase.com' repository: 'https://github.com/supabase/supabase-flutter/tree/main/packages/postgrest' documentation: 'https://supabase.com/docs/reference/dart/select'