Skip to content

Commit 5e32aed

Browse files
authored
chore(main): release launchdarkly-react-client-sdk 3.9.2 (#396)
🤖 I have created a release *beep* *boop* --- ## [3.9.2](launchdarkly-react-client-sdk-v3.9.1...launchdarkly-react-client-sdk-v3.9.2) (2026-05-29) ### Bug Fixes * bump js-client-sdk ([b7e36dc](b7e36dc)) * bump js-client-sdk ([#395](#395)) ([6da483b](6da483b)) --- 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** > Patch release driven by dependency and version/changelog updates with no React SDK source changes in this diff. > > **Overview** > **Release 3.9.2** — automated Release Please bump from **3.9.1** to **3.9.2** in `package.json` and `.release-please-manifest.json`, with a matching **CHANGELOG** entry dated 2026-05-29. > > The release notes attribute the patch to **bug fixes** from bumping **`launchdarkly-js-client-sdk`** (commits linked in the changelog / PR #395). The diff shown here is release metadata only; consumers get the updated underlying JS SDK behavior via that dependency change, not React-specific API changes in these files. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 17ce8f9. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
2 parents 6da483b + 17ce8f9 commit 5e32aed

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
@@ -1,3 +1,3 @@
11
{
2-
".": "3.9.1"
2+
".": "3.9.2"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to the LaunchDarkly Client-side SDK for React will be documented in this file. For the source code for versions 2.13.0 and earlier, see the corresponding tags in the [js-client-sdk](https://github.com/launchdarkly/js-client-sdk) repository; this code was previously in a monorepo package there. See also the [JavaScript SDK changelog](https://github.com/launchdarkly/js-client-sdk/blob/main/CHANGELOG.md), since the React SDK inherits all of the underlying functionality of the JavaScript SDK; this file covers only changes that are specific to the React interface. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [3.9.2](https://github.com/launchdarkly/react-client-sdk/compare/launchdarkly-react-client-sdk-v3.9.1...launchdarkly-react-client-sdk-v3.9.2) (2026-05-29)
6+
7+
8+
### Bug Fixes
9+
10+
* bump js-client-sdk ([b7e36dc](https://github.com/launchdarkly/react-client-sdk/commit/b7e36dc34f77867f6ee93cfb2492bf7b3656704a))
11+
* bump js-client-sdk ([#395](https://github.com/launchdarkly/react-client-sdk/issues/395)) ([6da483b](https://github.com/launchdarkly/react-client-sdk/commit/6da483b96180ff99ccee89d02ed33dbaf76f66ef))
12+
513
## [3.9.1](https://github.com/launchdarkly/react-client-sdk/compare/launchdarkly-react-client-sdk-v3.9.0...launchdarkly-react-client-sdk-v3.9.1) (2026-05-01)
614

715

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "launchdarkly-react-client-sdk",
3-
"version": "3.9.1",
3+
"version": "3.9.2",
44
"description": "LaunchDarkly SDK for React",
55
"author": "LaunchDarkly <team@launchdarkly.com>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)