File tree Expand file tree Collapse file tree 5 files changed +21
-5
lines changed Expand file tree Collapse file tree 5 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 12
12
"packages/store/node-server-sdk-dynamodb" : " 6.2.14" ,
13
13
"packages/store/node-server-sdk-redis" : " 4.2.14" ,
14
14
"packages/shared/sdk-client" : " 1.15.1" ,
15
- "packages/sdk/react-native" : " 10.10.5 " ,
15
+ "packages/sdk/react-native" : " 10.11.0 " ,
16
16
"packages/telemetry/node-server-sdk-otel" : " 1.3.2" ,
17
17
"packages/sdk/browser" : " 0.8.1" ,
18
18
"packages/sdk/server-ai" : " 0.11.4" ,
19
19
"packages/telemetry/browser-telemetry" : " 1.0.11" ,
20
- "packages/tooling/jest" : " 0.1.10 " ,
20
+ "packages/tooling/jest" : " 0.1.11 " ,
21
21
"packages/sdk/combined-browser" : " 0.0.0"
22
22
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 10.11.0] ( https://github.com/launchdarkly/js-core/compare/react-native-client-sdk-v10.10.5...react-native-client-sdk-v10.11.0 ) (2025-09-16)
4
+
5
+
6
+ ### Features
7
+
8
+ * Update react native async local storage to v2. ([ #930 ] ( https://github.com/launchdarkly/js-core/issues/930 ) ) ([ 4888b33] ( https://github.com/launchdarkly/js-core/commit/4888b33f28cedb22426b13a02697b1c25a2711d1 ) )
9
+
3
10
## [ 10.10.5] ( https://github.com/launchdarkly/js-core/compare/react-native-client-sdk-v10.10.4...react-native-client-sdk-v10.10.5 ) (2025-07-23)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @launchdarkly/react-native-client-sdk" ,
3
- "version" : " 10.10.5 " ,
3
+ "version" : " 10.11.0 " ,
4
4
"description" : " React Native LaunchDarkly SDK" ,
5
5
"homepage" : " https://github.com/launchdarkly/js-core/tree/main/packages/sdk/react-native" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.1.11] ( https://github.com/launchdarkly/js-core/compare/jest-v0.1.10...jest-v0.1.11 ) (2025-09-16)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @launchdarkly/react-native-client-sdk bumped from ~ 10.10.5 to ~ 10.11.0
11
+
3
12
## [ 0.1.10] ( https://github.com/launchdarkly/js-core/compare/jest-v0.1.9...jest-v0.1.10 ) (2025-07-23)
4
13
5
14
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @launchdarkly/jest" ,
3
- "version" : " 0.1.10 " ,
3
+ "version" : " 0.1.11 " ,
4
4
"description" : " Easily unit test LaunchDarkly feature flagged components with jest" ,
5
5
"homepage" : " https://github.com/launchdarkly/js-core/tree/main/packages/tooling/jest" ,
6
6
"repository" : {
62
62
"typescript" : " 5.1.6"
63
63
},
64
64
"dependencies" : {
65
- "@launchdarkly/react-native-client-sdk" : " ~10.10.5 " ,
65
+ "@launchdarkly/react-native-client-sdk" : " ~10.11.0 " ,
66
66
"@testing-library/react-hooks" : " ^8.0.1" ,
67
67
"@testing-library/react-native" : " ^12.7.2" ,
68
68
"@types/lodash" : " ^4.17.7" ,
You can’t perform that action at this time.
0 commit comments