diff --git a/NATIVE_SDK_VERSIONS.md b/NATIVE_SDK_VERSIONS.md index 5a12ba886..7ca952e1a 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.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 | | 2.6.3 | 2.22.0 | 2.17.0 | diff --git a/example-new-architecture/ios/Podfile.lock b/example-new-architecture/ios/Podfile.lock index 8017c187b..0a66e0fe7 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.5): + - DatadogSDKReactNative (2.6.6): - 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: c02623831952270c637b9a9d7856ce781b47bfd4 + DatadogSDKReactNative: 62527e877834b7ba2f429bb35c98a601f319cc84 DatadogTrace: 4e1aac322eafd8568fd4a966b02e58fbb5af0612 DatadogWebViewTracking: 3b2465b5a5bf10f187807e490678a2e0a3c2daae DoubleConversion: 76ab83afb40bddeeee456813d9c04f67f78771b5 diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index c9b729fae..ace3d781a 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.5): + - DatadogSDKReactNative (2.6.6): - 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.5): + - DatadogSDKReactNative/Tests (2.6.6): - 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.5): + - DatadogSDKReactNativeSessionReplay (2.6.6): - DatadogSDKReactNative - DatadogSessionReplay (~> 2.25.0) - React-Core - - DatadogSDKReactNativeSessionReplay/Tests (2.6.5): + - DatadogSDKReactNativeSessionReplay/Tests (2.6.6): - DatadogSDKReactNative - DatadogSessionReplay (~> 2.25.0) - React-Core - React-RCTText - - DatadogSDKReactNativeWebView (2.6.5): + - DatadogSDKReactNativeWebView (2.6.6): - DatadogInternal (~> 2.25.0) - DatadogSDKReactNative - DatadogWebViewTracking (~> 2.25.0) - React-Core - - DatadogSDKReactNativeWebView/Tests (2.6.5): + - DatadogSDKReactNativeWebView/Tests (2.6.6): - DatadogInternal (~> 2.25.0) - DatadogSDKReactNative - DatadogWebViewTracking (~> 2.25.0) @@ -1893,9 +1893,9 @@ SPEC CHECKSUMS: DatadogInternal: e9b6cef84448ee32f73bc9b37646708a65c1b8ae DatadogLogs: 623d89158ef3a4a7545a8fbce9afa4cedc576324 DatadogRUM: ff0661b42124d90c9ff2538c3cc1b806ddf7620c - DatadogSDKReactNative: c642f44116bedac18b0041b6c83eacefcbcbc990 - DatadogSDKReactNativeSessionReplay: 2c5e4b1d524f3e9793dd104b97cf5eb73ee7baab - DatadogSDKReactNativeWebView: 8ca78d3460be92959ce691c17995850710282baa + DatadogSDKReactNative: bd9118e2dcea9c408906f6ae62ddf7f906abdc1f + DatadogSDKReactNativeSessionReplay: 261b0ef6ba318dd0d03089a4c6e492ef6f380d16 + DatadogSDKReactNativeWebView: ee244ebde9a5906b8de2ff21fdef7196c9598be7 DatadogSessionReplay: 857b566583a7866869d944eb9929dd655fbd8b01 DatadogTrace: 4e1aac322eafd8568fd4a966b02e58fbb5af0612 DatadogWebViewTracking: 3b2465b5a5bf10f187807e490678a2e0a3c2daae diff --git a/lerna.json b/lerna.json index a92b7a9fb..40583c4af 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "npmClient": "yarn", - "version": "2.6.5", + "version": "2.6.6", "packages": [ "packages/*" ], diff --git a/packages/codepush/package.json b/packages/codepush/package.json index 73d325581..4a17505e2 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.5", + "version": "2.6.6", "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.5", + "@datadog/mobile-react-native": "^2.6.6", "@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 adb548847..97e086be3 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.5" +internal const val SDK_VERSION = "2.6.6" diff --git a/packages/core/ios/Sources/SdkVersion.swift b/packages/core/ios/Sources/SdkVersion.swift index 4a6ff7855..cf536d798 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.5" +let SdkVersion = "2.6.6" diff --git a/packages/core/package.json b/packages/core/package.json index dc93cf336..93c276b8e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@datadog/mobile-react-native", - "version": "2.6.5", + "version": "2.6.6", "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 d7fea948c..04f301419 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.5'; +export const version = '2.6.6'; diff --git a/packages/internal-testing-tools/package.json b/packages/internal-testing-tools/package.json index 8f86b3d86..4db44d1d0 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.5", + "version": "2.6.6", "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 88f9cd693..5cc4d1122 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.5", + "version": "2.6.6", "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 9910a6b64..9f95f2734 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.5", + "version": "2.6.6", "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.5", + "@datadog/mobile-react-native": "^2.6.6", "@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 dedc9ac29..59dc8f7a6 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.5", + "version": "2.6.6", "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 7bc2ab78e..480d232de 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.5", + "version": "2.6.6", "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 7261f63e1..dfae4cd63 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.5", + "version": "2.6.6", "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.5", + "@datadog/mobile-react-native": "^2.6.6", "@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 cbf22868b..b491c3e49 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.5 + "@datadog/mobile-react-native": ^2.6.6 "@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.5 + "@datadog/mobile-react-native": ^2.6.6 "@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.5, @datadog/mobile-react-native@workspace:packages/core": +"@datadog/mobile-react-native@^2.6.6, @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.5 + "@datadog/mobile-react-native": ^2.6.6 "@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"