Skip to content

Commit e7228f8

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/types/react-test-renderer-19.0.0
2 parents f53f914 + 090c8db commit e7228f8

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
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.6.0"
2+
".": "3.6.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.6.1](https://github.com/launchdarkly/react-client-sdk/compare/launchdarkly-react-client-sdk-v3.6.0...launchdarkly-react-client-sdk-v3.6.1) (2025-01-30)
6+
7+
8+
### Bug Fixes
9+
10+
* update package.json to support react 19 ([#341](https://github.com/launchdarkly/react-client-sdk/issues/341)) ([2c0fc33](https://github.com/launchdarkly/react-client-sdk/commit/2c0fc335eb22262a37a2dcc049771db0b9f862c4))
11+
512
## [3.6.0](https://github.com/launchdarkly/react-client-sdk/compare/launchdarkly-react-client-sdk-v3.5.0...launchdarkly-react-client-sdk-v3.6.0) (2024-11-01)
613

714

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "launchdarkly-react-client-sdk",
3-
"version": "3.6.0",
3+
"version": "3.6.1",
44
"description": "LaunchDarkly SDK for React",
55
"author": "LaunchDarkly <[email protected]>",
66
"license": "Apache-2.0",
@@ -89,7 +89,7 @@
8989
"lodash.camelcase": "^4.3.0"
9090
},
9191
"peerDependencies": {
92-
"react": "^16.6.3 || ^17.0.0 || ^18.0.0",
93-
"react-dom": "^16.8.4 || ^17.0.0 || ^18.0.0"
92+
"react": "^16.6.3 || ^17.0.0 || ^18.0.0 || ^19.0.0",
93+
"react-dom": "^16.8.4 || ^17.0.0 || ^18.0.0 || ^19.0.0"
9494
}
9595
}

0 commit comments

Comments
 (0)