From cbd2d10a85258cde5065477244de7e7405d112eb Mon Sep 17 00:00:00 2001 From: "supabase-releaser[bot]" Date: Thu, 20 Nov 2025 11:16:27 +0000 Subject: [PATCH] chore(release): version 2.84.0 changelogs --- CHANGELOG.md | 17 +++++++++++++++++ packages/core/auth-js/CHANGELOG.md | 4 ++++ packages/core/functions-js/CHANGELOG.md | 4 ++++ packages/core/postgrest-js/CHANGELOG.md | 15 +++++++++++++++ packages/core/realtime-js/CHANGELOG.md | 10 ++++++++++ packages/core/storage-js/CHANGELOG.md | 4 ++++ packages/core/supabase-js/CHANGELOG.md | 4 ++++ 7 files changed, 58 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0b5bc45c..30bcf0a91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## 2.84.0 (2025-11-20) + +### 🚀 Features + +- **postgrest:** add isdistinct and regex pattern matching operators ([#1875](https://github.com/supabase/supabase-js/pull/1875)) + +### 🩹 Fixes + +- **postgrest:** validate empty or invalid relation names in Postgrest… ([#1863](https://github.com/supabase/supabase-js/pull/1863)) +- **realtime:** simplify serializer by removing unnecessary types of messages ([#1871](https://github.com/supabase/supabase-js/pull/1871)) + +### ❤️ Thank You + +- Eduardo Gurgel +- Katerina Skroumpelou @mandarini +- Soufiane Radouane @sofmega + ## 2.83.0 (2025-11-18) ### 🚀 Features diff --git a/packages/core/auth-js/CHANGELOG.md b/packages/core/auth-js/CHANGELOG.md index ddc101696..8c7fd463e 100644 --- a/packages/core/auth-js/CHANGELOG.md +++ b/packages/core/auth-js/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.84.0 (2025-11-20) + +This was a version bump only for @supabase/auth-js to align it with other projects, there were no code changes. + ## 2.83.0 (2025-11-18) This was a version bump only for @supabase/auth-js to align it with other projects, there were no code changes. diff --git a/packages/core/functions-js/CHANGELOG.md b/packages/core/functions-js/CHANGELOG.md index 5fb41bbd9..dcd570c53 100644 --- a/packages/core/functions-js/CHANGELOG.md +++ b/packages/core/functions-js/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.84.0 (2025-11-20) + +This was a version bump only for @supabase/functions-js to align it with other projects, there were no code changes. + ## 2.83.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. diff --git a/packages/core/postgrest-js/CHANGELOG.md b/packages/core/postgrest-js/CHANGELOG.md index ddd30fda4..7d6f7032c 100644 --- a/packages/core/postgrest-js/CHANGELOG.md +++ b/packages/core/postgrest-js/CHANGELOG.md @@ -1,3 +1,18 @@ +## 2.84.0 (2025-11-20) + +### 🚀 Features + +- **postgrest:** add isdistinct and regex pattern matching operators ([#1875](https://github.com/supabase/supabase-js/pull/1875)) + +### 🩹 Fixes + +- **postgrest:** validate empty or invalid relation names in Postgrest… ([#1863](https://github.com/supabase/supabase-js/pull/1863)) + +### ❤️ Thank You + +- Katerina Skroumpelou @mandarini +- Soufiane Radouane @sofmega + ## 2.83.0 (2025-11-18) 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 85d499571..118430529 100644 --- a/packages/core/realtime-js/CHANGELOG.md +++ b/packages/core/realtime-js/CHANGELOG.md @@ -1,3 +1,13 @@ +## 2.84.0 (2025-11-20) + +### 🩹 Fixes + +- **realtime:** simplify serializer by removing unnecessary types of messages ([#1871](https://github.com/supabase/supabase-js/pull/1871)) + +### ❤️ Thank You + +- Eduardo Gurgel + ## 2.83.0 (2025-11-18) This was a version bump only for @supabase/realtime-js to align it with other projects, there were no code changes. diff --git a/packages/core/storage-js/CHANGELOG.md b/packages/core/storage-js/CHANGELOG.md index 2019d7be7..b5cd1e593 100644 --- a/packages/core/storage-js/CHANGELOG.md +++ b/packages/core/storage-js/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.84.0 (2025-11-20) + +This was a version bump only for @supabase/storage-js to align it with other projects, there were no code changes. + ## 2.83.0 (2025-11-18) ### 🚀 Features diff --git a/packages/core/supabase-js/CHANGELOG.md b/packages/core/supabase-js/CHANGELOG.md index 44b4cbf1c..233cd6fe6 100644 --- a/packages/core/supabase-js/CHANGELOG.md +++ b/packages/core/supabase-js/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.84.0 (2025-11-20) + +This was a version bump only for @supabase/supabase-js to align it with other projects, there were no code changes. + ## 2.83.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.