-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(main): release launchdarkly-react-client-sdk 3.6.0 (#324)
🤖 I have created a release *beep* *boop* --- ## [3.6.0](launchdarkly-react-client-sdk-v3.5.0...launchdarkly-react-client-sdk-v3.6.0) (2024-11-01) ### Features * Support for providing custom contexts ([#313](#313)) ([a8b52f4](a8b52f4)) * **typescript:** export the LDProps interface for access in application code ([#321](#321)) ([7a084c5](7a084c5)) --- 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> Co-authored-by: Ryan Lamb <[email protected]>
- Loading branch information
1 parent
3ebc496
commit ca6ebce
Showing
3 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "3.5.0" | ||
".": "3.6.0" | ||
} |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "launchdarkly-react-client-sdk", | ||
"version": "3.5.0", | ||
"version": "3.6.0", | ||
"description": "LaunchDarkly SDK for React", | ||
"author": "LaunchDarkly <[email protected]>", | ||
"license": "Apache-2.0", | ||
|