From 519b6e9bcca561873969155cc8b0e64f45fa3a0b Mon Sep 17 00:00:00 2001 From: "soumen.rautray" <96281209+SoumenRautray@users.noreply.github.com> Date: Tue, 12 Dec 2023 12:34:35 +0530 Subject: [PATCH] chore: prepare for 8.1.0 release (SDKCF-6865) * chore: prepare for 8.1.0 release (SDKCF-6865) * chore: revert cocoapods version (SDKCF-6865) --- .jazzy.yaml | 2 +- CHANGELOG.md | 2 +- Podfile.lock | 4 ++-- RInAppMessaging.podspec | 2 +- Sources/RInAppMessaging/Constants.swift | 2 +- _versions | 1 + openapi.yaml | 2 +- 7 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.jazzy.yaml b/.jazzy.yaml index ada0c06e..34e2650c 100644 --- a/.jazzy.yaml +++ b/.jazzy.yaml @@ -1,7 +1,7 @@ clean: true author: Rakuten Group, Inc. github_url: https://github.com/rakutentech/ios-inappmessaging -module_version: 8.0.0 +module_version: 8.1.0 module: RInAppMessaging xcodebuild_arguments: - -workspace diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cb495fb..1c57292c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Changelog -### Unreleased +### 8.1.0 (2023-12-12) - Features: - Added User preference input in Sample App [SDKCF-6641] - Added device_id to all the RAT events [SDKCF-6625] diff --git a/Podfile.lock b/Podfile.lock index 50ce030e..39e34765 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -8,7 +8,7 @@ PODS: - GRMustache.swift (4.0.1) - Nimble (10.0.0) - Quick (5.0.1) - - RInAppMessaging (8.1.0-snapshot): + - RInAppMessaging (8.1.0): - RSDKUtils (~> 4.0) - RSDKUtils (4.0.1): - RSDKUtils/Main (= 4.0.1) @@ -112,7 +112,7 @@ SPEC CHECKSUMS: GRMustache.swift: a6436504284b22b4b05daf5f46f77bd3fe00a9a2 Nimble: 5316ef81a170ce87baf72dd961f22f89a602ff84 Quick: 749aa754fd1e7d984f2000fe051e18a3a9809179 - RInAppMessaging: b82c9a138ea061954f121a5188d187e3cf84a7f6 + RInAppMessaging: 0a1ae9f563de9da7d7384521d186ec2f1e88aaff RSDKUtils: 9eb9637aec081c1b7d8a7dee69aac0c9811c0906 Shock: 34def30d5e729f6c1eea2a5b5c2d024b875af86c SwiftLint: 1cc5cd61ba9bacb2194e340aeb47a2a37fda00b3 diff --git a/RInAppMessaging.podspec b/RInAppMessaging.podspec index 0c15eda9..a7146d03 100644 --- a/RInAppMessaging.podspec +++ b/RInAppMessaging.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'RInAppMessaging' - s.version = '8.1.0-snapshot' + s.version = '8.1.0' s.summary = 'Rakuten module to manage and display in-app messages' s.homepage = 'https://github.com/rakutentech/ios-inappmessaging' s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/Sources/RInAppMessaging/Constants.swift b/Sources/RInAppMessaging/Constants.swift index c0dc8ea0..b250291d 100644 --- a/Sources/RInAppMessaging/Constants.swift +++ b/Sources/RInAppMessaging/Constants.swift @@ -44,7 +44,7 @@ internal enum Constants { } enum Versions { - static let sdkVersion = "8.1.0-snapshot" + static let sdkVersion = "8.1.0" } enum RAnalytics: String { diff --git a/_versions b/_versions index e6e67f26..a177ebfa 100644 --- a/_versions +++ b/_versions @@ -12,3 +12,4 @@ 7.2.0 7.3.0 8.0.0 +8.1.0 diff --git a/openapi.yaml b/openapi.yaml index 2ae2ac5c..73ac5e59 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -6,7 +6,7 @@ info: license: name: MIT url: https://opensource.org/licenses/MIT - version: 8.0.0 + version: 8.1.0 tags: - name: Configuration - name: Campaign