Skip to content

Commit f942732

Browse files
chore: release main
1 parent 9c131a2 commit f942732

8 files changed

Lines changed: 24 additions & 8 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"packages/sdk/combined-browser": "0.1.25",
1010
"packages/sdk/fastly": "0.2.14",
1111
"packages/sdk/node-client": "0.0.2",
12-
"packages/sdk/react-native": "10.18.0",
12+
"packages/sdk/react-native": "10.18.1",
1313
"packages/sdk/server-ai": "1.0.1",
1414
"packages/sdk/server-node": "9.11.1",
1515
"packages/sdk/vercel": "1.3.47",
@@ -22,7 +22,7 @@
2222
"packages/store/node-server-sdk-dynamodb": "6.2.29",
2323
"packages/store/node-server-sdk-redis": "4.2.28",
2424
"packages/telemetry/node-server-sdk-otel": "1.3.16",
25-
"packages/tooling/jest": "1.0.20",
25+
"packages/tooling/jest": "1.0.21",
2626
"packages/sdk/shopify-oxygen": "0.1.12",
2727
"packages/sdk/react": "4.1.0",
2828
"packages/sdk/openfeature-node-server": "1.2.2"

packages/sdk/react-native/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [10.18.1](https://github.com/launchdarkly/js-core/compare/react-native-client-sdk-v10.18.0...react-native-client-sdk-v10.18.1) (2026-06-05)
4+
5+
6+
### Bug Fixes
7+
8+
* Honor urlBuilder on React Native EventSource reconnect ([#1420](https://github.com/launchdarkly/js-core/issues/1420)) ([93bd3f8](https://github.com/launchdarkly/js-core/commit/93bd3f84d1c824fe1bea94f7760c586349c3dc3e))
9+
310
## [10.18.0](https://github.com/launchdarkly/js-core/compare/react-native-client-sdk-v10.17.8...react-native-client-sdk-v10.18.0) (2026-06-04)
411

512

packages/sdk/react-native/example-fdv2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"web": "expo start --web --clear"
1111
},
1212
"dependencies": {
13-
"@launchdarkly/react-native-client-sdk": "10.18.0",
13+
"@launchdarkly/react-native-client-sdk": "10.18.1",
1414
"@react-native-async-storage/async-storage": "^2.0.0",
1515
"expo": "52.0.14",
1616
"expo-status-bar": "~1.11.1",

packages/sdk/react-native/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"test": "./build-run-detox.sh"
2323
},
2424
"dependencies": {
25-
"@launchdarkly/react-native-client-sdk": "10.18.0",
25+
"@launchdarkly/react-native-client-sdk": "10.18.1",
2626
"@react-native-async-storage/async-storage": "^2.0.0",
2727
"expo": "52.0.14",
2828
"expo-status-bar": "~1.11.1",

packages/sdk/react-native/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-native-client-sdk",
3-
"version": "10.18.0",
3+
"version": "10.18.1",
44
"description": "React Native LaunchDarkly SDK",
55
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/react-native",
66
"repository": {

packages/sdk/react-native/src/platform/PlatformInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { Info, LDLogger, PlatformData, SdkData } from '@launchdarkly/js-cli
33
import { ldApplication, ldDevice } from './autoEnv';
44

55
const sdkName = '@launchdarkly/react-native-client-sdk';
6-
const sdkVersion = '10.18.0'; // x-release-please-version
6+
const sdkVersion = '10.18.1'; // x-release-please-version
77

88
export default class PlatformInfo implements Info {
99
constructor(

packages/tooling/jest/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.0.21](https://github.com/launchdarkly/js-core/compare/jest-v1.0.20...jest-v1.0.21) (2026-06-05)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @launchdarkly/react-native-client-sdk bumped from ~10.18.0 to ~10.18.1
11+
312
## [1.0.20](https://github.com/launchdarkly/js-core/compare/jest-v1.0.19...jest-v1.0.20) (2026-06-04)
413

514

packages/tooling/jest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchdarkly/jest",
3-
"version": "1.0.20",
3+
"version": "1.0.21",
44
"description": "Easily unit test LaunchDarkly feature flagged components with jest",
55
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/tooling/jest",
66
"repository": {
@@ -56,7 +56,7 @@
5656
"typescript-eslint": "^8.0.0"
5757
},
5858
"dependencies": {
59-
"@launchdarkly/react-native-client-sdk": "~10.18.0",
59+
"@launchdarkly/react-native-client-sdk": "~10.18.1",
6060
"@testing-library/react-hooks": "^8.0.1",
6161
"@testing-library/react-native": "^12.7.2",
6262
"@types/lodash": "^4.17.7",

0 commit comments

Comments
 (0)