Skip to content

Commit 5ba4e33

Browse files
authored
Merge pull request #1127 from DataDog/sbarrio/release-v3.0.2
[RELEASE] React Native SDK v3.0.2
2 parents 2bcf6d3 + 3124ece commit 5ba4e33

19 files changed

Lines changed: 41 additions & 38 deletions

File tree

NATIVE_SDK_VERSIONS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
| React Native | iOS Bridge / iOS SDK | Android Bridge / Android SDK |
22
|-------------|---------------------|-----------------------------|
3+
| 3.0.2 | 3.4.0 | 3.4.0 |
34
| 3.0.1 | 3.4.0 | 3.4.0 |
45
| 3.0.0 | 3.4.0 | 3.4.0 |
56
| 2.14.1 | 2.30.2 | 2.26.2 |

benchmarks/ios/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PODS:
1010
- DatadogInternal (= 3.4.0)
1111
- DatadogRUM (3.4.0):
1212
- DatadogInternal (= 3.4.0)
13-
- DatadogSDKReactNative (3.0.1):
13+
- DatadogSDKReactNative (3.0.2):
1414
- DatadogCore (= 3.4.0)
1515
- DatadogCrashReporting (= 3.4.0)
1616
- DatadogLogs (= 3.4.0)
@@ -37,7 +37,7 @@ PODS:
3737
- ReactCommon/turbomodule/bridging
3838
- ReactCommon/turbomodule/core
3939
- Yoga
40-
- DatadogSDKReactNativeSessionReplay (3.0.1):
40+
- DatadogSDKReactNativeSessionReplay (3.0.2):
4141
- DatadogSDKReactNative
4242
- DatadogSessionReplay (= 3.4.0)
4343
- DoubleConversion
@@ -60,7 +60,7 @@ PODS:
6060
- ReactCommon/turbomodule/bridging
6161
- ReactCommon/turbomodule/core
6262
- Yoga
63-
- DatadogSDKReactNativeWebView (3.0.1):
63+
- DatadogSDKReactNativeWebView (3.0.2):
6464
- DatadogInternal (= 3.4.0)
6565
- DatadogSDKReactNative
6666
- DatadogWebViewTracking (= 3.4.0)
@@ -2075,9 +2075,9 @@ SPEC CHECKSUMS:
20752075
DatadogInternal: b0372935ad8dde5ad06960fe8d88c39b2cc92bcc
20762076
DatadogLogs: 484bb1bfe0c9a7cb2a7d9733f61614e8ea7b2f3a
20772077
DatadogRUM: 00069b27918e0ce4a9223b87b4bfa7929d6a0a1f
2078-
DatadogSDKReactNative: 677a3922ea017a2368f334084d5c46d1ee659ca5
2079-
DatadogSDKReactNativeSessionReplay: 2533da0c4d079247a187c7a91b575b10e7d75e5a
2080-
DatadogSDKReactNativeWebView: 2bd9fb2f499aefc1795c73f899caa625a2ea513c
2078+
DatadogSDKReactNative: c42153d2e963bbe95aaf3d21f2e130a497236422
2079+
DatadogSDKReactNativeSessionReplay: 6724542881d483b0afb2f127413280b38175c743
2080+
DatadogSDKReactNativeWebView: 13bab160304d4a9b621a2d9b63ae217de36ffe13
20812081
DatadogSessionReplay: 462a3a2e39e9e2193528cf572c8d1acfd6cdace1
20822082
DatadogTrace: 852cb80f9370eb1321eb30a73c82c8e3d9e4e980
20832083
DatadogWebViewTracking: 32dfeaf7aad47a605a689ed12e0d21ee8eb56141

example-new-architecture/ios/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PODS:
1010
- DatadogInternal (= 3.4.0)
1111
- DatadogRUM (3.4.0):
1212
- DatadogInternal (= 3.4.0)
13-
- DatadogSDKReactNative (3.0.1):
13+
- DatadogSDKReactNative (3.0.2):
1414
- DatadogCore (= 3.4.0)
1515
- DatadogCrashReporting (= 3.4.0)
1616
- DatadogLogs (= 3.4.0)
@@ -37,7 +37,7 @@ PODS:
3737
- ReactCommon/turbomodule/bridging
3838
- ReactCommon/turbomodule/core
3939
- Yoga
40-
- DatadogSDKReactNative/Tests (3.0.1):
40+
- DatadogSDKReactNative/Tests (3.0.2):
4141
- DatadogCore (= 3.4.0)
4242
- DatadogCrashReporting (= 3.4.0)
4343
- DatadogLogs (= 3.4.0)
@@ -1855,7 +1855,7 @@ SPEC CHECKSUMS:
18551855
DatadogInternal: b0372935ad8dde5ad06960fe8d88c39b2cc92bcc
18561856
DatadogLogs: 484bb1bfe0c9a7cb2a7d9733f61614e8ea7b2f3a
18571857
DatadogRUM: 00069b27918e0ce4a9223b87b4bfa7929d6a0a1f
1858-
DatadogSDKReactNative: 22a8fde33dd2ad99d1ea8d5978a0e4b6851e37b9
1858+
DatadogSDKReactNative: 776f0c6036773e5bc71aa390ec008fba0a29de81
18591859
DatadogTrace: 852cb80f9370eb1321eb30a73c82c8e3d9e4e980
18601860
DatadogWebViewTracking: 32dfeaf7aad47a605a689ed12e0d21ee8eb56141
18611861
DoubleConversion: f16ae600a246532c4020132d54af21d0ddb2a385

example/ios/Podfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@ PODS:
1010
- DatadogInternal (= 3.4.0)
1111
- DatadogRUM (3.4.0):
1212
- DatadogInternal (= 3.4.0)
13-
- DatadogSDKReactNative (3.0.1):
13+
- DatadogSDKReactNative (3.0.2):
1414
- DatadogCore (= 3.4.0)
1515
- DatadogCrashReporting (= 3.4.0)
1616
- DatadogLogs (= 3.4.0)
1717
- DatadogRUM (= 3.4.0)
1818
- DatadogTrace (= 3.4.0)
1919
- DatadogWebViewTracking (= 3.4.0)
2020
- React-Core
21-
- DatadogSDKReactNative/Tests (3.0.1):
21+
- DatadogSDKReactNative/Tests (3.0.2):
2222
- DatadogCore (= 3.4.0)
2323
- DatadogCrashReporting (= 3.4.0)
2424
- DatadogLogs (= 3.4.0)
2525
- DatadogRUM (= 3.4.0)
2626
- DatadogTrace (= 3.4.0)
2727
- DatadogWebViewTracking (= 3.4.0)
2828
- React-Core
29-
- DatadogSDKReactNativeSessionReplay (3.0.1):
29+
- DatadogSDKReactNativeSessionReplay (3.0.2):
3030
- DatadogSDKReactNative
3131
- DatadogSessionReplay (= 3.4.0)
3232
- DoubleConversion
@@ -49,7 +49,7 @@ PODS:
4949
- ReactCommon/turbomodule/bridging
5050
- ReactCommon/turbomodule/core
5151
- Yoga
52-
- DatadogSDKReactNativeSessionReplay/Tests (3.0.1):
52+
- DatadogSDKReactNativeSessionReplay/Tests (3.0.2):
5353
- DatadogSDKReactNative
5454
- DatadogSessionReplay (= 3.4.0)
5555
- DoubleConversion
@@ -73,12 +73,12 @@ PODS:
7373
- ReactCommon/turbomodule/bridging
7474
- ReactCommon/turbomodule/core
7575
- Yoga
76-
- DatadogSDKReactNativeWebView (3.0.1):
76+
- DatadogSDKReactNativeWebView (3.0.2):
7777
- DatadogInternal (= 3.4.0)
7878
- DatadogSDKReactNative
7979
- DatadogWebViewTracking (= 3.4.0)
8080
- React-Core
81-
- DatadogSDKReactNativeWebView/Tests (3.0.1):
81+
- DatadogSDKReactNativeWebView/Tests (3.0.2):
8282
- DatadogInternal (= 3.4.0)
8383
- DatadogSDKReactNative
8484
- DatadogWebViewTracking (= 3.4.0)
@@ -1993,9 +1993,9 @@ SPEC CHECKSUMS:
19931993
DatadogInternal: b0372935ad8dde5ad06960fe8d88c39b2cc92bcc
19941994
DatadogLogs: 484bb1bfe0c9a7cb2a7d9733f61614e8ea7b2f3a
19951995
DatadogRUM: 00069b27918e0ce4a9223b87b4bfa7929d6a0a1f
1996-
DatadogSDKReactNative: 38239a34322981aa592fd020d08cdf8dac8591b7
1997-
DatadogSDKReactNativeSessionReplay: 406edebcfebed3c1bb9ac41d4faeb7a9e798b692
1998-
DatadogSDKReactNativeWebView: 37c8dfda90db573662644019997d5013c9d3a58e
1996+
DatadogSDKReactNative: 3d41e67755145c97d16724c10277d0fe808814c5
1997+
DatadogSDKReactNativeSessionReplay: f450e2d8f26573fad082ddfd286db5369e54e109
1998+
DatadogSDKReactNativeWebView: 5e4860f4a7e2bdb66695714343889479ea655932
19991999
DatadogSessionReplay: 462a3a2e39e9e2193528cf572c8d1acfd6cdace1
20002000
DatadogTrace: 852cb80f9370eb1321eb30a73c82c8e3d9e4e980
20012001
DatadogWebViewTracking: 32dfeaf7aad47a605a689ed12e0d21ee8eb56141

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"npmClient": "yarn",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"packages": [
55
"packages/*"
66
],

packages/codepush/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datadog/mobile-react-native-code-push",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "A client-side React Native module to interact with Appcenter Codepush and Datadog",
55
"keywords": [
66
"datadog",
@@ -38,7 +38,7 @@
3838
"prepare": "rm -rf lib && yarn bob build"
3939
},
4040
"devDependencies": {
41-
"@datadog/mobile-react-native": "workspace:3.0.1",
41+
"@datadog/mobile-react-native": "workspace:3.0.2",
4242
"@testing-library/react-native": "7.0.2",
4343
"react-native-builder-bob": "0.26.0",
4444
"react-native-code-push": "7.1.0"

packages/core/android/src/main/kotlin/com/datadog/reactnative/SdkVersion.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
package com.datadog.reactnative
88

99
// This is automatically updated by the update-version.sh script
10-
internal const val SDK_VERSION = "3.0.1"
10+
internal const val SDK_VERSION = "3.0.2"

packages/core/ios/Sources/SdkVersion.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
import Foundation
88

99
// This is automatically updated by the update-version.sh script
10-
let SdkVersion = "3.0.1"
10+
let SdkVersion = "3.0.2"

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datadog/mobile-react-native",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "A client-side React Native module to interact with Datadog",
55
"keywords": [
66
"datadog",

packages/core/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// generated by genversion
2-
export const version = '3.0.1';
2+
export const version = '3.0.2';

0 commit comments

Comments
 (0)