Skip to content

Commit b55620e

Browse files
author
LaunchDarklyReleaseBot
committedDec 11, 2023
Releasing version 3.0.10
1 parent 131762d commit b55620e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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.0.10] - 2023-12-11
6+
### Fixed:
7+
- Added deferred initialization example.
8+
- Fixes #228. Bumped js sdk dependency.
9+
510
## [3.0.9] - 2023-08-21
611
### Fixed:
712
- Types from the js client sdk are now re-exported in the react sdk there's no need to separately install the js sdk just for types.

‎package.json

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

0 commit comments

Comments
 (0)