[RELEASE] React Native SDK v2.14.8#1295
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Prepares the React Native SDK v2.14.8 release by bumping package versions and updating the various release artifacts/lockfiles so that the monorepo and example apps reference the new version consistently.
Changes:
- Bump versions from 2.14.7 → 2.14.8 across Lerna, core/package packages, and workspace references (including
yarn.lock). - Update release packaging manifests (
release-content.txt) to match the contents expected for publishing. - Update iOS CocoaPods lockfiles in example/benchmark apps and refresh the native SDK version matrix entry.
Reviewed changes
Copilot reviewed 20 out of 24 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| yarn.lock | Updates workspace dependency references to 2.14.8. |
| lerna.json | Bumps monorepo version to 2.14.8. |
| packages/core/package.json | Bumps core package version to 2.14.8. |
| packages/core/src/version.ts | Updates exported SDK version constant to 2.14.8. |
| packages/core/ios/Sources/SdkVersion.swift | Updates iOS bridge SDK version string to 2.14.8. |
| packages/core/android/src/main/kotlin/com/datadog/reactnative/SdkVersion.kt | Updates Android bridge SDK version string to 2.14.8. |
| packages/core/release-content.txt | Updates publish manifest file list for the core package release. |
| packages/codepush/package.json | Bumps package version and workspace devDependency to 2.14.8. |
| packages/react-native-navigation/package.json | Bumps package version and devDependency to 2.14.8. |
| packages/react-native-navigation/release-content.txt | Updates publish manifest file list for release contents. |
| packages/react-navigation/package.json | Bumps package version and devDependency to 2.14.8. |
| packages/react-navigation/release-content.txt | Updates publish manifest file list for release contents. |
| packages/react-native-apollo-client/package.json | Bumps package version to 2.14.8. |
| packages/react-native-apollo-client/release-content.txt | Updates publish manifest file list for release contents. |
| packages/react-native-babel-plugin/package.json | Bumps package version to 2.14.8. |
| packages/react-native-babel-plugin/release-content.txt | Updates publish manifest file list for release contents. |
| packages/react-native-session-replay/package.json | Bumps package version to 2.14.8. |
| packages/react-native-session-replay/release-content.txt | Updates publish manifest file list for release contents. |
| packages/react-native-webview/package.json | Bumps package version to 2.14.8. |
| packages/internal-testing-tools/package.json | Bumps internal testing tools package version to 2.14.8. |
| NATIVE_SDK_VERSIONS.md | Adds the 2.14.8 row mapping to iOS/Android native SDK versions. |
| example/ios/Podfile.lock | Updates local pod versions/checksums to reflect 2.14.8. |
| example-new-architecture/ios/Podfile.lock | Updates local pod versions/checksums to reflect 2.14.8. |
| benchmarks/ios/Podfile.lock | Updates local pod versions/checksums to reflect 2.14.8. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
marco-saia-datadog
approved these changes
Jun 1, 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 v2.14.8 release which includes a few important fixes.
What's Changed
Full Changelog: 2.14.7...2.14.8