Skip to content

Commit 525e8c0

Browse files
chore: release chore/setup-release-please
1 parent dd7fee8 commit 525e8c0

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packages/functions_client": "2.4.4",
33
"packages/gotrue": "2.15.0",
4-
"packages/postgrest": "2.4.2",
4+
"packages/postgrest": "2.5.0",
55
"packages/realtime_client": "2.5.2",
66
"packages/storage_client": "2.4.1",
77
"packages/supabase": "2.9.1",

packages/postgrest/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
- Update a dependency to the latest release.
44

5+
## [2.5.0](https://github.com/supabase/supabase-flutter/compare/postgrest-v2.4.2...postgrest-v2.5.0) (2025-09-25)
6+
7+
8+
### Features
9+
10+
* **postgrest:** Implement maxAffected method ([#1226](https://github.com/supabase/supabase-flutter/issues/1226)) ([ae2d12d](https://github.com/supabase/supabase-flutter/commit/ae2d12d91f234261760578a55c4ef9dc939fc551))
11+
512
## 2.4.1
613

714
- **DOCS**: Fix typo for RPC docs ([#1105](https://github.com/supabase/supabase-flutter/issues/1105)). ([7c8c8630](https://github.com/supabase/supabase-flutter/commit/7c8c8630257984f429406b0d85a8601881712343))
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const version = '2.4.2'; // {x-release-please-version}
1+
const version = '2.5.0'; // {x-release-please-version}

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.2
3+
version: 2.5.0
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'

0 commit comments

Comments
 (0)