Skip to content

Commit ea16e1c

Browse files
committed
chore(release): version 2.74.0 changelogs
1 parent 636085f commit ea16e1c

File tree

14 files changed

+78
-10
lines changed

14 files changed

+78
-10
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## 2.74.0 (2025-10-06)
2+
3+
### 🩹 Fixes
4+
5+
- **storage:** remove trailing slash from baseUrl normalization ([#1589](https://github.com/supabase/supabase-js/pull/1589))
6+
7+
### ❤️ Thank You
8+
9+
- Taketo Yoshida

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.74.0 (2025-10-06)
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
# Changelog
26

37
## [2.72.0](https://github.com/supabase/auth-js/compare/v2.71.1...v2.72.0) (2025-09-11)
Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1-
// Generated by genversion.
2-
export const version = '0.0.0'
1+
// Generated automatically during releases by scripts/update-version-files.ts
2+
// This file provides runtime access to the package version for:
3+
// - HTTP request headers (e.g., X-Client-Info header for API requests)
4+
// - Debugging and support (identifying which version is running)
5+
// - Telemetry and logging (version reporting in errors/analytics)
6+
// - Ensuring build artifacts match the published package version
7+
export const version = '2.74.0'
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 2.74.0 (2025-10-06)
2+
3+
This was a version bump only for @supabase/functions-js to align it with other projects, there were no code changes.
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
export const version = '0.0.0-automated'
1+
// Generated automatically during releases by scripts/update-version-files.ts
2+
// This file provides runtime access to the package version for:
3+
// - HTTP request headers (e.g., X-Client-Info header for API requests)
4+
// - Debugging and support (identifying which version is running)
5+
// - Telemetry and logging (version reporting in errors/analytics)
6+
// - Ensuring build artifacts match the published package version
7+
export const version = '2.74.0'
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 2.74.0 (2025-10-06)
2+
3+
This was a version bump only for @supabase/postgrest-js to align it with other projects, there were no code changes.
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
export const version = '0.0.0-automated'
1+
// Generated automatically during releases by scripts/update-version-files.ts
2+
// This file provides runtime access to the package version for:
3+
// - HTTP request headers (e.g., X-Client-Info header for API requests)
4+
// - Debugging and support (identifying which version is running)
5+
// - Telemetry and logging (version reporting in errors/analytics)
6+
// - Ensuring build artifacts match the published package version
7+
export const version = '2.74.0'
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 2.74.0 (2025-10-06)
2+
3+
This was a version bump only for @supabase/realtime-js to align it with other projects, there were no code changes.
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
export const version = '0.0.0-automated'
1+
// Generated automatically during releases by scripts/update-version-files.ts
2+
// This file provides runtime access to the package version for:
3+
// - HTTP request headers (e.g., X-Client-Info header for API requests)
4+
// - Debugging and support (identifying which version is running)
5+
// - Telemetry and logging (version reporting in errors/analytics)
6+
// - Ensuring build artifacts match the published package version
7+
export const version = '2.74.0'
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## 2.74.0 (2025-10-06)
2+
3+
### 🩹 Fixes
4+
5+
- **storage:** remove trailing slash from baseUrl normalization ([#1589](https://github.com/supabase/supabase-js/pull/1589))
6+
7+
### ❤️ Thank You
8+
9+
- Taketo Yoshida

0 commit comments

Comments
 (0)