Skip to content

Commit

Permalink
Merge pull request #339 from CleverTap/develop
Browse files Browse the repository at this point in the history
Release 1.1.2
  • Loading branch information
akashvercetti authored Jul 31, 2023
2 parents 3cafc98 + b6c45bc commit 9c7794b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Change Log
==========

Version 1.1.2 *(31st July 2023)*
-------------------------------------------
**New Updates**
- Supports [CleverTap iOS SDK v5.1.2](https://github.com/CleverTap/clevertap-ios-sdk/blob/master/CHANGELOG.md#version-512-july-28-2023).

**Bug Fixes**
- [iOS platform]Fixed a bug where the App Inbox would appear empty.

Version 1.1.1 *(2nd May 2023)*
-------------------------------------------
- Bug fixes and performance improvements.
Expand Down
2 changes: 1 addition & 1 deletion Example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@react-navigation/drawer": "^6.6.2",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"clevertap-react-native": "1.1.0",
"clevertap-react-native": "git+https://github.com/CleverTap/clevertap-react-native#SDK-3141-app-inbox-fixes",
"react": "18.2.0",
"react-native": "0.71.8",
"react-native-drawer": "^2.5.1",
Expand Down
2 changes: 1 addition & 1 deletion clevertap-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Pod::Spec.new do |s|
s.preserve_paths = 'LICENSE.md', 'README.md', 'package.json', 'index.js'
s.source_files = 'ios/CleverTapReact/*.{h,m}'

s.dependency 'CleverTap-iOS-SDK', '5.0.1'
s.dependency 'CleverTap-iOS-SDK', '5.1.2'
s.dependency 'React-Core'
end
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const EventEmitter = NativeModules.CleverTapReactEventEmitter ? new NativeEventE
* @param {int} libVersion - The updated library version. If current version is 1.1.0 then pass as 10100
*/
const libName = 'React-Native';
const libVersion = 10101;
const libVersion = 10102;
CleverTapReact.setLibrary(libName,libVersion);

function defaultCallback(method, err, res) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clevertap-react-native",
"version": "1.1.1",
"version": "1.1.2",
"description": "CleverTap React Native SDK.",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 9c7794b

Please sign in to comment.