Skip to content

Commit 5b11772

Browse files
chore(release): version 2.82.0 changelogs (#1866)
Co-authored-by: supabase-releaser[bot] <supabase-releaser[bot]@users.noreply.github.com>
1 parent 4eaecb2 commit 5b11772

File tree

7 files changed

+67
-0
lines changed

7 files changed

+67
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 2.82.0 (2025-11-18)
2+
3+
### 🚀 Features
4+
5+
- **auth:** add OAuth grant listing and revocation endpoints ([#1833](https://github.com/supabase/supabase-js/pull/1833))
6+
7+
### 🩹 Fixes
8+
9+
- **postgrest:** bubble up fetch error causes and codes ([#1856](https://github.com/supabase/supabase-js/pull/1856))
10+
- **realtime:** account for null refs when encoding messages ([#1862](https://github.com/supabase/supabase-js/pull/1862))
11+
- **storage:** analytics bucket prop ([#1852](https://github.com/supabase/supabase-js/pull/1852))
12+
13+
### ❤️ Thank You
14+
15+
- Cemal Kılıç @cemalkilic
16+
- Eduardo Gurgel
17+
- Fabrizio @fenos
18+
- Katerina Skroumpelou @mandarini
19+
120
## 2.81.1 (2025-11-11)
221

322
### 🩹 Fixes

packages/core/auth-js/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.82.0 (2025-11-18)
2+
3+
### 🚀 Features
4+
5+
- **auth:** add OAuth grant listing and revocation endpoints ([#1833](https://github.com/supabase/supabase-js/pull/1833))
6+
7+
### ❤️ Thank You
8+
9+
- Cemal Kılıç @cemalkilic
10+
111
## 2.81.1 (2025-11-11)
212

313
### 🩹 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.82.0 (2025-11-18)
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.1 (2025-11-11)
26

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

packages/core/postgrest-js/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.82.0 (2025-11-18)
2+
3+
### 🩹 Fixes
4+
5+
- **postgrest:** bubble up fetch error causes and codes ([#1856](https://github.com/supabase/supabase-js/pull/1856))
6+
7+
### ❤️ Thank You
8+
9+
- Katerina Skroumpelou @mandarini
10+
111
## 2.81.1 (2025-11-11)
212

313
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.82.0 (2025-11-18)
2+
3+
### 🩹 Fixes
4+
5+
- **realtime:** account for null refs when encoding messages ([#1862](https://github.com/supabase/supabase-js/pull/1862))
6+
7+
### ❤️ Thank You
8+
9+
- Eduardo Gurgel
10+
111
## 2.81.1 (2025-11-11)
212

313
### 🩹 Fixes

packages/core/storage-js/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.82.0 (2025-11-18)
2+
3+
### 🩹 Fixes
4+
5+
- **storage:** analytics bucket prop ([#1852](https://github.com/supabase/supabase-js/pull/1852))
6+
7+
### ❤️ Thank You
8+
9+
- Fabrizio @fenos
10+
111
## 2.81.1 (2025-11-11)
212

313
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.82.0 (2025-11-18)
2+
3+
This was a version bump only for @supabase/supabase-js to align it with other projects, there were no code changes.
4+
15
## 2.81.1 (2025-11-11)
26

37
### 🩹 Fixes

0 commit comments

Comments
 (0)