Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/postgrest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion packages/postgrest/lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const version = '2.4.2'; // {x-release-please-version}
const version = '2.5.0'; // {x-release-please-version}
2 changes: 1 addition & 1 deletion packages/postgrest/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion packages/supabase/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
functions_client: 2.4.4
gotrue: 2.15.0
http: '>=0.13.5 <2.0.0'
postgrest: 2.4.2
postgrest: 2.5.0
realtime_client: 2.5.2
storage_client: 2.4.1
rxdart: '>=0.27.5 <0.29.0'
Expand Down