File tree Expand file tree Collapse file tree 8 files changed +12
-8
lines changed
android/src/main/java/com/snowplow/reactnativetracker/util Expand file tree Collapse file tree 8 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 55
66jobs :
77 e2e :
8- runs-on : macos-latest
8+ runs-on : macos-12
99 timeout-minutes : 60
1010 env :
1111 TURBO_CACHE_DIR : .turbo/android-e2e
Original file line number Diff line number Diff line change 55
66jobs :
77 e2e :
8- runs-on : macos-latest
8+ runs-on : macos-12
99 timeout-minutes : 60
1010 env :
1111 TURBO_CACHE_DIR : .turbo/ios-e2e
Original file line number Diff line number Diff line change 1+ Version 2.1.1 (2024-07-03)
2+ --------------------------
3+ Update tracker and example app dependencies
4+
15Version 2.1.0 (2024-02-21)
26--------------------------
37Upgrade to mobile trackers version 6 and add screen engagement tracking (close #90)
Original file line number Diff line number Diff line change 11package com.snowplow.reactnativetracker.util
22
33object TrackerVersion {
4- const val RN_TRACKER_VERSION = " rn-2.1.0 "
4+ const val RN_TRACKER_VERSION = " rn-2.1.1 "
55}
Original file line number Diff line number Diff line change @@ -488,7 +488,7 @@ PODS:
488488 - React-jsi (= 0.72.15)
489489 - React-logger (= 0.72.15)
490490 - React-perflogger (= 0.72.15)
491- - snowplow-react-native-tracker (2.1.0 ):
491+ - snowplow-react-native-tracker (2.1.1 ):
492492 - RCT-Folly (= 2021.07.22.00)
493493 - React-Core
494494 - SnowplowTracker (~> 6.0)
@@ -719,7 +719,7 @@ SPEC CHECKSUMS:
719719 React-runtimescheduler: ae08ede2e0267be2a4d8ba82a54d5908949d5a34
720720 React-utils: 8eb3c12fd4a4da6df3824f7d9a961d73a6ed6e5d
721721 ReactCommon: d2de36ed3eebe700d7169b9e80f7d1a4b98e178d
722- snowplow-react-native-tracker: 423a8ed6af6d94df5167096635735d7c0d634e9a
722+ snowplow-react-native-tracker: d947a5d147cb5e401f0c3361a9fde13fb2aaf942
723723 SnowplowTracker: 6b19c331d5b765bda8b97b1c70ab52491524da60
724724 SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
725725 Yoga: 6f5ab94cd8b1ecd04b6e973d0bc583ede2a598cc
Original file line number Diff line number Diff line change 11import Foundation
22
3- let kRNTrackerVersion = " rn-2.1.0 "
3+ let kRNTrackerVersion = " rn-2.1.1 "
Original file line number Diff line number Diff line change 11{
22 "name" : " @snowplow/react-native-tracker" ,
3- "version" : " 2.1.0 " ,
3+ "version" : " 2.1.1 " ,
44 "description" : " A library for tracking Snowplow events in React Native" ,
55 "homepage" : " https://docs.snowplowanalytics.com/docs/collecting-data/collecting-from-own-applications/react-native-tracker/" ,
66 "main" : " lib/commonjs/index" ,
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ import { schemas } from './constants';
3737import { v4 as uuid } from 'uuid' ;
3838
3939// Tracker version added to the events
40- const trackerVersion = 'rn-2.1.0 ' ;
40+ const trackerVersion = 'rn-2.1.1 ' ;
4141
4242interface Tracker extends TrackerCore {
4343 setDomainUserId : ( duid : string | undefined ) => void ;
You can’t perform that action at this time.
0 commit comments