Skip to content

Commit d00fc7f

Browse files
chore: release main (#536)
🤖 I have created a release *beep* *boop* --- <details><summary>session-replay-react-native: 0.10.0</summary> ## [0.10.0](session-replay-react-native-0.9.0...session-replay-react-native-0.10.0) (2026-05-08) ### Features * **react-native:** add &lt;LDMask&gt; and &lt;LDUnmask&gt; wrapper components ([#535](#535)) ([2b25a7e](2b25a7e)) * **react-native:** drop accessibilityIdentifiers options; mark minimumAlpha iOS-only ([#538](#538)) ([e3c1ba4](e3c1ba4)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk release bookkeeping only: version/manifest bumps and changelog updates, with no implementation code changes in this diff. > > **Overview** > Publishes `@launchdarkly/session-replay-react-native` **v0.10.0** by bumping the version in `package.json` and updating `.release-please-manifest.json`. > > Updates the package `CHANGELOG.md` to include the `0.10.0` release notes (adds `LDMask`/`LDUnmask` wrappers and removes `accessibilityIdentifiers` options / clarifies `minimumAlpha` as iOS-only). > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 72fe58b. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 9381073 commit d00fc7f

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"sdk/@launchdarkly/observability-node": "1.1.1",
77
"sdk/@launchdarkly/observability-python": "1.2.1",
88
"sdk/@launchdarkly/observability-react-native": "0.9.1",
9-
"sdk/@launchdarkly/react-native-ld-session-replay": "0.9.0",
9+
"sdk/@launchdarkly/react-native-ld-session-replay": "0.10.0",
1010
"sdk/@launchdarkly/session-replay": "1.1.8",
1111
"sdk/highlight-run": "10.3.0",
1212
"sdk/@launchdarkly/observability-ruby": "0.2.0"

sdk/@launchdarkly/react-native-ld-session-replay/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.10.0](https://github.com/launchdarkly/observability-sdk/compare/session-replay-react-native-0.9.0...session-replay-react-native-0.10.0) (2026-05-08)
4+
5+
6+
### Features
7+
8+
* **react-native:** add &lt;LDMask&gt; and &lt;LDUnmask&gt; wrapper components ([#535](https://github.com/launchdarkly/observability-sdk/issues/535)) ([2b25a7e](https://github.com/launchdarkly/observability-sdk/commit/2b25a7ee0db223a6770a36f21eac576c5d3ade9f))
9+
* **react-native:** drop accessibilityIdentifiers options; mark minimumAlpha iOS-only ([#538](https://github.com/launchdarkly/observability-sdk/issues/538)) ([e3c1ba4](https://github.com/launchdarkly/observability-sdk/commit/e3c1ba4e793f3b88076a39e711410825b5b29e9b))
10+
311
## [0.9.0](https://github.com/launchdarkly/observability-sdk/compare/session-replay-react-native-0.8.0...session-replay-react-native-0.9.0) (2026-05-06)
412

513

sdk/@launchdarkly/react-native-ld-session-replay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchdarkly/session-replay-react-native",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "session replay for react native",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)