Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #206 from apptentive/develop
Browse files Browse the repository at this point in the history
Release 6.0.2
frankus authored Aug 18, 2022
2 parents 50376ac + 5df6816 commit 8095100
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,6 +5,15 @@ This document lets you know what has changed in the React Native module. For cha
- [Android Changelog](https://github.com/apptentive/apptentive-android/blob/master/CHANGELOG.md)
- [iOS Changelog](https://github.com/apptentive/apptentive-ios/blob/master/CHANGELOG.md)

# 2022-07-20 - v6.0.2

- Apptentive Android SDK: 5.8.3
- Apptentive iOS SDK: 6.0.3

#### Bugs Fixed

- Fixed typescript functionality in published package

# 2022-06-09 - v6.0.1

- Apptentive Android SDK: 5.8.3
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.1</string>
<string name="apptentive_distribution_version">6.0.2</string>
</resources>
4 changes: 2 additions & 2 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.1):
- apptentive-react-native (6.0.2):
- 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: 638eacb7f645d64231d8f0c60dee7d3d0f9f6e9c
apptentive-react-native: 5bcdb80f9cb15c28882e40a061f5abffcb8cef00
ApptentiveKit: a2190a8e7bf98639a7c117dbca3cc6004d6aaa64
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
DoubleConversion: cde416483dac037923206447da6e1454df403714
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apptentive-react-native",
"version": "6.0.1",
"version": "6.0.2",
"description": "React Native Module for Apptentive SDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",

0 comments on commit 8095100

Please sign in to comment.