diff --git a/NATIVE_SDK_VERSIONS.md b/NATIVE_SDK_VERSIONS.md index 7ca952e1a..938cbc1ca 100644 --- a/NATIVE_SDK_VERSIONS.md +++ b/NATIVE_SDK_VERSIONS.md @@ -1,5 +1,6 @@ | React Native | iOS Bridge / iOS SDK | Android Bridge / Android SDK | |-------------|---------------------|-----------------------------| +| 2.7.0 | 2.25.0 | 2.19.2 | | 2.6.6 | 2.25.0 | 2.19.2 | | 2.6.5 | 2.25.0 | 2.19.2 | | 2.6.4 | 2.24.0 | 2.19.2 | diff --git a/example-new-architecture/ios/Podfile.lock b/example-new-architecture/ios/Podfile.lock index 0a66e0fe7..d40fafd04 100644 --- a/example-new-architecture/ios/Podfile.lock +++ b/example-new-architecture/ios/Podfile.lock @@ -10,7 +10,7 @@ PODS: - DatadogInternal (= 2.25.0) - DatadogRUM (2.25.0): - DatadogInternal (= 2.25.0) - - DatadogSDKReactNative (2.6.6): + - DatadogSDKReactNative (2.7.0): - DatadogCore (~> 2.25.0) - DatadogCrashReporting (~> 2.25.0) - DatadogLogs (~> 2.25.0) @@ -1760,7 +1760,7 @@ SPEC CHECKSUMS: DatadogInternal: e9b6cef84448ee32f73bc9b37646708a65c1b8ae DatadogLogs: 623d89158ef3a4a7545a8fbce9afa4cedc576324 DatadogRUM: ff0661b42124d90c9ff2538c3cc1b806ddf7620c - DatadogSDKReactNative: 62527e877834b7ba2f429bb35c98a601f319cc84 + DatadogSDKReactNative: 087896b5962f65e4ad8ebf7c8b10763115bf2174 DatadogTrace: 4e1aac322eafd8568fd4a966b02e58fbb5af0612 DatadogWebViewTracking: 3b2465b5a5bf10f187807e490678a2e0a3c2daae DoubleConversion: 76ab83afb40bddeeee456813d9c04f67f78771b5 diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index ace3d781a..388abc8fd 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -10,7 +10,7 @@ PODS: - DatadogInternal (= 2.25.0) - DatadogRUM (2.25.0): - DatadogInternal (= 2.25.0) - - DatadogSDKReactNative (2.6.6): + - DatadogSDKReactNative (2.7.0): - DatadogCore (~> 2.25.0) - DatadogCrashReporting (~> 2.25.0) - DatadogLogs (~> 2.25.0) @@ -18,7 +18,7 @@ PODS: - DatadogTrace (~> 2.25.0) - DatadogWebViewTracking (~> 2.25.0) - React-Core - - DatadogSDKReactNative/Tests (2.6.6): + - DatadogSDKReactNative/Tests (2.7.0): - DatadogCore (~> 2.25.0) - DatadogCrashReporting (~> 2.25.0) - DatadogLogs (~> 2.25.0) @@ -26,21 +26,21 @@ PODS: - DatadogTrace (~> 2.25.0) - DatadogWebViewTracking (~> 2.25.0) - React-Core - - DatadogSDKReactNativeSessionReplay (2.6.6): + - DatadogSDKReactNativeSessionReplay (2.7.0): - DatadogSDKReactNative - DatadogSessionReplay (~> 2.25.0) - React-Core - - DatadogSDKReactNativeSessionReplay/Tests (2.6.6): + - DatadogSDKReactNativeSessionReplay/Tests (2.7.0): - DatadogSDKReactNative - DatadogSessionReplay (~> 2.25.0) - React-Core - React-RCTText - - DatadogSDKReactNativeWebView (2.6.6): + - DatadogSDKReactNativeWebView (2.7.0): - DatadogInternal (~> 2.25.0) - DatadogSDKReactNative - DatadogWebViewTracking (~> 2.25.0) - React-Core - - DatadogSDKReactNativeWebView/Tests (2.6.6): + - DatadogSDKReactNativeWebView/Tests (2.7.0): - DatadogInternal (~> 2.25.0) - DatadogSDKReactNative - DatadogWebViewTracking (~> 2.25.0) @@ -1893,9 +1893,9 @@ SPEC CHECKSUMS: DatadogInternal: e9b6cef84448ee32f73bc9b37646708a65c1b8ae DatadogLogs: 623d89158ef3a4a7545a8fbce9afa4cedc576324 DatadogRUM: ff0661b42124d90c9ff2538c3cc1b806ddf7620c - DatadogSDKReactNative: bd9118e2dcea9c408906f6ae62ddf7f906abdc1f - DatadogSDKReactNativeSessionReplay: 261b0ef6ba318dd0d03089a4c6e492ef6f380d16 - DatadogSDKReactNativeWebView: ee244ebde9a5906b8de2ff21fdef7196c9598be7 + DatadogSDKReactNative: 21b414ecbecb85867c1e0da5f9328d85747ed50b + DatadogSDKReactNativeSessionReplay: 4e8e8a41f967d8031954bfb1a22ec8205a7f573a + DatadogSDKReactNativeWebView: 5367cd0eb354ae1925a0fa41e3035a28c1766eb0 DatadogSessionReplay: 857b566583a7866869d944eb9929dd655fbd8b01 DatadogTrace: 4e1aac322eafd8568fd4a966b02e58fbb5af0612 DatadogWebViewTracking: 3b2465b5a5bf10f187807e490678a2e0a3c2daae diff --git a/lerna.json b/lerna.json index 40583c4af..1aa00adef 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "npmClient": "yarn", - "version": "2.6.6", + "version": "2.7.0", "packages": [ "packages/*" ], diff --git a/packages/codepush/package.json b/packages/codepush/package.json index 4a17505e2..b37bd71fb 100644 --- a/packages/codepush/package.json +++ b/packages/codepush/package.json @@ -1,6 +1,6 @@ { "name": "@datadog/mobile-react-native-code-push", - "version": "2.6.6", + "version": "2.7.0", "description": "A client-side React Native module to interact with Appcenter Codepush and Datadog", "keywords": [ "datadog", @@ -38,7 +38,7 @@ "prepare": "rm -rf lib && yarn bob build" }, "devDependencies": { - "@datadog/mobile-react-native": "^2.6.6", + "@datadog/mobile-react-native": "^2.7.0", "@testing-library/react-native": "7.0.2", "react-native-builder-bob": "0.26.0", "react-native-code-push": "7.1.0" diff --git a/packages/core/android/src/main/kotlin/com/datadog/reactnative/SdkVersion.kt b/packages/core/android/src/main/kotlin/com/datadog/reactnative/SdkVersion.kt index 97e086be3..31c60fb2d 100644 --- a/packages/core/android/src/main/kotlin/com/datadog/reactnative/SdkVersion.kt +++ b/packages/core/android/src/main/kotlin/com/datadog/reactnative/SdkVersion.kt @@ -7,4 +7,4 @@ package com.datadog.reactnative // This is automatically updated by the update-version.sh script -internal const val SDK_VERSION = "2.6.6" +internal const val SDK_VERSION = "2.7.0" diff --git a/packages/core/ios/Sources/SdkVersion.swift b/packages/core/ios/Sources/SdkVersion.swift index cf536d798..4585a7ef5 100644 --- a/packages/core/ios/Sources/SdkVersion.swift +++ b/packages/core/ios/Sources/SdkVersion.swift @@ -7,4 +7,4 @@ import Foundation // This is automatically updated by the update-version.sh script -let SdkVersion = "2.6.6" +let SdkVersion = "2.7.0" diff --git a/packages/core/package.json b/packages/core/package.json index 93c276b8e..ca1e4b0f3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@datadog/mobile-react-native", - "version": "2.6.6", + "version": "2.7.0", "description": "A client-side React Native module to interact with Datadog", "keywords": [ "datadog", diff --git a/packages/core/src/version.ts b/packages/core/src/version.ts index 04f301419..fea4c40f6 100644 --- a/packages/core/src/version.ts +++ b/packages/core/src/version.ts @@ -1,2 +1,2 @@ // generated by genversion -export const version = '2.6.6'; +export const version = '2.7.0'; diff --git a/packages/internal-testing-tools/package.json b/packages/internal-testing-tools/package.json index 4db44d1d0..ca76ea9c5 100644 --- a/packages/internal-testing-tools/package.json +++ b/packages/internal-testing-tools/package.json @@ -1,6 +1,6 @@ { "name": "@datadog/react-native-internal-testing-tools", - "version": "2.6.6", + "version": "2.7.0", "description": "Internal tools for testing the Datadog React Native SDK.", "keywords": [ "datadog", diff --git a/packages/react-native-apollo-client/package.json b/packages/react-native-apollo-client/package.json index 5cc4d1122..9b0d37777 100644 --- a/packages/react-native-apollo-client/package.json +++ b/packages/react-native-apollo-client/package.json @@ -1,6 +1,6 @@ { "name": "@datadog/mobile-react-native-apollo-client", - "version": "2.6.6", + "version": "2.7.0", "description": "A client-side React Native module to interact with Apollo Client and Datadog", "keywords": [ "datadog", diff --git a/packages/react-native-navigation/package.json b/packages/react-native-navigation/package.json index 9f95f2734..fb8568bff 100644 --- a/packages/react-native-navigation/package.json +++ b/packages/react-native-navigation/package.json @@ -1,6 +1,6 @@ { "name": "@datadog/mobile-react-native-navigation", - "version": "2.6.6", + "version": "2.7.0", "description": "A client-side React Native module to interact with Datadog", "keywords": [ "datadog", @@ -36,7 +36,7 @@ "prepare": "rm -rf lib && yarn bob build" }, "devDependencies": { - "@datadog/mobile-react-native": "^2.6.6", + "@datadog/mobile-react-native": "^2.7.0", "@testing-library/react-native": "7.0.2", "react-native-builder-bob": "0.26.0", "react-native-gesture-handler": "1.10.3", diff --git a/packages/react-native-session-replay/package.json b/packages/react-native-session-replay/package.json index 59dc8f7a6..0e70238ff 100644 --- a/packages/react-native-session-replay/package.json +++ b/packages/react-native-session-replay/package.json @@ -1,6 +1,6 @@ { "name": "@datadog/mobile-react-native-session-replay", - "version": "2.6.6", + "version": "2.7.0", "description": "A client-side React Native module to enable session replay with Datadog", "keywords": [ "datadog", diff --git a/packages/react-native-webview/package.json b/packages/react-native-webview/package.json index 480d232de..62ed2769d 100644 --- a/packages/react-native-webview/package.json +++ b/packages/react-native-webview/package.json @@ -1,6 +1,6 @@ { "name": "@datadog/mobile-react-native-webview", - "version": "2.6.6", + "version": "2.7.0", "description": "A client-side React Native module to interact with react-native-webview and Datadog", "keywords": [ "datadog", diff --git a/packages/react-navigation/package.json b/packages/react-navigation/package.json index dfae4cd63..0bfe4272b 100644 --- a/packages/react-navigation/package.json +++ b/packages/react-navigation/package.json @@ -1,6 +1,6 @@ { "name": "@datadog/mobile-react-navigation", - "version": "2.6.6", + "version": "2.7.0", "description": "A client-side React Native module to interact with Datadog", "keywords": [ "datadog", @@ -36,7 +36,7 @@ "prepare": "rm -rf lib && yarn bob build" }, "devDependencies": { - "@datadog/mobile-react-native": "^2.6.6", + "@datadog/mobile-react-native": "^2.7.0", "@react-navigation/native-v5": "npm:@react-navigation/native@5.9.8", "@react-navigation/native-v6": "npm:@react-navigation/native@6.1.2", "@react-navigation/stack-v5": "npm:@react-navigation/stack@5.14.2", diff --git a/yarn.lock b/yarn.lock index b491c3e49..da2c1c9ea 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2455,7 +2455,7 @@ __metadata: version: 0.0.0-use.local resolution: "@datadog/mobile-react-native-code-push@workspace:packages/codepush" dependencies: - "@datadog/mobile-react-native": ^2.6.6 + "@datadog/mobile-react-native": ^2.7.0 "@testing-library/react-native": 7.0.2 react-native-builder-bob: 0.26.0 react-native-code-push: 7.1.0 @@ -2471,7 +2471,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.6.6 + "@datadog/mobile-react-native": ^2.7.0 "@testing-library/react-native": 7.0.2 react-native-builder-bob: 0.26.0 react-native-gesture-handler: 1.10.3 @@ -2512,7 +2512,7 @@ __metadata: languageName: unknown linkType: soft -"@datadog/mobile-react-native@^2.6.6, @datadog/mobile-react-native@workspace:packages/core": +"@datadog/mobile-react-native@^2.7.0, @datadog/mobile-react-native@workspace:packages/core": version: 0.0.0-use.local resolution: "@datadog/mobile-react-native@workspace:packages/core" dependencies: @@ -2529,7 +2529,7 @@ __metadata: version: 0.0.0-use.local resolution: "@datadog/mobile-react-navigation@workspace:packages/react-navigation" dependencies: - "@datadog/mobile-react-native": ^2.6.6 + "@datadog/mobile-react-native": ^2.7.0 "@react-navigation/native-v5": "npm:@react-navigation/native@5.9.8" "@react-navigation/native-v6": "npm:@react-navigation/native@6.1.2" "@react-navigation/stack-v5": "npm:@react-navigation/stack@5.14.2"