diff --git a/CHANGELOG.md b/CHANGELOG.md index ffefc20cf..1063c6bc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 2.81.1 (2025-11-11) + +### 🩹 Fixes + +- **auth:** use Symbols for callback IDs to resolve Next.js 16 compatibility ([#1847](https://github.com/supabase/supabase-js/pull/1847)) +- **auth:** add automatic browser redirect to signInWithSSO ([#1849](https://github.com/supabase/supabase-js/pull/1849)) +- **realtime:** setAuth not required on custom jwt token ([#1826](https://github.com/supabase/supabase-js/pull/1826)) + +### ❤️ Thank You + +- Filipe Cabaço @filipecabaco +- Katerina Skroumpelou @mandarini + ## 2.81.0 (2025-11-10) ### 🚀 Features diff --git a/packages/core/auth-js/CHANGELOG.md b/packages/core/auth-js/CHANGELOG.md index 268b127b9..7a19323f3 100644 --- a/packages/core/auth-js/CHANGELOG.md +++ b/packages/core/auth-js/CHANGELOG.md @@ -1,3 +1,14 @@ +## 2.81.1 (2025-11-11) + +### 🩹 Fixes + +- **auth:** add automatic browser redirect to signInWithSSO ([#1849](https://github.com/supabase/supabase-js/pull/1849)) +- **auth:** use Symbols for callback IDs to resolve Next.js 16 compatibility ([#1847](https://github.com/supabase/supabase-js/pull/1847)) + +### ❤️ Thank You + +- Katerina Skroumpelou @mandarini + ## 2.81.0 (2025-11-10) ### 🩹 Fixes diff --git a/packages/core/functions-js/CHANGELOG.md b/packages/core/functions-js/CHANGELOG.md index 2ea0a5660..577181a99 100644 --- a/packages/core/functions-js/CHANGELOG.md +++ b/packages/core/functions-js/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.81.1 (2025-11-11) + +This was a version bump only for @supabase/functions-js to align it with other projects, there were no code changes. + ## 2.81.0 (2025-11-10) ### 🩹 Fixes diff --git a/packages/core/postgrest-js/CHANGELOG.md b/packages/core/postgrest-js/CHANGELOG.md index 2549cd801..34890634c 100644 --- a/packages/core/postgrest-js/CHANGELOG.md +++ b/packages/core/postgrest-js/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.81.1 (2025-11-11) + +This was a version bump only for @supabase/postgrest-js to align it with other projects, there were no code changes. + ## 2.81.0 (2025-11-10) This was a version bump only for @supabase/postgrest-js to align it with other projects, there were no code changes. diff --git a/packages/core/realtime-js/CHANGELOG.md b/packages/core/realtime-js/CHANGELOG.md index 190e3eb15..7ff424994 100644 --- a/packages/core/realtime-js/CHANGELOG.md +++ b/packages/core/realtime-js/CHANGELOG.md @@ -1,3 +1,13 @@ +## 2.81.1 (2025-11-11) + +### 🩹 Fixes + +- **realtime:** setAuth not required on custom jwt token ([#1826](https://github.com/supabase/supabase-js/pull/1826)) + +### ❤️ Thank You + +- Filipe Cabaço @filipecabaco + ## 2.81.0 (2025-11-10) ### 🚀 Features diff --git a/packages/core/storage-js/CHANGELOG.md b/packages/core/storage-js/CHANGELOG.md index 33e3523d2..af4f9f6b2 100644 --- a/packages/core/storage-js/CHANGELOG.md +++ b/packages/core/storage-js/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.81.1 (2025-11-11) + +This was a version bump only for @supabase/storage-js to align it with other projects, there were no code changes. + ## 2.81.0 (2025-11-10) This was a version bump only for @supabase/storage-js to align it with other projects, there were no code changes. diff --git a/packages/core/supabase-js/CHANGELOG.md b/packages/core/supabase-js/CHANGELOG.md index 223b0ce55..ba3a55a0a 100644 --- a/packages/core/supabase-js/CHANGELOG.md +++ b/packages/core/supabase-js/CHANGELOG.md @@ -1,3 +1,13 @@ +## 2.81.1 (2025-11-11) + +### 🩹 Fixes + +- **realtime:** setAuth not required on custom jwt token ([#1826](https://github.com/supabase/supabase-js/pull/1826)) + +### ❤️ Thank You + +- Filipe Cabaço @filipecabaco + ## 2.81.0 (2025-11-10) This was a version bump only for @supabase/supabase-js to align it with other projects, there were no code changes.