Skip to content

Commit 11a6ed9

Browse files
committed
Merge branch 'release/2.1.1'
2 parents 6093939 + 83c643d commit 11a6ed9

File tree

13 files changed

+3486
-3039
lines changed

13 files changed

+3486
-3039
lines changed

.github/workflows/e2e-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
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

.github/workflows/e2e-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
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

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 2.1.1 (2024-07-03)
2+
--------------------------
3+
Update tracker and example app dependencies
4+
15
Version 2.1.0 (2024-02-21)
26
--------------------------
37
Upgrade to mobile trackers version 6 and add screen engagement tracking (close #90)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package com.snowplow.reactnativetracker.util
22

33
object TrackerVersion {
4-
const val RN_TRACKER_VERSION = "rn-2.1.0"
4+
const val RN_TRACKER_VERSION = "rn-2.1.1"
55
}

0 commit comments

Comments
 (0)