Skip to content

Commit d80e122

Browse files
Merge pull request #673 from DataDog/marcosaia/release-v2.3.5
React Native SDK v2.3.5 (hotfix)
2 parents 14f53e6 + 7709527 commit d80e122

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.7.1)
1212
- DatadogRUM (2.7.1):
1313
- DatadogInternal (= 2.7.1)
14-
- DatadogSDKReactNative (2.3.4):
14+
- DatadogSDKReactNative (2.3.5):
1515
- DatadogCore (~> 2.7.1)
1616
- DatadogCrashReporting (~> 2.7.1)
1717
- DatadogLogs (~> 2.7.1)
@@ -1413,7 +1413,7 @@ SPEC CHECKSUMS:
14131413
DatadogInternal: b9217da25018284c087a2ed4b9bb3b0f26c767c0
14141414
DatadogLogs: 3b4132eefa67f196bb3ab2d603c1a2acd1292615
14151415
DatadogRUM: 8845815ba89f5ab8ceee765ee268f7de36f3e35d
1416-
DatadogSDKReactNative: bfcda9d70ee3aa2f4d872a1a4247d8d885f623b8
1416+
DatadogSDKReactNative: 793b352304a2e746a8a4f91ca714de810be5e459
14171417
DatadogTrace: a63da746c609bd4c683bca61a94429889e33b11e
14181418
DatadogWebViewTracking: 713f862ddd89173e0a3f5342cefa23def40f0f48
14191419
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.7.1)
1111
- DatadogRUM (2.7.1):
1212
- DatadogInternal (= 2.7.1)
13-
- DatadogSDKReactNative (2.3.4):
13+
- DatadogSDKReactNative (2.3.5):
1414
- DatadogCore (~> 2.7.1)
1515
- DatadogCrashReporting (~> 2.7.1)
1616
- DatadogLogs (~> 2.7.1)
1717
- DatadogRUM (~> 2.7.1)
1818
- DatadogTrace (~> 2.7.1)
1919
- DatadogWebViewTracking (~> 2.7.1)
2020
- React-Core
21-
- DatadogSDKReactNative/Tests (2.3.4):
21+
- DatadogSDKReactNative/Tests (2.3.5):
2222
- DatadogCore (~> 2.7.1)
2323
- DatadogCrashReporting (~> 2.7.1)
2424
- DatadogLogs (~> 2.7.1)
2525
- DatadogRUM (~> 2.7.1)
2626
- DatadogTrace (~> 2.7.1)
2727
- DatadogWebViewTracking (~> 2.7.1)
2828
- React-Core
29-
- DatadogSDKReactNativeSessionReplay (2.3.4-alpha.0):
29+
- DatadogSDKReactNativeSessionReplay (2.3.5-alpha.0):
3030
- DatadogSDKReactNative
3131
- DatadogSessionReplay (~> 2.7.1)
3232
- React-Core
33-
- DatadogSDKReactNativeSessionReplay/Tests (2.3.4-alpha.0):
33+
- DatadogSDKReactNativeSessionReplay/Tests (2.3.5-alpha.0):
3434
- DatadogSDKReactNative
3535
- DatadogSessionReplay (~> 2.7.1)
3636
- React-Core
@@ -1328,8 +1328,8 @@ SPEC CHECKSUMS:
13281328
DatadogInternal: b9217da25018284c087a2ed4b9bb3b0f26c767c0
13291329
DatadogLogs: 3b4132eefa67f196bb3ab2d603c1a2acd1292615
13301330
DatadogRUM: 8845815ba89f5ab8ceee765ee268f7de36f3e35d
1331-
DatadogSDKReactNative: 4331f9397804b43cc1b0dbaf8b58859ad072ad2a
1332-
DatadogSDKReactNativeSessionReplay: 32b1a60bf5dbb66742795df66155657a5a546fc9
1331+
DatadogSDKReactNative: 1182b908fb9a13e4268abb439f26bed6ba105959
1332+
DatadogSDKReactNativeSessionReplay: 1d073c6607b5f516a8366d659cceac5c7fdcd66d
13331333
DatadogSessionReplay: f189054bd2fc2d14c487fd614f04b2b8041dd81f
13341334
DatadogTrace: a63da746c609bd4c683bca61a94429889e33b11e
13351335
DatadogWebViewTracking: 713f862ddd89173e0a3f5342cefa23def40f0f48

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.3.4",
3+
"version": "2.3.5",
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.3.4",
3+
"version": "2.3.5",
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.3.4",
41+
"@datadog/mobile-react-native": "^2.3.5",
4242
"@testing-library/react-native": "7.0.2",
4343
"react-native-builder-bob": "0.17.1",
4444
"react-native-code-push": "7.0.5"

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.3.4"
10+
internal const val SDK_VERSION = "2.3.5"

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.3.4"
10+
let SdkVersion = "2.3.5"

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

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.3.4",
3+
"version": "2.3.5",
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.3.4",
3+
"version": "2.3.5",
44
"description": "A client-side React Native module to interact with Apollo Client and Datadog",
55
"keywords": [
66
"datadog",

0 commit comments

Comments
 (0)