Skip to content

Commit

Permalink
Merge pull request #208 from apptentive/develop
Browse files Browse the repository at this point in the history
Updated files for 6.0.3 release
  • Loading branch information
ChaseApptentive authored Sep 28, 2022
2 parents 8095100 + 619883b commit da49069
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
2 changes: 1 addition & 1 deletion android/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="apptentive_distribution">React Native</string>
<string name="apptentive_distribution_version">6.0.2</string>
<string name="apptentive_distribution_version">6.0.3</string>
</resources>
6 changes: 3 additions & 3 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -376,4 +376,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 82af19754ba50c4c8c654c5d4903ef59072574da

COCOAPODS: 1.11.3
COCOAPODS: 1.11.2
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -39,10 +39,10 @@
],
"author": "Apptentive <[email protected]> (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",
Expand Down

0 comments on commit da49069

Please sign in to comment.