diff --git a/CHANGELOG.md b/CHANGELOG.md index 482d4ee75..5c75d2cc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## 2.80.0 (2025-11-06) + +### 🚀 Features + +- **auth:** add TypeScript types for documented JWT claims fields ([#1802](https://github.com/supabase/supabase-js/pull/1802)) + +### 🩹 Fixes + +- **auth:** only warn if multiple clients share a storage-key ([#1767](https://github.com/supabase/supabase-js/pull/1767)) + +### ❤️ Thank You + +- Steve Hall @sh41 +- Sumit Kumar @Software-Engineering-Project-Team-Bob + ## 2.79.0 (2025-11-04) ### 🚀 Features diff --git a/packages/core/auth-js/CHANGELOG.md b/packages/core/auth-js/CHANGELOG.md index cdd1b545e..35b105c41 100644 --- a/packages/core/auth-js/CHANGELOG.md +++ b/packages/core/auth-js/CHANGELOG.md @@ -1,3 +1,18 @@ +## 2.80.0 (2025-11-06) + +### 🚀 Features + +- **auth:** add TypeScript types for documented JWT claims fields ([#1802](https://github.com/supabase/supabase-js/pull/1802)) + +### 🩹 Fixes + +- **auth:** only warn if multiple clients share a storage-key ([#1767](https://github.com/supabase/supabase-js/pull/1767)) + +### ❤️ Thank You + +- Steve Hall @sh41 +- Sumit Kumar @Software-Engineering-Project-Team-Bob + ## 2.79.0 (2025-11-04) ### 🚀 Features diff --git a/packages/core/functions-js/CHANGELOG.md b/packages/core/functions-js/CHANGELOG.md index 5dadcb95d..cc10265c1 100644 --- a/packages/core/functions-js/CHANGELOG.md +++ b/packages/core/functions-js/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.80.0 (2025-11-06) + +This was a version bump only for @supabase/functions-js to align it with other projects, there were no code changes. + ## 2.79.0 (2025-11-04) ### 🚀 Features diff --git a/packages/core/postgrest-js/CHANGELOG.md b/packages/core/postgrest-js/CHANGELOG.md index b92386921..f9260a1a8 100644 --- a/packages/core/postgrest-js/CHANGELOG.md +++ b/packages/core/postgrest-js/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.80.0 (2025-11-06) + +This was a version bump only for @supabase/postgrest-js to align it with other projects, there were no code changes. + ## 2.79.0 (2025-11-04) ### 🚀 Features diff --git a/packages/core/realtime-js/CHANGELOG.md b/packages/core/realtime-js/CHANGELOG.md index 4ca6d34de..379814217 100644 --- a/packages/core/realtime-js/CHANGELOG.md +++ b/packages/core/realtime-js/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.80.0 (2025-11-06) + +This was a version bump only for @supabase/realtime-js to align it with other projects, there were no code changes. + ## 2.79.0 (2025-11-04) ### 🚀 Features diff --git a/packages/core/storage-js/CHANGELOG.md b/packages/core/storage-js/CHANGELOG.md index 3aac44a98..6bd007ac6 100644 --- a/packages/core/storage-js/CHANGELOG.md +++ b/packages/core/storage-js/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.80.0 (2025-11-06) + +This was a version bump only for @supabase/storage-js to align it with other projects, there were no code changes. + ## 2.79.0 (2025-11-04) ### 🚀 Features diff --git a/packages/core/supabase-js/CHANGELOG.md b/packages/core/supabase-js/CHANGELOG.md index cc3c33f2b..ef26e4aaf 100644 --- a/packages/core/supabase-js/CHANGELOG.md +++ b/packages/core/supabase-js/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.80.0 (2025-11-06) + +This was a version bump only for @supabase/supabase-js to align it with other projects, there were no code changes. + ## 2.79.0 (2025-11-04) ### 🚀 Features