From 44773a22b40f2f7b9ce99d31793ed9ca892d69b0 Mon Sep 17 00:00:00 2001 From: Poornima Date: Wed, 28 Sep 2022 13:35:35 -0700 Subject: [PATCH 1/2] Updating to 6.0.3 --- CHANGELOG.md | 7 ++++++- package.json | 8 ++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f3e884..5cd7cdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,12 @@ This document lets you know what has changed in the React Native module. For changes in each version of the native SDKs, please see: - [Android Changelog](https://github.com/apptentive/apptentive-android/blob/master/CHANGELOG.md) -- [iOS Changelog](https://github.com/apptentive/apptentive-ios/blob/master/CHANGELOG.md) +- [iOS Changelog](https://github.com/apptentive/apptentive-kit-ios/blob/main/CHANGELOG.md) + +# 2022-09-28 - v6.0.3 + +- Apptentive Android SDK: 5.8.4 +- Apptentive iOS SDK: 6.0.4 # 2022-07-20 - v6.0.2 diff --git a/package.json b/package.json index 040fc93..328043c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apptentive-react-native", - "version": "6.0.2", + "version": "6.0.3", "description": "React Native Module for Apptentive SDK", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -39,10 +39,10 @@ ], "author": "Apptentive (https://github.com/apptentive)", "contributors": [ - "Harry Woodworth", - "Alex Lementuev", "Frank Schmitt", - "Matthew Callis" + "Chase Olson", + "Poornima Nagarajan", + "Luqmaan Khan" ], "repository": "https://github.com/apptentive/apptentive-react-native", "license": "BSD-3-Clause", From 619883b00bd83be55a1019754bc1d1e0162806e7 Mon Sep 17 00:00:00 2001 From: Chase Date: Wed, 28 Sep 2022 14:43:34 -0600 Subject: [PATCH 2/2] Updated files for 6.0.3 release --- android/build.gradle | 2 +- android/src/main/res/values/strings.xml | 2 +- example/ios/Podfile.lock | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 78cc000..09e9a30 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -128,5 +128,5 @@ dependencies { api 'com.facebook.react:react-native:+' implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" // Apptentive - implementation 'com.apptentive:apptentive-android:5.8.3' + implementation 'com.apptentive:apptentive-android:5.8.4' } diff --git a/android/src/main/res/values/strings.xml b/android/src/main/res/values/strings.xml index e9f8720..be807d1 100644 --- a/android/src/main/res/values/strings.xml +++ b/android/src/main/res/values/strings.xml @@ -1,5 +1,5 @@ React Native - 6.0.2 + 6.0.3 \ No newline at end of file diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 2195472..b08ae20 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - apptentive-react-native (6.0.2): + - apptentive-react-native (6.0.3): - ApptentiveKit (~> 6.0.2) - React-Core - ApptentiveKit (6.0.2) @@ -344,7 +344,7 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/ReactCommon/yoga" SPEC CHECKSUMS: - apptentive-react-native: 5bcdb80f9cb15c28882e40a061f5abffcb8cef00 + apptentive-react-native: 59d577aa5bdbbf172d179195d3031cd2dc4dbe4e ApptentiveKit: a2190a8e7bf98639a7c117dbca3cc6004d6aaa64 boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c DoubleConversion: cde416483dac037923206447da6e1454df403714 @@ -376,4 +376,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 82af19754ba50c4c8c654c5d4903ef59072574da -COCOAPODS: 1.11.3 +COCOAPODS: 1.11.2