Skip to content

Commit 53f9aa2

Browse files
chore(release): version 2.79.0 changelogs (#1831)
Co-authored-by: supabase-releaser[bot] <supabase-releaser[bot]@users.noreply.github.com>
1 parent 53949f3 commit 53f9aa2

File tree

7 files changed

+73
-0
lines changed

7 files changed

+73
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 2.79.0 (2025-11-04)
2+
3+
### 🚀 Features
4+
5+
- **auth:** support throwing errors instead of returning them ([#1766](https://github.com/supabase/supabase-js/pull/1766))
6+
- **repo:** remove node-fetch dependency, require Node.js 20+ ([#1830](https://github.com/supabase/supabase-js/pull/1830))
7+
8+
### ❤️ Thank You
9+
10+
- Katerina Skroumpelou @mandarini
11+
112
## 2.78.0 (2025-10-30)
213

314
### 🚀 Features

packages/core/auth-js/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 2.79.0 (2025-11-04)
2+
3+
### 🚀 Features
4+
5+
- **repo:** remove node-fetch dependency, require Node.js 20+ ([#1830](https://github.com/supabase/supabase-js/pull/1830))
6+
- **auth:** support throwing errors instead of returning them ([#1766](https://github.com/supabase/supabase-js/pull/1766))
7+
8+
### ❤️ Thank You
9+
10+
- Katerina Skroumpelou @mandarini
11+
112
## 2.78.0 (2025-10-30)
213

314
### 🚀 Features

packages/core/functions-js/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.79.0 (2025-11-04)
2+
3+
### 🚀 Features
4+
5+
- **repo:** remove node-fetch dependency, require Node.js 20+ ([#1830](https://github.com/supabase/supabase-js/pull/1830))
6+
7+
### ❤️ Thank You
8+
9+
- Katerina Skroumpelou @mandarini
10+
111
## 2.78.0 (2025-10-30)
212

313
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.79.0 (2025-11-04)
2+
3+
### 🚀 Features
4+
5+
- **repo:** remove node-fetch dependency, require Node.js 20+ ([#1830](https://github.com/supabase/supabase-js/pull/1830))
6+
7+
### ❤️ Thank You
8+
9+
- Katerina Skroumpelou @mandarini
10+
111
## 2.78.0 (2025-10-30)
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.79.0 (2025-11-04)
2+
3+
### 🚀 Features
4+
5+
- **repo:** remove node-fetch dependency, require Node.js 20+ ([#1830](https://github.com/supabase/supabase-js/pull/1830))
6+
7+
### ❤️ Thank You
8+
9+
- Katerina Skroumpelou @mandarini
10+
111
## 2.78.0 (2025-10-30)
212

313
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.79.0 (2025-11-04)
2+
3+
### 🚀 Features
4+
5+
- **repo:** remove node-fetch dependency, require Node.js 20+ ([#1830](https://github.com/supabase/supabase-js/pull/1830))
6+
7+
### ❤️ Thank You
8+
9+
- Katerina Skroumpelou @mandarini
10+
111
## 2.78.0 (2025-10-30)
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 2.79.0 (2025-11-04)
2+
3+
### 🚀 Features
4+
5+
- **repo:** remove node-fetch dependency, require Node.js 20+ ([#1830](https://github.com/supabase/supabase-js/pull/1830))
6+
- **auth:** support throwing errors instead of returning them ([#1766](https://github.com/supabase/supabase-js/pull/1766))
7+
8+
### ❤️ Thank You
9+
10+
- Katerina Skroumpelou @mandarini
11+
112
## 2.78.0 (2025-10-30)
213

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