Skip to content

Commit ed6fc16

Browse files
chore: release main
1 parent 6b3a100 commit ed6fc16

File tree

18 files changed

+103
-23
lines changed

18 files changed

+103
-23
lines changed

.release-please-manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@
44
"packages/ai-providers/server-ai-vercel": "0.5.3",
55
"packages/sdk/akamai-base": "3.0.18",
66
"packages/sdk/akamai-edgekv": "1.4.20",
7-
"packages/sdk/browser": "4.4.1",
7+
"packages/sdk/browser": "4.5.0",
88
"packages/sdk/cloudflare": "2.7.17",
9-
"packages/sdk/combined-browser": "0.1.13",
9+
"packages/sdk/combined-browser": "0.1.14",
1010
"packages/sdk/fastly": "0.2.9",
11-
"packages/sdk/react-native": "10.15.1",
11+
"packages/sdk/react-native": "10.15.2",
1212
"packages/sdk/server-ai": "0.16.7",
1313
"packages/sdk/server-node": "9.10.10",
1414
"packages/sdk/vercel": "1.3.42",
1515
"packages/shared/akamai-edgeworker-sdk": "2.0.17",
1616
"packages/shared/common": "2.24.0",
17-
"packages/shared/sdk-client": "1.23.0",
17+
"packages/shared/sdk-client": "1.24.0",
1818
"packages/shared/sdk-server": "2.18.3",
1919
"packages/shared/sdk-server-edge": "2.6.16",
2020
"packages/store/node-server-sdk-dynamodb": "6.2.22",
2121
"packages/store/node-server-sdk-redis": "4.2.22",
22-
"packages/telemetry/browser-telemetry": "1.0.29",
22+
"packages/telemetry/browser-telemetry": "1.0.30",
2323
"packages/telemetry/node-server-sdk-otel": "1.3.10",
24-
"packages/tooling/jest": "1.0.8",
24+
"packages/tooling/jest": "1.0.9",
2525
"packages/sdk/shopify-oxygen": "0.1.7",
26-
"packages/sdk/react": "0.1.1"
26+
"packages/sdk/react": "0.2.0"
2727
}

packages/sdk/browser/CHANGELOG.md

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

3+
## [4.5.0](https://github.com/launchdarkly/js-core/compare/js-client-sdk-v4.4.1...js-client-sdk-v4.5.0) (2026-03-27)
4+
5+
6+
### Features
7+
8+
* FDv2 contract test wiring, suppressions, and example app, cleanup configuration exports. ([#1225](https://github.com/launchdarkly/js-core/issues/1225)) ([c67c5f6](https://github.com/launchdarkly/js-core/commit/c67c5f65f92e39d2e311b26d025a4b90112f2e4f))
9+
* wire FDv2 data manager into BrowserClient ([#1222](https://github.com/launchdarkly/js-core/issues/1222)) ([0b855f0](https://github.com/launchdarkly/js-core/commit/0b855f0be6ad5fd086f293603d7880992d41452e))
10+
11+
12+
### Dependencies
13+
14+
* The following workspace dependencies were updated
15+
* dependencies
16+
* @launchdarkly/js-client-sdk-common bumped from 1.23.0 to 1.24.0
17+
318
## [4.4.1](https://github.com/launchdarkly/js-core/compare/js-client-sdk-v4.4.0...js-client-sdk-v4.4.1) (2026-03-23)
419

520

packages/sdk/browser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchdarkly/js-client-sdk",
3-
"version": "4.4.1",
3+
"version": "4.5.0",
44
"description": "LaunchDarkly SDK for JavaScript in Browsers",
55
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/browser",
66
"repository": {
@@ -45,7 +45,7 @@
4545
"check": "yarn prettier && yarn lint && yarn build && yarn test"
4646
},
4747
"dependencies": {
48-
"@launchdarkly/js-client-sdk-common": "1.23.0"
48+
"@launchdarkly/js-client-sdk-common": "1.24.0"
4949
},
5050
"devDependencies": {
5151
"@jest/globals": "^29.7.0",

packages/sdk/browser/src/platform/BrowserInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default class BrowserInfo implements Info {
1212
sdkData(): SdkData {
1313
const data: SdkData = {
1414
name: '@launchdarkly/js-client-sdk',
15-
version: '4.4.1', // x-release-please-version
15+
version: '4.5.0', // x-release-please-version
1616
userAgentBase: 'JSClient',
1717
};
1818

packages/sdk/combined-browser/CHANGELOG.md

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

3+
## [0.1.14](https://github.com/launchdarkly/js-core/compare/browser-v0.1.13...browser-v0.1.14) (2026-03-27)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @launchdarkly/js-client-sdk bumped from 4.4.1 to 4.5.0
11+
312
## [0.1.13](https://github.com/launchdarkly/js-core/compare/browser-v0.1.12...browser-v0.1.13) (2026-03-23)
413

514

packages/sdk/combined-browser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchdarkly/browser",
3-
"version": "0.1.13",
3+
"version": "0.1.14",
44
"description": "LaunchDarkly SDK for JavaScript in Browsers with Observability",
55
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/combined-browser",
66
"repository": {
@@ -45,7 +45,7 @@
4545
"check": "yarn prettier && yarn lint && yarn build && yarn test"
4646
},
4747
"dependencies": {
48-
"@launchdarkly/js-client-sdk": "4.4.1",
48+
"@launchdarkly/js-client-sdk": "4.5.0",
4949
"@launchdarkly/observability": "0.2.0",
5050
"@launchdarkly/session-replay": "0.2.0"
5151
},

packages/sdk/react-native/CHANGELOG.md

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

3+
## [10.15.2](https://github.com/launchdarkly/js-core/compare/react-native-client-sdk-v10.15.1...react-native-client-sdk-v10.15.2) (2026-03-27)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @launchdarkly/js-client-sdk-common bumped from 1.23.0 to 1.24.0
11+
312
## [10.15.1](https://github.com/launchdarkly/js-core/compare/react-native-client-sdk-v10.15.0...react-native-client-sdk-v10.15.1) (2026-03-23)
413

514

packages/sdk/react-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchdarkly/react-native-client-sdk",
3-
"version": "10.15.1",
3+
"version": "10.15.2",
44
"description": "React Native LaunchDarkly SDK",
55
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/react-native",
66
"repository": {
@@ -41,7 +41,7 @@
4141
"react-native": "*"
4242
},
4343
"dependencies": {
44-
"@launchdarkly/js-client-sdk-common": "1.23.0",
44+
"@launchdarkly/js-client-sdk-common": "1.24.0",
4545
"@react-native-async-storage/async-storage": "^2.0.0",
4646
"base64-js": "^1.5.1"
4747
},

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.15.1'; // x-release-please-version
6+
const sdkVersion = '10.15.2'; // x-release-please-version
77

88
export default class PlatformInfo implements Info {
99
constructor(

packages/sdk/react/CHANGELOG.md

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

3+
## [0.2.0](https://github.com/launchdarkly/js-core/compare/react-sdk-v0.1.1...react-sdk-v0.2.0) (2026-03-27)
4+
5+
6+
### Features
7+
8+
* support static client component rendering ([#1227](https://github.com/launchdarkly/js-core/issues/1227)) ([6b3a100](https://github.com/launchdarkly/js-core/commit/6b3a1001844cdeccb378a402283673bf35760369))
9+
10+
11+
### Bug Fixes
12+
13+
* adding wrapper name for react client ([#1199](https://github.com/launchdarkly/js-core/issues/1199)) ([f92a8f9](https://github.com/launchdarkly/js-core/commit/f92a8f9d9b7f15c344745be13ce16d6a03a0c126))
14+
* **react-sdk:** double evaluation on client side init ([#1229](https://github.com/launchdarkly/js-core/issues/1229)) ([6a4c42f](https://github.com/launchdarkly/js-core/commit/6a4c42f1bc2e73efa16b1317d10dbc6026d53628))
15+
16+
17+
### Dependencies
18+
19+
* The following workspace dependencies were updated
20+
* dependencies
21+
* @launchdarkly/js-client-sdk bumped from ^4.4.1 to ^4.5.0
22+
323
## [0.1.1](https://github.com/launchdarkly/js-core/compare/react-sdk-v0.1.0...react-sdk-v0.1.1) (2026-03-24)
424

525

0 commit comments

Comments
 (0)