Skip to content

Commit 5053334

Browse files
chore(release): version 2.100.1 changelogs (supabase#2196)
Co-authored-by: supabase-releaser[bot] <supabase-releaser[bot]@users.noreply.github.com>
1 parent aee42f1 commit 5053334

File tree

7 files changed

+61
-0
lines changed

7 files changed

+61
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 2.100.1 (2026-03-26)
2+
3+
### 🩹 Fixes
4+
5+
- **postgrest:** add type safety for eq() and neq() column names ([#2175](https://github.com/supabase/supabase-js/pull/2175))
6+
- **postgrest:** fix maybeSingle for all request methods by removing Accept header override ([#2182](https://github.com/supabase/supabase-js/pull/2182))
7+
- **postgrest:** narrow tstyche testFileMatch to only type test files ([#2193](https://github.com/supabase/supabase-js/pull/2193))
8+
- **postgrest:** prevent Args: never functions from being classified as computed fields ([#2195](https://github.com/supabase/supabase-js/pull/2195))
9+
- **storage:** spread all DEFAULT_FILE_OPTIONS in uploadToSignedUrl ([#2194](https://github.com/supabase/supabase-js/pull/2194))
10+
11+
### ❤️ Thank You
12+
13+
- Ayush Baluni @aayushbaluni
14+
- Katerina Skroumpelou @mandarini
15+
116
## 2.100.0 (2026-03-23)
217

318
### 🚀 Features

packages/core/auth-js/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.100.1 (2026-03-26)
2+
3+
This was a version bump only for @supabase/auth-js to align it with other projects, there were no code changes.
4+
15
## 2.100.0 (2026-03-23)
26

37
### 🩹 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.100.1 (2026-03-26)
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.100.0 (2026-03-23)
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 2.100.1 (2026-03-26)
2+
3+
### 🩹 Fixes
4+
5+
- **postgrest:** prevent Args: never functions from being classified as computed fields ([#2195](https://github.com/supabase/supabase-js/pull/2195))
6+
- **postgrest:** narrow tstyche testFileMatch to only type test files ([#2193](https://github.com/supabase/supabase-js/pull/2193))
7+
- **postgrest:** fix maybeSingle for all request methods by removing Accept header override ([#2182](https://github.com/supabase/supabase-js/pull/2182))
8+
- **postgrest:** add type safety for eq() and neq() column names ([#2175](https://github.com/supabase/supabase-js/pull/2175))
9+
10+
### ❤️ Thank You
11+
12+
- Ayush Baluni @aayushbaluni
13+
- Katerina Skroumpelou @mandarini
14+
115
## 2.100.0 (2026-03-23)
216

317
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.100.1 (2026-03-26)
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.100.0 (2026-03-23)
26

37
### 🚀 Features

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.100.1 (2026-03-26)
2+
3+
### 🩹 Fixes
4+
5+
- **storage:** spread all DEFAULT_FILE_OPTIONS in uploadToSignedUrl ([#2194](https://github.com/supabase/supabase-js/pull/2194))
6+
7+
### ❤️ Thank You
8+
9+
- Katerina Skroumpelou @mandarini
10+
111
## 2.100.0 (2026-03-23)
212

313
### 🩹 Fixes

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.100.1 (2026-03-26)
2+
3+
### 🩹 Fixes
4+
5+
- **postgrest:** narrow tstyche testFileMatch to only type test files ([#2193](https://github.com/supabase/supabase-js/pull/2193))
6+
7+
### ❤️ Thank You
8+
9+
- Katerina Skroumpelou @mandarini
10+
111
## 2.100.0 (2026-03-23)
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)