Skip to content

Commit

Permalink
Merge pull request #58 from sendbird/release/3.29.1
Browse files Browse the repository at this point in the history
Release/3.29.1 -> main
  • Loading branch information
sendbird-sdk-deployment authored Feb 4, 2025
2 parents b1d8d46 + 01b157f commit 36a9153
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

### v3.29.1 (Feb 04, 2025)

## Improvements
- Fixed crash when handling invalid markdown syntax
- Fixed QuickStart not working issue

### v3.29.1 (Feb 04, 2025)

## Improvements
- Fixed crash when handling invalid markdown syntax
- Fixed QuickStart not working issue
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ let package = Package(
.binaryTarget(
name: "SendbirdUIKit",
url: "https://github.com/sendbird/sendbird-uikit-ios/releases/download/3.29.1/SendbirdUIKit.xcframework.zip", // SendbirdUIKit_URL
checksum: "2bf170a19a9b862c3e6bb153519697fd94e7b170397621398ead7a9356d820d7" // SendbirdUIKit_CHECKSUM
checksum: "153f383cf88fa78d240ba03a99852a1cf73f16df00e626933d815d4914968c5f" // SendbirdUIKit_CHECKSUM
),
.binaryTarget(
name: "SendbirdUIMessageTemplate",
url: "https://github.com/sendbird/sendbird-uikit-ios/releases/download/3.29.1/SendbirdUIMessageTemplate.xcframework.zip", // SendbirdUIMessageTemplate_URL
checksum: "" // SendbirdUIMessageTemplate_CHECKSUM
checksum: "b5e13a159fd259f88ed7e6afcd711693820e385e2ac7742f4f0090305f0b00ad" // SendbirdUIMessageTemplate_CHECKSUM
),
.target(
name: "SendbirdUIKitTarget",
Expand Down

0 comments on commit 36a9153

Please sign in to comment.