Skip to content

Commit 56da0a9

Browse files
chore(main): release 2.30.0 (#741)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7de5b8b commit 56da0a9

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.29.3"
2+
".": "2.30.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.30.0](https://github.com/supabase/supabase-swift/compare/v2.29.3...v2.30.0) (2025-07-03)
4+
5+
6+
### Features
7+
8+
* **realtime:** add presence-enabled flag to join push ([#736](https://github.com/supabase/supabase-swift/issues/736)) ([7de5b8b](https://github.com/supabase/supabase-swift/commit/7de5b8b0b88a070046112026a3add7aa08b5fa3a))
9+
310
## [2.29.3](https://github.com/supabase/supabase-swift/compare/v2.29.2...v2.29.3) (2025-06-10)
411

512

Sources/Helpers/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Foundation
22
import XCTestDynamicOverlay
33

4-
private let _version = "2.29.3" // {x-release-please-version}
4+
private let _version = "2.30.0" // {x-release-please-version}
55

66
#if DEBUG
77
package let version = isTesting ? "0.0.0" : _version

0 commit comments

Comments
 (0)