Skip to content

Commit 1a2e308

Browse files
committed
version change and changelog
1 parent e2fc225 commit 1a2e308

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## X.X.X
2-
1+
## 23.10.0
32
* Fixed a bug where segment provided to 'logException' was ignored in Android devices
3+
* Fixed a bug where bridged SDK logs were not printing
44

55
* Removed the deprecated 'setViewTracking' method. (No replacement)
66
* Removed the deprecated 'showFeedbackPopup' method. (replaced with 'presentRatingWidgetWithID')

CountlyReactNative.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'CountlyReactNative'
3-
s.version = '23.8.1'
3+
s.version = '23.10.0'
44
s.license = {
55
:type => 'COMMUNITY',
66
:text => <<-LICENSE

android/src/main/java/ly/count/android/sdk/react/CountlyReactNative.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public String toString() {
8888
public class CountlyReactNative extends ReactContextBaseJavaModule implements LifecycleEventListener {
8989

9090
public static final String TAG = "CountlyRNPlugin";
91-
private String COUNTLY_RN_SDK_VERSION_STRING = "23.8.1";
91+
private String COUNTLY_RN_SDK_VERSION_STRING = "23.10.0";
9292
private String COUNTLY_RN_SDK_NAME = "js-rnb-android";
9393

9494
private static final CountlyConfig config = new CountlyConfig();

ios/src/CountlyReactNative.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ @interface CountlyFeedbackWidget ()
2424
+ (CountlyFeedbackWidget *)createWithDictionary:(NSDictionary *)dictionary;
2525
@end
2626

27-
NSString *const kCountlyReactNativeSDKVersion = @"23.8.1";
27+
NSString *const kCountlyReactNativeSDKVersion = @"23.10.0";
2828
NSString *const kCountlyReactNativeSDKName = @"js-rnb-ios";
2929

3030
CLYPushTestMode const CLYPushTestModeProduction = @"CLYPushTestModeProduction";

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "countly-sdk-react-native-bridge",
3-
"version": "23.8.1",
3+
"version": "23.10.0",
44
"author": "Countly <[email protected]> (https://count.ly/)",
55
"bugs": {
66
"url": "https://github.com/Countly/countly-sdk-react-native-bridge/issues"

0 commit comments

Comments
 (0)