Skip to content

Commit ec445bb

Browse files
chore(release): version 2.81.1 changelogs (#1851)
Co-authored-by: supabase-releaser[bot] <supabase-releaser[bot]@users.noreply.github.com>
1 parent 1371057 commit ec445bb

File tree

7 files changed

+56
-0
lines changed

7 files changed

+56
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 2.81.1 (2025-11-11)
2+
3+
### 🩹 Fixes
4+
5+
- **auth:** use Symbols for callback IDs to resolve Next.js 16 compatibility ([#1847](https://github.com/supabase/supabase-js/pull/1847))
6+
- **auth:** add automatic browser redirect to signInWithSSO ([#1849](https://github.com/supabase/supabase-js/pull/1849))
7+
- **realtime:** setAuth not required on custom jwt token ([#1826](https://github.com/supabase/supabase-js/pull/1826))
8+
9+
### ❤️ Thank You
10+
11+
- Filipe Cabaço @filipecabaco
12+
- Katerina Skroumpelou @mandarini
13+
114
## 2.81.0 (2025-11-10)
215

316
### 🚀 Features

packages/core/auth-js/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 2.81.1 (2025-11-11)
2+
3+
### 🩹 Fixes
4+
5+
- **auth:** add automatic browser redirect to signInWithSSO ([#1849](https://github.com/supabase/supabase-js/pull/1849))
6+
- **auth:** use Symbols for callback IDs to resolve Next.js 16 compatibility ([#1847](https://github.com/supabase/supabase-js/pull/1847))
7+
8+
### ❤️ Thank You
9+
10+
- Katerina Skroumpelou @mandarini
11+
112
## 2.81.0 (2025-11-10)
213

314
### 🩹 Fixes

packages/core/functions-js/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.81.1 (2025-11-11)
2+
3+
This was a version bump only for @supabase/functions-js to align it with other projects, there were no code changes.
4+
15
## 2.81.0 (2025-11-10)
26

37
### 🩹 Fixes

packages/core/postgrest-js/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.81.1 (2025-11-11)
2+
3+
This was a version bump only for @supabase/postgrest-js to align it with other projects, there were no code changes.
4+
15
## 2.81.0 (2025-11-10)
26

37
This was a version bump only for @supabase/postgrest-js to align it with other projects, there were no code changes.

packages/core/realtime-js/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.81.1 (2025-11-11)
2+
3+
### 🩹 Fixes
4+
5+
- **realtime:** setAuth not required on custom jwt token ([#1826](https://github.com/supabase/supabase-js/pull/1826))
6+
7+
### ❤️ Thank You
8+
9+
- Filipe Cabaço @filipecabaco
10+
111
## 2.81.0 (2025-11-10)
212

313
### 🚀 Features

packages/core/storage-js/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.81.1 (2025-11-11)
2+
3+
This was a version bump only for @supabase/storage-js to align it with other projects, there were no code changes.
4+
15
## 2.81.0 (2025-11-10)
26

37
This was a version bump only for @supabase/storage-js to align it with other projects, there were no code changes.

packages/core/supabase-js/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.81.1 (2025-11-11)
2+
3+
### 🩹 Fixes
4+
5+
- **realtime:** setAuth not required on custom jwt token ([#1826](https://github.com/supabase/supabase-js/pull/1826))
6+
7+
### ❤️ Thank You
8+
9+
- Filipe Cabaço @filipecabaco
10+
111
## 2.81.0 (2025-11-10)
212

313
This was a version bump only for @supabase/supabase-js to align it with other projects, there were no code changes.

0 commit comments

Comments
 (0)