Skip to content

Commit

Permalink
Release 6.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshjain29 committed Oct 22, 2021
1 parent 5c5d403 commit 0d10458
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 6.8.7
### Fix
- Multiline support for rating labels
- Navigation bar appearance for xcode-ios15
- Alignment for picker elements on ipad.

### Update
- Build with Xcode 12.5.1 ( for supporting CI/CD process which doesn't migrate to xcode 13)
- Improvements on telemetry data
- SPM support for xcode 11-13.
## 6.8.6
### Update
- build with Xcode 12.5.1 ( for supporting CI/CD process which doesn't migrate to xcode 13)
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

import PackageDescription

let version = "6.8.6-Xcode-13.0"
let checksum = "a4c6e6ba86be49803fbf4e47dc16ea762624122242a04a8c1948e7fd86a2d486"
let version = "6.8.7-Xcode-13.0"
let checksum = "57f9b9b0484fee98f61368d9f9faadc044021c844d5bbc6ddfeca28b34753760"
let url = "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v\(version)/UsabillaXCFramework.zip"

let package = Package(
Expand Down
2 changes: 1 addition & 1 deletion Readme.MD
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ use_frameworks!

target 'YourProjectTarget' do

pod 'Usabilla', '~> 6.8.6'
pod 'Usabilla', '~> 6.8.7'

End
```
Expand Down
1 change: 1 addition & 0 deletions Usabilla.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"6.8.7": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.8.7-Xcode-13.0/UsabillaCarthage.zip",
"6.8.6": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.8.6-Xcode-13.0/UsabillaCarthage.zip"
}
2 changes: 1 addition & 1 deletion Usabilla.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "6.8.6-Xcode-13.0"
version = "6.8.7-Xcode-13.0"

Pod::Spec.new do |s|

Expand Down

0 comments on commit 0d10458

Please sign in to comment.