[RELEASE] React Native SDK v3.5.0#1289
Open
cdn34dd wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
Prepares the React Native SDK monorepo for the v3.5.0 release by bumping package versions and aligning example/benchmark lockfiles and release metadata.
Changes:
- Bumped all workspace package versions from
3.4.0to3.5.0(includinglerna.jsonand generated SDK version constants). - Updated workspace dependency constraints in
yarn.lockand package devDependencies to reference3.5.0. - Refreshed iOS
Podfile.lockfiles for examples/benchmarks and updated release metadata/docs (native SDK version matrix, release content list).
Reviewed changes
Copilot reviewed 16 out of 20 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| yarn.lock | Updates workspace dependency references to @datadog/mobile-react-native@3.5.0. |
| packages/react-navigation/package.json | Bumps package version to 3.5.0 and updates devDependency on core to ^3.5.0. |
| packages/react-native-webview/package.json | Bumps package version to 3.5.0. |
| packages/react-native-session-replay/package.json | Bumps package version to 3.5.0. |
| packages/react-native-openfeature/package.json | Bumps package version to 3.5.0 and updates devDependency on core to ^3.5.0. |
| packages/react-native-navigation/package.json | Bumps package version to 3.5.0 and updates devDependency on core to ^3.5.0. |
| packages/react-native-babel-plugin/package.json | Bumps package version to 3.5.0. |
| packages/react-native-apollo-client/package.json | Bumps package version to 3.5.0. |
| packages/internal-testing-tools/package.json | Bumps internal tools package version to 3.5.0. |
| packages/core/src/version.ts | Updates generated JS/TS SDK version constant to 3.5.0. |
| packages/core/release-content.txt | Adds newly-included Android source/test files to the release content manifest. |
| packages/core/package.json | Bumps core package version to 3.5.0. |
| packages/core/ios/Sources/SdkVersion.swift | Updates iOS bridge version constant to 3.5.0. |
| packages/core/android/src/main/kotlin/com/datadog/reactnative/SdkVersion.kt | Updates Android bridge version constant to 3.5.0. |
| packages/codepush/package.json | Bumps package version to 3.5.0 and updates workspace devDependency on core to workspace:3.5.0. |
| NATIVE_SDK_VERSIONS.md | Adds a new 3.5.0 row for native iOS/Android SDK versions. |
| lerna.json | Bumps monorepo version to 3.5.0. |
| example/ios/Podfile.lock | Updates example iOS lockfile to DatadogSDKReactNative (3.5.0) and related checksums. |
| example-new-architecture/ios/Podfile.lock | Updates new-architecture example iOS lockfile to DatadogSDKReactNative (3.5.0) and related checksums. |
| benchmarks/ios/Podfile.lock | Updates benchmarks iOS lockfile to DatadogSDKReactNative (3.5.0) and related checksums. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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 v3.5.0 release.
What's Changed
Full Changelog: 3.4.0...carlosnogueira/release-v3.5.0
Review checklist (to be filled by reviewers)