Skip to content

Commit 8a23e0c

Browse files
chore(main): release main (#1215)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Leonardo Santiago <[email protected]>
1 parent 7eee056 commit 8a23e0c

File tree

22 files changed

+73
-32
lines changed

22 files changed

+73
-32
lines changed

.release-please-manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"src/supabase": "2.18.1",
3-
"src/realtime": "2.7.0",
4-
"src/functions": "0.10.1",
5-
"src/storage": "0.12.1",
6-
"src/postgrest": "1.1.1",
7-
"src/auth": "2.12.3"
2+
"src/supabase": "2.19.0",
3+
"src/realtime": "2.19.0",
4+
"src/functions": "2.19.0",
5+
"src/storage": "2.19.0",
6+
"src/postgrest": "2.19.0",
7+
"src/auth": "2.19.0"
88
}

release-please-config.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@
22
"last-release-sha": "7236ed62c37fb57c3feac23b416fc6d9d153dd68",
33
"packages": {
44
"src/realtime": {
5-
"changelog-path": "src/realtime/CHANGELOG.md",
5+
"changelog-path": "CHANGELOG.md",
66
"release-type": "python"
77
},
88
"src/auth": {
9-
"changelog-path": "src/auth/CHANGELOG.md",
9+
"changelog-path": "CHANGELOG.md",
1010
"release-type": "python"
1111
},
1212
"src/functions": {
13-
"changelog-path": "src/functions/CHANGELOG.md",
13+
"changelog-path": "CHANGELOG.md",
1414
"release-type": "python"
1515
},
1616
"src/storage": {
17-
"changelog-path": "src/storage/CHANGELOG.md",
17+
"changelog-path": "CHANGELOG.md",
1818
"release-type": "python"
1919
},
2020
"src/postgrest": {
21-
"changelog-path": "src/postgrest/CHANGELOG.md",
21+
"changelog-path": "CHANGELOG.md",
2222
"release-type": "python"
2323
},
2424
"src/supabase": {
25-
"changelog-path": "src/supabase/CHANGELOG.md",
25+
"changelog-path": "CHANGELOG.md",
2626
"release-type": "python"
2727
}
2828
}

src/auth/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## [2.19.0](https://github.com/supabase/supabase-py/compare/v2.18.1...v2.19.0) (2025-09-16)
4+
5+
### Features
6+
7+
* move auth-py from original repository to supabase-py monorepo ([#1212](https://github.com/supabase/supabase-py/pull/1212)).
8+
* NOTE: the version was bumped to 2.19.0 to have all the package versions in the monorepo to be the same, simplifying version constraints. No changes were introduced in the package itself.
9+
10+
311
## [2.12.3](https://github.com/supabase/auth-py/compare/v2.12.2...v2.12.3) (2025-07-03)
412

513

src/auth/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "supabase_auth"
3-
version = "2.12.3" # {x-release-please-version}
3+
version = "2.19.0" # {x-release-please-version}
44
description = "Python Client Library for Supabase Auth"
55
authors = [
66
{name = "Joel Lee", email = "[email protected]" }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.12.3" # {x-release-please-version}
1+
__version__ = "2.19.0" # {x-release-please-version}

src/functions/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## [2.19.0](https://github.com/supabase/supabase-py/compare/v2.18.1...v2.19.0) (2025-09-16)
4+
5+
### Features
6+
7+
* move functions-py from original repository to supabase-py monorepo ([#1204](https://github.com/supabase/supabase-py/pull/1204)).
8+
* NOTE: the version was bumped to 2.19.0 to have all the package versions in the monorepo be the same, simplifying version constraints. No changes were introduced in the package itself.
9+
310
## [0.10.1](https://github.com/supabase/functions-py/compare/v0.10.0...v0.10.1) (2025-06-20)
411

512

src/functions/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "supabase_functions"
3-
version = "0.10.1" # {x-release-please-version}
3+
version = "2.19.0" # {x-release-please-version}
44
description = "Library for Supabase Functions"
55
authors = [
66
{ name = "Joel Lee", email = "[email protected]" },
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.10.1" # {x-release-please-version}
1+
__version__ = "2.19.0" # {x-release-please-version}

src/postgrest/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## [2.19.0](https://github.com/supabase/supabase-py/compare/v2.18.1...v2.19.0) (2025-09-16)
4+
5+
### Features
6+
7+
* move postgrest from original repository to supabase-py monorepo ([#1213](https://github.com/supabase/supabase-py/pull/1213)).
8+
* NOTE: the version was bumped to 2.19.0 to have all the package versions in the monorepo be the same, simplifying version constraints. No changes were introduced in the package itself.
9+
310
## [1.1.1](https://github.com/supabase/postgrest-py/compare/v1.1.0...v1.1.1) (2025-06-23)
411

512

src/postgrest/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "postgrest"
3-
version = "1.1.1" # {x-release-please-version}
3+
version = "2.19.0" # {x-release-please-version}
44
description = "PostgREST client for Python. This library provides an ORM interface to PostgREST."
55
authors = [
66
{ name = "Lương Quang Mạnh", email = "[email protected]"},

0 commit comments

Comments
 (0)