Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 2.75.1 (2025-10-17)

### 🩹 Fixes

- **storage:** use backward compatible return type in download function ([#1750](https://github.com/supabase/supabase-js/pull/1750))

### ❤️ Thank You

- Lenny @itslenny

## 2.75.0 (2025-10-09)

### 🚀 Features
Expand Down
4 changes: 4 additions & 0 deletions packages/core/auth-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.75.1 (2025-10-17)

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

## 2.75.0 (2025-10-09)

This was a version bump only for @supabase/auth-js to align it with other projects, there were no code changes.
Expand Down
4 changes: 4 additions & 0 deletions packages/core/functions-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.75.1 (2025-10-17)

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

## 2.75.0 (2025-10-09)

This was a version bump only for @supabase/functions-js to align it with other projects, there were no code changes.
Expand Down
4 changes: 4 additions & 0 deletions packages/core/postgrest-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.75.1 (2025-10-17)

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

## 2.75.0 (2025-10-09)

### 🚀 Features
Expand Down
4 changes: 4 additions & 0 deletions packages/core/realtime-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.75.1 (2025-10-17)

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

## 2.75.0 (2025-10-09)

This was a version bump only for @supabase/realtime-js to align it with other projects, there were no code changes.
Expand Down
10 changes: 10 additions & 0 deletions packages/core/storage-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 2.75.1 (2025-10-17)

### 🩹 Fixes

- **storage:** use backward compatible return type in download function ([#1750](https://github.com/supabase/supabase-js/pull/1750))

### ❤️ Thank You

- Lenny @itslenny

## 2.75.0 (2025-10-09)

This was a version bump only for @supabase/storage-js to align it with other projects, there were no code changes.
Expand Down
4 changes: 4 additions & 0 deletions packages/core/supabase-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.75.1 (2025-10-17)

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

## 2.75.0 (2025-10-09)

### 🚀 Features
Expand Down
Loading