Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: prepare for 9.0.0 release (RMCCX-7494) #338

Merged
merged 1 commit into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .jazzy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
clean: true
author: Rakuten Group, Inc.
github_url: https://github.com/rakutentech/ios-inappmessaging
module_version: 8.4.0
module_version: 9.0.0
module: RInAppMessaging
xcodebuild_arguments:
- -workspace
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Changelog

### Unreleased
### 9.0.0 (2024-10-22)
- Features:
- Implement Clickable image through CustomJson [RMCCX-7233]
- Implement Dark background through CustomJson [RMCCX-7328]
Expand Down
28 changes: 14 additions & 14 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ PODS:
- GRMustache.swift (4.0.1)
- Nimble (10.0.0)
- Quick (5.0.1)
- RInAppMessaging (8.4.0):
- RInAppMessaging (9.0.0):
- RSDKUtils (~> 4.0)
- RSDKUtils (4.0.1):
- RSDKUtils/Main (= 4.0.1)
- RSDKUtils/Main (4.0.1):
- RSDKUtils (4.2.0):
- RSDKUtils/Main (= 4.2.0)
- RSDKUtils/Main (4.2.0):
- RSDKUtils/RLogger
- RSDKUtils/Nimble (4.0.1):
- RSDKUtils/Nimble (4.2.0):
- Nimble
- RSDKUtils/Main
- RSDKUtils/RLogger (4.0.1)
- RSDKUtils/TestHelpers (4.0.1):
- RSDKUtils/RLogger (4.2.0)
- RSDKUtils/TestHelpers (4.2.0):
- RSDKUtils/Main
- Shock (6.1.3):
- GRMustache.swift (~> 4.0.1)
Expand Down Expand Up @@ -71,9 +71,9 @@ DEPENDENCIES:
- Nimble
- Quick (~> 5.0)
- RInAppMessaging (from `.`)
- RSDKUtils (~> 4.0)
- RSDKUtils/Nimble (~> 4.0)
- RSDKUtils/TestHelpers (~> 4.0)
- RSDKUtils (~> 4.2.0)
- RSDKUtils/Nimble (~> 4.2.0)
- RSDKUtils/TestHelpers (~> 4.2.0)
- Shock (~> 6.1.2)
- SwiftLint (~> 0.50)

Expand Down Expand Up @@ -112,8 +112,8 @@ SPEC CHECKSUMS:
GRMustache.swift: a6436504284b22b4b05daf5f46f77bd3fe00a9a2
Nimble: 5316ef81a170ce87baf72dd961f22f89a602ff84
Quick: 749aa754fd1e7d984f2000fe051e18a3a9809179
RInAppMessaging: d0eddd8b2204fc701bf2a21b2dfc329359533906
RSDKUtils: 9eb9637aec081c1b7d8a7dee69aac0c9811c0906
RInAppMessaging: e67e3d3db5792201041fcba320f981c40ed763ec
RSDKUtils: 4ef7a283108a78e879f335c788d78bbd5699f907
Shock: 34def30d5e729f6c1eea2a5b5c2d024b875af86c
SwiftLint: 1cc5cd61ba9bacb2194e340aeb47a2a37fda00b3
SwiftNIO: 829958aab300642625091f82fc2f49cb7cf4ef24
Expand All @@ -123,6 +123,6 @@ SPEC CHECKSUMS:
SwiftNIOHTTP1: ef56706550a1dc135ea69d65215b9941e643c23b
SwiftNIOPosix: b49af4bdbecaadfadd5c93dfe28594d6722b75e4

PODFILE CHECKSUM: ab6619ebb1d933652ad9c47b1c330909f098fb41
PODFILE CHECKSUM: d93126c6ae225ff9f7bcfc59f0e4ced878216e9b

COCOAPODS: 1.13.0
COCOAPODS: 1.15.2
2 changes: 1 addition & 1 deletion RInAppMessaging.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'RInAppMessaging'
s.version = '8.4.0'
s.version = '9.0.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' }
Expand Down
2 changes: 1 addition & 1 deletion Sources/RInAppMessaging/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ internal enum Constants {
}

enum Versions {
static let sdkVersion = "8.4.0"
static let sdkVersion = "9.0.0"
}

enum RAnalytics: String {
Expand Down
3 changes: 2 additions & 1 deletion _versions
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@
8.1.0
8.2.0
8.3.0
8.4.0
8.4.0
9.0.0
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ info:
license:
name: MIT
url: https://opensource.org/licenses/MIT
version: 8.4.0
version: 9.0.0
tags:
- name: Configuration
- name: Campaign
Expand Down
Loading