Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@
"packages/ai-providers/server-ai-vercel": "0.7.1",
"packages/sdk/akamai-base": "3.0.23",
"packages/sdk/akamai-edgekv": "1.4.25",
"packages/sdk/browser": "4.7.3",
"packages/sdk/browser": "4.8.0",
"packages/sdk/cloudflare": "2.7.24",
"packages/sdk/combined-browser": "0.1.24",
"packages/sdk/combined-browser": "0.1.25",
"packages/sdk/fastly": "0.2.14",
"packages/sdk/node-client": "0.0.1",
"packages/sdk/react-native": "10.17.7",
"packages/sdk/node-client": "0.0.2",
"packages/sdk/react-native": "10.17.8",
"packages/sdk/server-ai": "1.0.1",
"packages/sdk/server-node": "9.11.1",
"packages/sdk/vercel": "1.3.47",
"packages/shared/akamai-edgeworker-sdk": "2.0.22",
"packages/shared/common": "2.25.0",
"packages/shared/openfeature-server-common": "0.1.2",
"packages/shared/sdk-client": "1.27.2",
"packages/shared/sdk-client": "1.28.0",
"packages/shared/sdk-server": "2.19.0",
"packages/shared/sdk-server-edge": "2.6.21",
"packages/store/node-server-sdk-dynamodb": "6.2.29",
"packages/store/node-server-sdk-redis": "4.2.28",
"packages/telemetry/node-server-sdk-otel": "1.3.16",
"packages/tooling/jest": "1.0.18",
"packages/tooling/jest": "1.0.19",
"packages/sdk/shopify-oxygen": "0.1.12",
"packages/sdk/react": "4.0.5",
"packages/sdk/react": "4.1.0",
"packages/sdk/openfeature-node-server": "1.2.2"
}
14 changes: 14 additions & 0 deletions packages/sdk/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [4.8.0](https://github.com/launchdarkly/js-core/compare/js-client-sdk-v4.7.3...js-client-sdk-v4.8.0) (2026-06-01)


### Features

* **js-client-sdk:** add ability to customize storage impl ([#1404](https://github.com/launchdarkly/js-core/issues/1404)) ([77864cb](https://github.com/launchdarkly/js-core/commit/77864cb04f737c8aab4476422a2a2422c7be978c))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @launchdarkly/js-client-sdk-common bumped from 1.27.2 to 1.28.0

## [4.7.3](https://github.com/launchdarkly/js-core/compare/js-client-sdk-v4.7.2...js-client-sdk-v4.7.3) (2026-05-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/browser/example-fdv2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test": "playwright test"
},
"dependencies": {
"@launchdarkly/js-client-sdk": "4.7.3"
"@launchdarkly/js-client-sdk": "4.8.0"
},
"devDependencies": {
"@playwright/test": "^1.49.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/browser/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test": "playwright test"
},
"dependencies": {
"@launchdarkly/js-client-sdk": "4.7.3"
"@launchdarkly/js-client-sdk": "4.8.0"
},
"devDependencies": {
"@playwright/test": "^1.49.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchdarkly/js-client-sdk",
"version": "4.7.3",
"version": "4.8.0",
"description": "LaunchDarkly SDK for JavaScript in Browsers",
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/browser",
"repository": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"check": "yarn lint && yarn build && yarn test"
},
"dependencies": {
"@launchdarkly/js-client-sdk-common": "1.27.2"
"@launchdarkly/js-client-sdk-common": "1.28.0"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/browser/src/platform/BrowserInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default class BrowserInfo implements Info {
sdkData(): SdkData {
const data: SdkData = {
name: '@launchdarkly/js-client-sdk',
version: '4.7.3', // x-release-please-version
version: '4.8.0', // x-release-please-version
userAgentBase: 'JSClient',
};

Expand Down
9 changes: 9 additions & 0 deletions packages/sdk/combined-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.1.25](https://github.com/launchdarkly/js-core/compare/browser-v0.1.24...browser-v0.1.25) (2026-06-01)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @launchdarkly/js-client-sdk bumped from 4.7.3 to 4.8.0

## [0.1.24](https://github.com/launchdarkly/js-core/compare/browser-v0.1.23...browser-v0.1.24) (2026-05-28)


Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/combined-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchdarkly/browser",
"version": "0.1.24",
"version": "0.1.25",
"description": "LaunchDarkly SDK for JavaScript in Browsers with Observability",
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/combined-browser",
"repository": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"check": "yarn lint && yarn build && yarn test"
},
"dependencies": {
"@launchdarkly/js-client-sdk": "4.7.3",
"@launchdarkly/js-client-sdk": "4.8.0",
"@launchdarkly/observability": "0.2.0",
"@launchdarkly/session-replay": "0.2.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/sdk/node-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Changelog

## [0.0.2](https://github.com/launchdarkly/js-core/compare/node-client-sdk-v0.0.1...node-client-sdk-v0.0.2) (2026-06-01)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @launchdarkly/js-client-sdk-common bumped to 1.28.0

## Changelog

All notable changes to `@launchdarkly/node-client-sdk` will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
2 changes: 1 addition & 1 deletion packages/sdk/node-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchdarkly/node-client-sdk",
"version": "0.0.1",
"version": "0.0.2",
"description": "LaunchDarkly Client-Side SDK for Node.js",
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/node-client",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/node-client/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
// the source-port slice (SDK-2312); this file exists so the package builds
// and the version stamp is in place.

export const version = '0.0.1'; // x-release-please-version
export const version = '0.0.2'; // x-release-please-version
2 changes: 1 addition & 1 deletion packages/sdk/node-client/src/platform/NodeInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as os from 'os';
import { Info, PlatformData, SdkData } from '@launchdarkly/js-client-sdk-common';

const sdkName = 'node-client-sdk';
const sdkVersion = '0.0.1'; // x-release-please-version
const sdkVersion = '0.0.2'; // x-release-please-version

function processPlatformName(name: string): string {
switch (name) {
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [10.17.8](https://github.com/launchdarkly/js-core/compare/react-native-client-sdk-v10.17.7...react-native-client-sdk-v10.17.8) (2026-06-01)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @launchdarkly/js-client-sdk-common bumped from 1.27.2 to 1.28.0

## [10.17.7](https://github.com/launchdarkly/js-core/compare/react-native-client-sdk-v10.17.6...react-native-client-sdk-v10.17.7) (2026-05-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/react-native/example-fdv2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"web": "expo start --web --clear"
},
"dependencies": {
"@launchdarkly/react-native-client-sdk": "10.17.7",
"@launchdarkly/react-native-client-sdk": "10.17.8",
"@react-native-async-storage/async-storage": "^2.0.0",
"expo": "52.0.14",
"expo-status-bar": "~1.11.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/react-native/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test": "./build-run-detox.sh"
},
"dependencies": {
"@launchdarkly/react-native-client-sdk": "10.17.7",
"@launchdarkly/react-native-client-sdk": "10.17.8",
"@react-native-async-storage/async-storage": "^2.0.0",
"expo": "52.0.14",
"expo-status-bar": "~1.11.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchdarkly/react-native-client-sdk",
"version": "10.17.7",
"version": "10.17.8",
"description": "React Native LaunchDarkly SDK",
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/react-native",
"repository": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"react-native": "*"
},
"dependencies": {
"@launchdarkly/js-client-sdk-common": "1.27.2",
"@launchdarkly/js-client-sdk-common": "1.28.0",
"@react-native-async-storage/async-storage": "^2.0.0",
"base64-js": "^1.5.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/react-native/src/platform/PlatformInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { Info, LDLogger, PlatformData, SdkData } from '@launchdarkly/js-cli
import { ldApplication, ldDevice } from './autoEnv';

const sdkName = '@launchdarkly/react-native-client-sdk';
const sdkVersion = '10.17.7'; // x-release-please-version
const sdkVersion = '10.17.8'; // x-release-please-version

export default class PlatformInfo implements Info {
constructor(
Expand Down
14 changes: 14 additions & 0 deletions packages/sdk/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [4.1.0](https://github.com/launchdarkly/js-core/compare/react-sdk-v4.0.5...react-sdk-v4.1.0) (2026-06-01)


### Features

* **js-client-sdk:** add ability to customize storage impl ([#1404](https://github.com/launchdarkly/js-core/issues/1404)) ([77864cb](https://github.com/launchdarkly/js-core/commit/77864cb04f737c8aab4476422a2a2422c7be978c))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @launchdarkly/js-client-sdk bumped from ^4.7.3 to ^4.8.0

## [4.0.5](https://github.com/launchdarkly/js-core/compare/react-sdk-v4.0.4...react-sdk-v4.0.5) (2026-05-28)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@launchdarkly/node-server-sdk": "9.11.1",
"@launchdarkly/react-sdk": "4.0.5",
"@launchdarkly/react-sdk": "4.1.0",
"ejs": "^5.0.2",
"express": "^4.21.0",
"react": "^19",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/react/examples/hello-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@launchdarkly/react-sdk": "4.0.5",
"@launchdarkly/react-sdk": "4.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@launchdarkly/node-server-sdk": "9.11.1",
"@launchdarkly/react-sdk": "4.0.5",
"@launchdarkly/react-sdk": "4.1.0",
"next": "^16",
"react": "^19",
"react-dom": "^19"
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/react/examples/vercel-edge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "playwright test"
},
"dependencies": {
"@launchdarkly/react-sdk": "4.0.5",
"@launchdarkly/react-sdk": "4.1.0",
"@launchdarkly/vercel-server-sdk": "1.3.47",
"@vercel/edge-config": "^1.1.0",
"next": "^16",
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchdarkly/react-sdk",
"version": "4.0.5",
"version": "4.1.0",
"description": "LaunchDarkly SDK for React frameworks",
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/react",
"repository": {
Expand Down Expand Up @@ -61,7 +61,7 @@
"typescript": "5.1.6"
},
"dependencies": {
"@launchdarkly/js-client-sdk": "^4.7.3",
"@launchdarkly/js-client-sdk": "^4.8.0",
"@launchdarkly/js-server-sdk-common": "^2.19.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/react/src/client/LDReactClient.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export function createClient(
const baseClientOptions: LDOptions = {
...ldOptions,
wrapperName: ldOptions?.wrapperName ?? 'react-client-sdk',
wrapperVersion: ldOptions?.wrapperVersion ?? '4.0.5', // x-release-please-version
wrapperVersion: ldOptions?.wrapperVersion ?? '4.1.0', // x-release-please-version
};

const baseClient = createBaseClient(clientSideID, context, baseClientOptions);
Expand Down
7 changes: 7 additions & 0 deletions packages/shared/sdk-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.28.0](https://github.com/launchdarkly/js-core/compare/js-client-sdk-common-v1.27.2...js-client-sdk-common-v1.28.0) (2026-06-01)


### Features

* **js-client-sdk:** add ability to customize storage impl ([#1404](https://github.com/launchdarkly/js-core/issues/1404)) ([77864cb](https://github.com/launchdarkly/js-core/commit/77864cb04f737c8aab4476422a2a2422c7be978c))

## [1.27.2](https://github.com/launchdarkly/js-core/compare/js-client-sdk-common-v1.27.1...js-client-sdk-common-v1.27.2) (2026-05-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/shared/sdk-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchdarkly/js-client-sdk-common",
"version": "1.27.2",
"version": "1.28.0",
"type": "module",
"main": "./dist/esm/index.mjs",
"types": "./dist/esm/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/tooling/jest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.0.19](https://github.com/launchdarkly/js-core/compare/jest-v1.0.18...jest-v1.0.19) (2026-06-01)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @launchdarkly/react-native-client-sdk bumped from ~10.17.7 to ~10.17.8

## [1.0.18](https://github.com/launchdarkly/js-core/compare/jest-v1.0.17...jest-v1.0.18) (2026-05-26)


Expand Down
4 changes: 2 additions & 2 deletions packages/tooling/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchdarkly/jest",
"version": "1.0.18",
"version": "1.0.19",
"description": "Easily unit test LaunchDarkly feature flagged components with jest",
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/tooling/jest",
"repository": {
Expand Down Expand Up @@ -54,7 +54,7 @@
"typescript": "5.1.6"
},
"dependencies": {
"@launchdarkly/react-native-client-sdk": "~10.17.7",
"@launchdarkly/react-native-client-sdk": "~10.17.8",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/react-native": "^12.7.2",
"@types/lodash": "^4.17.7",
Expand Down