Skip to content

Commit

Permalink
Bump to version 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-saia-datadog committed Jul 29, 2024
1 parent 1656ad3 commit a78ea1a
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.14.1)
- DatadogRUM (2.14.1):
- DatadogInternal (= 2.14.1)
- DatadogSDKReactNative (2.4.2):
- DatadogSDKReactNative (2.4.3):
- DatadogCore (~> 2.14.1)
- DatadogCrashReporting (~> 2.14.1)
- DatadogLogs (~> 2.14.1)
Expand Down Expand Up @@ -1416,7 +1416,7 @@ SPEC CHECKSUMS:
DatadogInternal: 9d326664fe7aaef4c159aaf19a32cd2675b4c5fe
DatadogLogs: d97eff8fba4541fad3bfaa8e8bcf8a272d246537
DatadogRUM: 2c4d698619557aad6bf031178a046a70799b561d
DatadogSDKReactNative: f96a93e58991d0afb50aea458ba1f18fe087faef
DatadogSDKReactNative: be9efb51d5d32717b0c3d0926303e45da73a4e82
DatadogTrace: 18adb831078595a21210fdb7aad1db379e90dac1
DatadogWebViewTracking: 5306fb6a663df6c1579c2eacf95c95d05735bb18
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.14.1)
- DatadogRUM (2.14.1):
- DatadogInternal (= 2.14.1)
- DatadogSDKReactNative (2.4.2):
- DatadogSDKReactNative (2.4.3):
- DatadogCore (~> 2.14.1)
- DatadogCrashReporting (~> 2.14.1)
- DatadogLogs (~> 2.14.1)
- DatadogRUM (~> 2.14.1)
- DatadogTrace (~> 2.14.1)
- DatadogWebViewTracking (~> 2.14.1)
- React-Core
- DatadogSDKReactNative/Tests (2.4.2):
- DatadogSDKReactNative/Tests (2.4.3):
- DatadogCore (~> 2.14.1)
- DatadogCrashReporting (~> 2.14.1)
- DatadogLogs (~> 2.14.1)
- DatadogRUM (~> 2.14.1)
- DatadogTrace (~> 2.14.1)
- DatadogWebViewTracking (~> 2.14.1)
- React-Core
- DatadogSDKReactNativeSessionReplay (2.4.2-alpha.0):
- DatadogSDKReactNativeSessionReplay (2.4.3-alpha.0):
- DatadogSDKReactNative
- DatadogSessionReplay (~> 2.14.1)
- React-Core
- DatadogSDKReactNativeSessionReplay/Tests (2.4.2-alpha.0):
- DatadogSDKReactNativeSessionReplay/Tests (2.4.3-alpha.0):
- DatadogSDKReactNative
- DatadogSessionReplay (~> 2.14.1)
- React-Core
Expand Down Expand Up @@ -1331,8 +1331,8 @@ SPEC CHECKSUMS:
DatadogInternal: 9d326664fe7aaef4c159aaf19a32cd2675b4c5fe
DatadogLogs: d97eff8fba4541fad3bfaa8e8bcf8a272d246537
DatadogRUM: 2c4d698619557aad6bf031178a046a70799b561d
DatadogSDKReactNative: f403f190a392abd1ed7cdfe90c424c46f7aae250
DatadogSDKReactNativeSessionReplay: 7251012dd10d7a65fcf88a752b0da9ed28be1890
DatadogSDKReactNative: f418f95923dc78ad7b4dcd1710804f1672d8abfa
DatadogSDKReactNativeSessionReplay: 5120a9df176bc6cf49d33237e078d99c8b1c3b24
DatadogSessionReplay: 1a9597ff672b32a2b7cb1bed24fa29a584386807
DatadogTrace: 18adb831078595a21210fdb7aad1db379e90dac1
DatadogWebViewTracking: 5306fb6a663df6c1579c2eacf95c95d05735bb18
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.4.2",
"version": "2.4.3",
"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.4.2",
"version": "2.4.3",
"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.4.2",
"@datadog/mobile-react-native": "^2.4.3",
"@testing-library/react-native": "7.0.2",
"react-native-builder-bob": "0.26.0",
"react-native-code-push": "7.1.0"
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.4.2"
internal const val SDK_VERSION = "2.4.3"
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.4.2"
let SdkVersion = "2.4.3"
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.4.2",
"version": "2.4.3",
"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.4.2';
export const version = '2.4.3';
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.4.2",
"version": "2.4.3",
"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.4.2",
"version": "2.4.3",
"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.4.2",
"version": "2.4.3",
"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.4.2",
"@datadog/mobile-react-native": "^2.4.3",
"@testing-library/react-native": "7.0.2",
"react-native-builder-bob": "0.26.0",
"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.4.2-alpha.0",
"version": "2.4.3-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.4.2",
"version": "2.4.3",
"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.4.2",
"version": "2.4.3",
"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.4.2",
"@datadog/mobile-react-native": "^2.4.3",
"@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 @@ -2572,7 +2572,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@datadog/mobile-react-native-code-push@workspace:packages/codepush"
dependencies:
"@datadog/mobile-react-native": ^2.4.2
"@datadog/mobile-react-native": ^2.4.3
"@testing-library/react-native": 7.0.2
react-native-builder-bob: 0.26.0
react-native-code-push: 7.1.0
Expand All @@ -2588,7 +2588,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.4.2
"@datadog/mobile-react-native": ^2.4.3
"@testing-library/react-native": 7.0.2
react-native-builder-bob: 0.26.0
react-native-gesture-handler: 1.10.3
Expand Down Expand Up @@ -2628,7 +2628,7 @@ __metadata:
languageName: unknown
linkType: soft

"@datadog/mobile-react-native@^2.4.2, @datadog/mobile-react-native@workspace:packages/core":
"@datadog/mobile-react-native@^2.4.3, @datadog/mobile-react-native@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@datadog/mobile-react-native@workspace:packages/core"
dependencies:
Expand All @@ -2644,7 +2644,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@datadog/mobile-react-navigation@workspace:packages/react-navigation"
dependencies:
"@datadog/mobile-react-native": ^2.4.2
"@datadog/mobile-react-native": ^2.4.3
"@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 a78ea1a

Please sign in to comment.