Skip to content

Commit ceb564d

Browse files
chore(release): version 2.86.1 changelogs (#1921)
Co-authored-by: supabase-releaser[bot] <supabase-releaser[bot]@users.noreply.github.com>
1 parent 41d76bd commit ceb564d

File tree

7 files changed

+64
-0
lines changed

7 files changed

+64
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 2.86.1 (2025-12-04)
2+
3+
### 🩹 Fixes
4+
5+
- **auth:** suppress getsession warning when getuser is called first ([#1898](https://github.com/supabase/supabase-js/pull/1898))
6+
- **auth:** code verifier remains in storage during edge cases ([#1759](https://github.com/supabase/supabase-js/pull/1759))
7+
- **postgrest:** cross-schema rpc setof type inference ([#1900](https://github.com/supabase/supabase-js/pull/1900))
8+
- **repo:** update lock file ([#1910](https://github.com/supabase/supabase-js/pull/1910))
9+
- **repo:** lock file issues ([#1919](https://github.com/supabase/supabase-js/pull/1919))
10+
- **repo:** update npm and install again ([#1920](https://github.com/supabase/supabase-js/pull/1920))
11+
- **supabase:** add esm wrapper to resolve module not found error in nuxt ([#1914](https://github.com/supabase/supabase-js/pull/1914))
12+
13+
### ❤️ Thank You
14+
15+
- Katerina Skroumpelou @mandarini
16+
- Vaibhav @7ttp
17+
118
## 2.86.0 (2025-11-26)
219

320
### 🚀 Features

packages/core/auth-js/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 2.86.1 (2025-12-04)
2+
3+
### 🩹 Fixes
4+
5+
- **auth:** code verifier remains in storage during edge cases ([#1759](https://github.com/supabase/supabase-js/pull/1759))
6+
- **auth:** suppress getsession warning when getuser is called first ([#1898](https://github.com/supabase/supabase-js/pull/1898))
7+
8+
### ❤️ Thank You
9+
10+
- Katerina Skroumpelou @mandarini
11+
- Vaibhav @7ttp
12+
113
## 2.86.0 (2025-11-26)
214

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

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.86.1 (2025-12-04)
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.86.0 (2025-11-26)
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.86.1 (2025-12-04)
2+
3+
### 🩹 Fixes
4+
5+
- **postgrest:** cross-schema rpc setof type inference ([#1900](https://github.com/supabase/supabase-js/pull/1900))
6+
7+
### ❤️ Thank You
8+
9+
- Vaibhav @7ttp
10+
111
## 2.86.0 (2025-11-26)
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.86.1 (2025-12-04)
2+
3+
This was a version bump only for @supabase/realtime-js to align it with other projects, there were no code changes.
4+
15
## 2.86.0 (2025-11-26)
26

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

packages/core/storage-js/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.86.1 (2025-12-04)
2+
3+
This was a version bump only for @supabase/storage-js to align it with other projects, there were no code changes.
4+
15
## 2.86.0 (2025-11-26)
26

37
### 🚀 Features

packages/core/supabase-js/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 2.86.1 (2025-12-04)
2+
3+
### 🩹 Fixes
4+
5+
- **repo:** update npm and install again ([#1920](https://github.com/supabase/supabase-js/pull/1920))
6+
- **supabase:** add esm wrapper to resolve module not found error in nuxt ([#1914](https://github.com/supabase/supabase-js/pull/1914))
7+
- **postgrest:** cross-schema rpc setof type inference ([#1900](https://github.com/supabase/supabase-js/pull/1900))
8+
9+
### ❤️ Thank You
10+
11+
- Katerina Skroumpelou @mandarini
12+
- Vaibhav @7ttp
13+
114
## 2.86.0 (2025-11-26)
215

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

0 commit comments

Comments
 (0)