Skip to content

Commit

Permalink
Merge pull request #673 from DataDog/marcosaia/release-v2.3.5
Browse files Browse the repository at this point in the history
React Native SDK v2.3.5 (hotfix)
  • Loading branch information
marco-saia-datadog authored Jun 5, 2024
2 parents 14f53e6 + 7709527 commit d80e122
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions example-new-architecture/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PODS:
- DatadogInternal (= 2.7.1)
- DatadogRUM (2.7.1):
- DatadogInternal (= 2.7.1)
- DatadogSDKReactNative (2.3.4):
- DatadogSDKReactNative (2.3.5):
- DatadogCore (~> 2.7.1)
- DatadogCrashReporting (~> 2.7.1)
- DatadogLogs (~> 2.7.1)
Expand Down Expand Up @@ -1413,7 +1413,7 @@ SPEC CHECKSUMS:
DatadogInternal: b9217da25018284c087a2ed4b9bb3b0f26c767c0
DatadogLogs: 3b4132eefa67f196bb3ab2d603c1a2acd1292615
DatadogRUM: 8845815ba89f5ab8ceee765ee268f7de36f3e35d
DatadogSDKReactNative: bfcda9d70ee3aa2f4d872a1a4247d8d885f623b8
DatadogSDKReactNative: 793b352304a2e746a8a4f91ca714de810be5e459
DatadogTrace: a63da746c609bd4c683bca61a94429889e33b11e
DatadogWebViewTracking: 713f862ddd89173e0a3f5342cefa23def40f0f48
DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953
Expand Down
12 changes: 6 additions & 6 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@ PODS:
- DatadogInternal (= 2.7.1)
- DatadogRUM (2.7.1):
- DatadogInternal (= 2.7.1)
- DatadogSDKReactNative (2.3.4):
- DatadogSDKReactNative (2.3.5):
- DatadogCore (~> 2.7.1)
- DatadogCrashReporting (~> 2.7.1)
- DatadogLogs (~> 2.7.1)
- DatadogRUM (~> 2.7.1)
- DatadogTrace (~> 2.7.1)
- DatadogWebViewTracking (~> 2.7.1)
- React-Core
- DatadogSDKReactNative/Tests (2.3.4):
- DatadogSDKReactNative/Tests (2.3.5):
- DatadogCore (~> 2.7.1)
- DatadogCrashReporting (~> 2.7.1)
- DatadogLogs (~> 2.7.1)
- DatadogRUM (~> 2.7.1)
- DatadogTrace (~> 2.7.1)
- DatadogWebViewTracking (~> 2.7.1)
- React-Core
- DatadogSDKReactNativeSessionReplay (2.3.4-alpha.0):
- DatadogSDKReactNativeSessionReplay (2.3.5-alpha.0):
- DatadogSDKReactNative
- DatadogSessionReplay (~> 2.7.1)
- React-Core
- DatadogSDKReactNativeSessionReplay/Tests (2.3.4-alpha.0):
- DatadogSDKReactNativeSessionReplay/Tests (2.3.5-alpha.0):
- DatadogSDKReactNative
- DatadogSessionReplay (~> 2.7.1)
- React-Core
Expand Down Expand Up @@ -1328,8 +1328,8 @@ SPEC CHECKSUMS:
DatadogInternal: b9217da25018284c087a2ed4b9bb3b0f26c767c0
DatadogLogs: 3b4132eefa67f196bb3ab2d603c1a2acd1292615
DatadogRUM: 8845815ba89f5ab8ceee765ee268f7de36f3e35d
DatadogSDKReactNative: 4331f9397804b43cc1b0dbaf8b58859ad072ad2a
DatadogSDKReactNativeSessionReplay: 32b1a60bf5dbb66742795df66155657a5a546fc9
DatadogSDKReactNative: 1182b908fb9a13e4268abb439f26bed6ba105959
DatadogSDKReactNativeSessionReplay: 1d073c6607b5f516a8366d659cceac5c7fdcd66d
DatadogSessionReplay: f189054bd2fc2d14c487fd614f04b2b8041dd81f
DatadogTrace: a63da746c609bd4c683bca61a94429889e33b11e
DatadogWebViewTracking: 713f862ddd89173e0a3f5342cefa23def40f0f48
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"npmClient": "yarn",
"version": "2.3.4",
"version": "2.3.5",
"packages": [
"packages/*"
],
Expand Down
4 changes: 2 additions & 2 deletions packages/codepush/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datadog/mobile-react-native-code-push",
"version": "2.3.4",
"version": "2.3.5",
"description": "A client-side React Native module to interact with Appcenter Codepush and Datadog",
"keywords": [
"datadog",
Expand Down Expand Up @@ -38,7 +38,7 @@
"prepare": "rm -rf lib && yarn bob build"
},
"devDependencies": {
"@datadog/mobile-react-native": "^2.3.4",
"@datadog/mobile-react-native": "^2.3.5",
"@testing-library/react-native": "7.0.2",
"react-native-builder-bob": "0.17.1",
"react-native-code-push": "7.0.5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
package com.datadog.reactnative

// This is automatically updated by the update-version.sh script
internal const val SDK_VERSION = "2.3.4"
internal const val SDK_VERSION = "2.3.5"
2 changes: 1 addition & 1 deletion packages/core/ios/Sources/SdkVersion.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
import Foundation

// This is automatically updated by the update-version.sh script
let SdkVersion = "2.3.4"
let SdkVersion = "2.3.5"
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datadog/mobile-react-native",
"version": "2.3.4",
"version": "2.3.5",
"description": "A client-side React Native module to interact with Datadog",
"keywords": [
"datadog",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// generated by genversion
export const version = '2.3.4';
export const version = '2.3.5';
2 changes: 1 addition & 1 deletion packages/internal-testing-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datadog/react-native-internal-testing-tools",
"version": "2.3.4",
"version": "2.3.5",
"description": "Internal tools for testing the Datadog React Native SDK.",
"keywords": [
"datadog",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-apollo-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datadog/mobile-react-native-apollo-client",
"version": "2.3.4",
"version": "2.3.5",
"description": "A client-side React Native module to interact with Apollo Client and Datadog",
"keywords": [
"datadog",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native-navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datadog/mobile-react-native-navigation",
"version": "2.3.4",
"version": "2.3.5",
"description": "A client-side React Native module to interact with Datadog",
"keywords": [
"datadog",
Expand Down Expand Up @@ -36,7 +36,7 @@
"prepare": "rm -rf lib && yarn bob build"
},
"devDependencies": {
"@datadog/mobile-react-native": "^2.3.4",
"@datadog/mobile-react-native": "^2.3.5",
"@testing-library/react-native": "7.0.2",
"react-native-builder-bob": "0.17.1",
"react-native-gesture-handler": "1.10.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-session-replay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datadog/mobile-react-native-session-replay",
"version": "2.3.4-alpha.0",
"version": "2.3.5-alpha.0",
"description": "A client-side React Native module to enable session replay with Datadog",
"keywords": [
"datadog",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-webview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datadog/mobile-react-native-webview",
"version": "2.3.4",
"version": "2.3.5",
"description": "A client-side React Native module to interact with react-native-webview and Datadog",
"keywords": [
"datadog",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datadog/mobile-react-navigation",
"version": "2.3.4",
"version": "2.3.5",
"description": "A client-side React Native module to interact with Datadog",
"keywords": [
"datadog",
Expand Down Expand Up @@ -36,7 +36,7 @@
"prepare": "rm -rf lib && yarn bob build"
},
"devDependencies": {
"@datadog/mobile-react-native": "^2.3.4",
"@datadog/mobile-react-native": "^2.3.5",
"@react-navigation/native-v5": "npm:@react-navigation/[email protected]",
"@react-navigation/native-v6": "npm:@react-navigation/[email protected]",
"@react-navigation/stack-v5": "npm:@react-navigation/[email protected]",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3911,7 +3911,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@datadog/mobile-react-native-code-push@workspace:packages/codepush"
dependencies:
"@datadog/mobile-react-native": ^2.3.4
"@datadog/mobile-react-native": ^2.3.5
"@testing-library/react-native": 7.0.2
react-native-builder-bob: 0.17.1
react-native-code-push: 7.0.5
Expand All @@ -3927,7 +3927,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@datadog/mobile-react-native-navigation@workspace:packages/react-native-navigation"
dependencies:
"@datadog/mobile-react-native": ^2.3.4
"@datadog/mobile-react-native": ^2.3.5
"@testing-library/react-native": 7.0.2
react-native-builder-bob: 0.17.1
react-native-gesture-handler: 1.10.3
Expand Down Expand Up @@ -3967,7 +3967,7 @@ __metadata:
languageName: unknown
linkType: soft

"@datadog/mobile-react-native@^2.3.4, @datadog/mobile-react-native@workspace:packages/core":
"@datadog/mobile-react-native@^2.3.5, @datadog/mobile-react-native@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@datadog/mobile-react-native@workspace:packages/core"
dependencies:
Expand All @@ -3983,7 +3983,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@datadog/mobile-react-navigation@workspace:packages/react-navigation"
dependencies:
"@datadog/mobile-react-native": ^2.3.4
"@datadog/mobile-react-native": ^2.3.5
"@react-navigation/native-v5": "npm:@react-navigation/[email protected]"
"@react-navigation/native-v6": "npm:@react-navigation/[email protected]"
"@react-navigation/stack-v5": "npm:@react-navigation/[email protected]"
Expand Down

0 comments on commit d80e122

Please sign in to comment.