diff --git a/CHANGELOG.md b/CHANGELOG.md index 1063c6bc9..5c05da3c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## 2.82.0 (2025-11-18) + +### 🚀 Features + +- **auth:** add OAuth grant listing and revocation endpoints ([#1833](https://github.com/supabase/supabase-js/pull/1833)) + +### 🩹 Fixes + +- **postgrest:** bubble up fetch error causes and codes ([#1856](https://github.com/supabase/supabase-js/pull/1856)) +- **realtime:** account for null refs when encoding messages ([#1862](https://github.com/supabase/supabase-js/pull/1862)) +- **storage:** analytics bucket prop ([#1852](https://github.com/supabase/supabase-js/pull/1852)) + +### ❤️ Thank You + +- Cemal Kılıç @cemalkilic +- Eduardo Gurgel +- Fabrizio @fenos +- Katerina Skroumpelou @mandarini + ## 2.81.1 (2025-11-11) ### 🩹 Fixes diff --git a/packages/core/auth-js/CHANGELOG.md b/packages/core/auth-js/CHANGELOG.md index 7a19323f3..57b05cda2 100644 --- a/packages/core/auth-js/CHANGELOG.md +++ b/packages/core/auth-js/CHANGELOG.md @@ -1,3 +1,13 @@ +## 2.82.0 (2025-11-18) + +### 🚀 Features + +- **auth:** add OAuth grant listing and revocation endpoints ([#1833](https://github.com/supabase/supabase-js/pull/1833)) + +### ❤️ Thank You + +- Cemal Kılıç @cemalkilic + ## 2.81.1 (2025-11-11) ### 🩹 Fixes diff --git a/packages/core/functions-js/CHANGELOG.md b/packages/core/functions-js/CHANGELOG.md index 577181a99..2db26199b 100644 --- a/packages/core/functions-js/CHANGELOG.md +++ b/packages/core/functions-js/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.82.0 (2025-11-18) + +This was a version bump only for @supabase/functions-js to align it with other projects, there were no code changes. + ## 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. diff --git a/packages/core/postgrest-js/CHANGELOG.md b/packages/core/postgrest-js/CHANGELOG.md index 34890634c..d7fff7d86 100644 --- a/packages/core/postgrest-js/CHANGELOG.md +++ b/packages/core/postgrest-js/CHANGELOG.md @@ -1,3 +1,13 @@ +## 2.82.0 (2025-11-18) + +### 🩹 Fixes + +- **postgrest:** bubble up fetch error causes and codes ([#1856](https://github.com/supabase/supabase-js/pull/1856)) + +### ❤️ Thank You + +- Katerina Skroumpelou @mandarini + ## 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. diff --git a/packages/core/realtime-js/CHANGELOG.md b/packages/core/realtime-js/CHANGELOG.md index 7ff424994..6c63c9895 100644 --- a/packages/core/realtime-js/CHANGELOG.md +++ b/packages/core/realtime-js/CHANGELOG.md @@ -1,3 +1,13 @@ +## 2.82.0 (2025-11-18) + +### 🩹 Fixes + +- **realtime:** account for null refs when encoding messages ([#1862](https://github.com/supabase/supabase-js/pull/1862)) + +### ❤️ Thank You + +- Eduardo Gurgel + ## 2.81.1 (2025-11-11) ### 🩹 Fixes diff --git a/packages/core/storage-js/CHANGELOG.md b/packages/core/storage-js/CHANGELOG.md index af4f9f6b2..42d79a4b8 100644 --- a/packages/core/storage-js/CHANGELOG.md +++ b/packages/core/storage-js/CHANGELOG.md @@ -1,3 +1,13 @@ +## 2.82.0 (2025-11-18) + +### 🩹 Fixes + +- **storage:** analytics bucket prop ([#1852](https://github.com/supabase/supabase-js/pull/1852)) + +### ❤️ Thank You + +- Fabrizio @fenos + ## 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. diff --git a/packages/core/supabase-js/CHANGELOG.md b/packages/core/supabase-js/CHANGELOG.md index ba3a55a0a..e14301130 100644 --- a/packages/core/supabase-js/CHANGELOG.md +++ b/packages/core/supabase-js/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.82.0 (2025-11-18) + +This was a version bump only for @supabase/supabase-js to align it with other projects, there were no code changes. + ## 2.81.1 (2025-11-11) ### 🩹 Fixes