Skip to content

Commit 13af49b

Browse files
chore(release): version 2.87.1 changelogs (#1934)
Co-authored-by: supabase-releaser[bot] <supabase-releaser[bot]@users.noreply.github.com>
1 parent a9dffc2 commit 13af49b

File tree

7 files changed

+51
-0
lines changed

7 files changed

+51
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 2.87.1 (2025-12-09)
2+
3+
### 🩹 Fixes
4+
5+
- **auth:** skip navigator lock when persistSession is false ([#1928](https://github.com/supabase/supabase-js/pull/1928))
6+
- **realtime:** preserve custom JWT tokens across channel resubscribe ([#1908](https://github.com/supabase/supabase-js/pull/1908))
7+
- **realtime:** handle null values in postgres changes filter comparison ([#1918](https://github.com/supabase/supabase-js/pull/1918))
8+
9+
### ❤️ Thank You
10+
11+
- Liam
12+
- Vaibhav @7ttp
13+
114
## 2.87.0 (2025-12-08)
215

316
### 🚀 Features

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.87.1 (2025-12-09)
2+
3+
### 🩹 Fixes
4+
5+
- **auth:** skip navigator lock when persistSession is false ([#1928](https://github.com/supabase/supabase-js/pull/1928))
6+
7+
### ❤️ Thank You
8+
9+
- Vaibhav @7ttp
10+
111
## 2.87.0 (2025-12-08)
212

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

37
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 2.87.1 (2025-12-09)
2+
3+
### 🩹 Fixes
4+
5+
- **realtime:** handle null values in postgres changes filter comparison ([#1918](https://github.com/supabase/supabase-js/pull/1918))
6+
- **realtime:** preserve custom JWT tokens across channel resubscribe ([#1908](https://github.com/supabase/supabase-js/pull/1908))
7+
8+
### ❤️ Thank You
9+
10+
- Liam
11+
- Vaibhav @7ttp
12+
113
## 2.87.0 (2025-12-08)
214

315
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.87.1 (2025-12-09)
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.87.0 (2025-12-08)
26

37
### 🚀 Features

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.87.1 (2025-12-09)
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.87.0 (2025-12-08)
26

37
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)