diff --git a/CHANGELOG.md b/CHANGELOG.md index 451b277..d9fe81e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# 10.3.0 (2023-04-07) +## Feature +* Fixed function name from `applyAppearance` to `seAppearance` +* Applied the device language on setting Accept-Language when user boot first +## Improvement +* Fixed localized strings for form submiting +* Add image supporting formats +## Fix +* Fixed the black link button on dark mode + + # 10.2.2 (2023-02-02) ## Feature * Improved in-app push notification behaviors and sounds diff --git a/Package.swift b/Package.swift index 5e8a432..4d29843 100644 --- a/Package.swift +++ b/Package.swift @@ -14,8 +14,8 @@ let package = Package( targets: [ .binaryTarget( name: "ChannelIOFront", - url: "https://mobile-static.channel.io/ios/10.2.0/spm-xcframework.zip", - checksum: "6a32fd73d21f36d6c2bb759775df65ca6c0a57d9748e634cc3d567b680e0d52c" + url: "https://mobile-static.channel.io/ios/10.3.0/spm-xcframework.zip", + checksum: "3f30d4c2036c8ffae1e54fd924f1722a6d6a3a95ed75c51ddce24c846e87f808" ), // NOTE: targets 안에 binaryTarget 하나만 존재할 경우 SPM Framework 추가 목록에 노출되지 않는 버그가 있어 // 이를 방지하기 위한 Stub target을 추가합니다 - finn. 2023.02.23