Bump to version 3.7.0 - #1395
Merged
Merged
Conversation
sbarrio
requested review from
leoromanovsky and
sameerank
and removed request for
a team
September 3, 2026 08:48
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The changes are limited to consistent version bumps and lockfile/doc updates with no functional code-path modifications beyond version constants.
Pull request overview
Prepares the v3.7.0 release of dd-sdk-reactnative by bumping the monorepo package versions and updating the example/benchmark lockfiles and native SDK version mapping to reflect the included iOS/Android SDK updates.
Changes:
- Bump package versions across the monorepo from
3.6.0→3.7.0(including generated runtime/native version constants). - Update workspace dependency references in
yarn.lockto point toworkspace:3.7.0. - Refresh iOS
Podfile.lockfiles for the example apps/benchmarks and updateNATIVE_SDK_VERSIONS.mdwith the new version row.
File summaries
| File | Description |
|---|---|
| yarn.lock | Updates workspace dependency references to @datadog/mobile-react-native 3.7.0. |
| packages/react-navigation/package.json | Bumps package version and devDependency on core to ^3.7.0. |
| packages/react-native-webview/package.json | Bumps package version to 3.7.0. |
| packages/react-native-session-replay/package.json | Bumps package version to 3.7.0. |
| packages/react-native-openfeature/package.json | Bumps package version and devDependency on core to ^3.7.0. |
| packages/react-native-navigation/package.json | Bumps package version and devDependency on core to ^3.7.0. |
| packages/react-native-babel-plugin/package.json | Bumps package version to 3.7.0. |
| packages/react-native-apollo-client/package.json | Bumps package version to 3.7.0. |
| packages/internal-testing-tools/package.json | Bumps package version to 3.7.0. |
| packages/core/src/version.ts | Updates generated JS/TS SDK version constant to 3.7.0. |
| packages/core/package.json | Bumps core package version to 3.7.0. |
| packages/core/ios/Sources/SdkVersion.swift | Updates iOS native SDK version constant to 3.7.0. |
| packages/core/android/src/main/kotlin/com/datadog/reactnative/SdkVersion.kt | Updates Android native SDK version constant to 3.7.0. |
| packages/codepush/package.json | Bumps package version and workspace devDependency on core to workspace:3.7.0. |
| NATIVE_SDK_VERSIONS.md | Adds the 3.7.0 row mapping to iOS 3.16.0 / Android 3.13.1. |
| lerna.json | Bumps the Lerna-managed version to 3.7.0. |
| example/ios/Podfile.lock | Updates locked DatadogSDKReactNative* pod versions to 3.7.0 and associated checksums. |
| example-new-architecture/ios/Podfile.lock | Updates locked DatadogSDKReactNative pod version to 3.7.0 and associated checksums. |
| benchmarks/ios/Podfile.lock | Updates locked DatadogSDKReactNative* pod versions to 3.7.0 and associated checksums. |
Review details
- Files reviewed: 15/19 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
marco-saia-datadog
approved these changes
Sep 3, 2026
cdn34dd
approved these changes
Sep 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Prepares the v3.7.0 release.
What's Changed
Review checklist (to be filled by reviewers)