Skip to content

Commit d3b0fcb

Browse files
Merge pull request #709 from DataDog/marcosaia/release-v2.4.3
[RELEASE] React Native SDK v2.4.3
2 parents 1656ad3 + a78ea1a commit d3b0fcb

File tree

15 files changed

+27
-27
lines changed

15 files changed

+27
-27
lines changed

example-new-architecture/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PODS:
1111
- DatadogInternal (= 2.14.1)
1212
- DatadogRUM (2.14.1):
1313
- DatadogInternal (= 2.14.1)
14-
- DatadogSDKReactNative (2.4.2):
14+
- DatadogSDKReactNative (2.4.3):
1515
- DatadogCore (~> 2.14.1)
1616
- DatadogCrashReporting (~> 2.14.1)
1717
- DatadogLogs (~> 2.14.1)
@@ -1416,7 +1416,7 @@ SPEC CHECKSUMS:
14161416
DatadogInternal: 9d326664fe7aaef4c159aaf19a32cd2675b4c5fe
14171417
DatadogLogs: d97eff8fba4541fad3bfaa8e8bcf8a272d246537
14181418
DatadogRUM: 2c4d698619557aad6bf031178a046a70799b561d
1419-
DatadogSDKReactNative: f96a93e58991d0afb50aea458ba1f18fe087faef
1419+
DatadogSDKReactNative: be9efb51d5d32717b0c3d0926303e45da73a4e82
14201420
DatadogTrace: 18adb831078595a21210fdb7aad1db379e90dac1
14211421
DatadogWebViewTracking: 5306fb6a663df6c1579c2eacf95c95d05735bb18
14221422
DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953

example/ios/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,27 @@ PODS:
1010
- DatadogInternal (= 2.14.1)
1111
- DatadogRUM (2.14.1):
1212
- DatadogInternal (= 2.14.1)
13-
- DatadogSDKReactNative (2.4.2):
13+
- DatadogSDKReactNative (2.4.3):
1414
- DatadogCore (~> 2.14.1)
1515
- DatadogCrashReporting (~> 2.14.1)
1616
- DatadogLogs (~> 2.14.1)
1717
- DatadogRUM (~> 2.14.1)
1818
- DatadogTrace (~> 2.14.1)
1919
- DatadogWebViewTracking (~> 2.14.1)
2020
- React-Core
21-
- DatadogSDKReactNative/Tests (2.4.2):
21+
- DatadogSDKReactNative/Tests (2.4.3):
2222
- DatadogCore (~> 2.14.1)
2323
- DatadogCrashReporting (~> 2.14.1)
2424
- DatadogLogs (~> 2.14.1)
2525
- DatadogRUM (~> 2.14.1)
2626
- DatadogTrace (~> 2.14.1)
2727
- DatadogWebViewTracking (~> 2.14.1)
2828
- React-Core
29-
- DatadogSDKReactNativeSessionReplay (2.4.2-alpha.0):
29+
- DatadogSDKReactNativeSessionReplay (2.4.3-alpha.0):
3030
- DatadogSDKReactNative
3131
- DatadogSessionReplay (~> 2.14.1)
3232
- React-Core
33-
- DatadogSDKReactNativeSessionReplay/Tests (2.4.2-alpha.0):
33+
- DatadogSDKReactNativeSessionReplay/Tests (2.4.3-alpha.0):
3434
- DatadogSDKReactNative
3535
- DatadogSessionReplay (~> 2.14.1)
3636
- React-Core
@@ -1331,8 +1331,8 @@ SPEC CHECKSUMS:
13311331
DatadogInternal: 9d326664fe7aaef4c159aaf19a32cd2675b4c5fe
13321332
DatadogLogs: d97eff8fba4541fad3bfaa8e8bcf8a272d246537
13331333
DatadogRUM: 2c4d698619557aad6bf031178a046a70799b561d
1334-
DatadogSDKReactNative: f403f190a392abd1ed7cdfe90c424c46f7aae250
1335-
DatadogSDKReactNativeSessionReplay: 7251012dd10d7a65fcf88a752b0da9ed28be1890
1334+
DatadogSDKReactNative: f418f95923dc78ad7b4dcd1710804f1672d8abfa
1335+
DatadogSDKReactNativeSessionReplay: 5120a9df176bc6cf49d33237e078d99c8b1c3b24
13361336
DatadogSessionReplay: 1a9597ff672b32a2b7cb1bed24fa29a584386807
13371337
DatadogTrace: 18adb831078595a21210fdb7aad1db379e90dac1
13381338
DatadogWebViewTracking: 5306fb6a663df6c1579c2eacf95c95d05735bb18

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": "2.4.2",
3+
"version": "2.4.3",
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": "2.4.2",
3+
"version": "2.4.3",
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": "^2.4.2",
41+
"@datadog/mobile-react-native": "^2.4.3",
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 = "2.4.2"
10+
internal const val SDK_VERSION = "2.4.3"

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 = "2.4.2"
10+
let SdkVersion = "2.4.3"

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": "2.4.2",
3+
"version": "2.4.3",
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 = '2.4.2';
2+
export const version = '2.4.3';

packages/internal-testing-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datadog/react-native-internal-testing-tools",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"description": "Internal tools for testing the Datadog React Native SDK.",
55
"keywords": [
66
"datadog",

packages/react-native-apollo-client/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-apollo-client",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"description": "A client-side React Native module to interact with Apollo Client and Datadog",
55
"keywords": [
66
"datadog",

0 commit comments

Comments
 (0)