Skip to content

Commit a172812

Browse files
chore(main): release launchdarkly-react-client-sdk 3.9.0 (#363)
🤖 I have created a release *beep* *boop* --- ## [3.9.0](launchdarkly-react-client-sdk-v3.8.1...launchdarkly-react-client-sdk-v3.9.0) (2025-09-30) ### Features * Add experimental debug override functionality. ([63dd495](63dd495)) * Add experimental debug override functionality. ([4c4f3a3](4c4f3a3)) * Add experimental debug override functionality. ([#362](#362)) ([63dd495](63dd495)) ### Bug Fixes * Fix a race condition when handling multiple flag updates. ([#365](#365)) ([8d46bbd](8d46bbd)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8d46bbd commit a172812

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.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.8.1"
2+
".": "3.9.0"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.0](https://github.com/launchdarkly/react-client-sdk/compare/launchdarkly-react-client-sdk-v3.8.1...launchdarkly-react-client-sdk-v3.9.0) (2025-09-30)
6+
7+
8+
### Features
9+
10+
* Add experimental debug override functionality. ([63dd495](https://github.com/launchdarkly/react-client-sdk/commit/63dd495f9e393daf24597f9806b7b8ef010a434c))
11+
* Add experimental debug override functionality. ([4c4f3a3](https://github.com/launchdarkly/react-client-sdk/commit/4c4f3a3b9c62f715f5ec57bac25245a2b5a3a2f2))
12+
* Add experimental debug override functionality. ([#362](https://github.com/launchdarkly/react-client-sdk/issues/362)) ([63dd495](https://github.com/launchdarkly/react-client-sdk/commit/63dd495f9e393daf24597f9806b7b8ef010a434c))
13+
14+
15+
### Bug Fixes
16+
17+
* Fix a race condition when handling multiple flag updates. ([#365](https://github.com/launchdarkly/react-client-sdk/issues/365)) ([8d46bbd](https://github.com/launchdarkly/react-client-sdk/commit/8d46bbdda97ec045ea132fd997ad50a3a840338c))
18+
519
## [3.8.1](https://github.com/launchdarkly/react-client-sdk/compare/launchdarkly-react-client-sdk-v3.8.0...launchdarkly-react-client-sdk-v3.8.1) (2025-05-30)
620

721

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.8.1",
3+
"version": "3.9.0",
44
"description": "LaunchDarkly SDK for React",
55
"author": "LaunchDarkly <team@launchdarkly.com>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)