Skip to content

Commit a660d29

Browse files
chore(release): version 2.87.2 changelogs (#1952)
Co-authored-by: supabase-releaser[bot] <supabase-releaser[bot]@users.noreply.github.com>
1 parent 31280b2 commit a660d29

File tree

7 files changed

+55
-0
lines changed

7 files changed

+55
-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.2 (2025-12-15)
2+
3+
### 🩹 Fixes
4+
5+
- **auth:** add helpful error when PKCE code verifier is missing ([#1931](https://github.com/supabase/supabase-js/pull/1931))
6+
- **realtime:** terminate web worker on disconnect to prevent memory leak ([#1907](https://github.com/supabase/supabase-js/pull/1907))
7+
- **supabase:** resolve jsDelivr CDN ESM import failure ([#1950](https://github.com/supabase/supabase-js/pull/1950))
8+
9+
### ❤️ Thank You
10+
11+
- Katerina Skroumpelou @mandarini
12+
- Tanmay Sharma @tanmaysharma2001
13+
114
## 2.87.1 (2025-12-09)
215

316
### 🩹 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.87.2 (2025-12-15)
2+
3+
### 🩹 Fixes
4+
5+
- **auth:** add helpful error when PKCE code verifier is missing ([#1931](https://github.com/supabase/supabase-js/pull/1931))
6+
7+
### ❤️ Thank You
8+
9+
- Katerina Skroumpelou @mandarini
10+
111
## 2.87.1 (2025-12-09)
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.87.2 (2025-12-15)
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.1 (2025-12-09)
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.2 (2025-12-15)
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.1 (2025-12-09)
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.87.2 (2025-12-15)
2+
3+
### 🩹 Fixes
4+
5+
- **realtime:** terminate web worker on disconnect to prevent memory leak ([#1907](https://github.com/supabase/supabase-js/pull/1907))
6+
7+
### ❤️ Thank You
8+
9+
- Tanmay Sharma @tanmaysharma2001
10+
111
## 2.87.1 (2025-12-09)
212

313
### 🩹 Fixes

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.2 (2025-12-15)
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.1 (2025-12-09)
26

37
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.87.2 (2025-12-15)
2+
3+
### 🩹 Fixes
4+
5+
- **supabase:** resolve jsDelivr CDN ESM import failure ([#1950](https://github.com/supabase/supabase-js/pull/1950))
6+
7+
### ❤️ Thank You
8+
9+
- Katerina Skroumpelou @mandarini
10+
111
## 2.87.1 (2025-12-09)
212

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