Skip to content
Open
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
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
"packages/ai-providers/server-ai-vercel": "0.4.2",
"packages/sdk/akamai-base": "3.0.13",
"packages/sdk/akamai-edgekv": "1.4.15",
"packages/sdk/browser": "0.10.0",
"packages/sdk/browser": "0.11.0",
"packages/sdk/cloudflare": "2.7.12",
"packages/sdk/combined-browser": "0.0.0",
"packages/sdk/fastly": "0.2.4",
"packages/sdk/react-native": "10.12.2",
"packages/sdk/react-native": "10.12.3",
"packages/sdk/server-ai": "0.15.2",
"packages/sdk/server-node": "9.10.5",
"packages/sdk/vercel": "1.3.37",
"packages/shared/akamai-edgeworker-sdk": "2.0.12",
"packages/shared/common": "2.20.0",
"packages/shared/sdk-client": "1.15.2",
"packages/shared/sdk-client": "1.16.0",
"packages/shared/sdk-server": "2.17.1",
"packages/shared/sdk-server-edge": "2.6.11",
"packages/store/node-server-sdk-dynamodb": "6.2.17",
"packages/store/node-server-sdk-redis": "4.2.17",
"packages/telemetry/browser-telemetry": "1.0.14",
"packages/telemetry/browser-telemetry": "1.0.15",
"packages/telemetry/node-server-sdk-otel": "1.3.5",
"packages/tooling/jest": "0.1.14",
"packages/tooling/jest": "0.1.15",
"packages/sdk/shopify-oxygen": "0.1.2"
}
15 changes: 15 additions & 0 deletions packages/sdk/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.11.0](https://github.com/launchdarkly/js-core/compare/js-client-sdk-v0.10.0...js-client-sdk-v0.11.0) (2025-12-16)


### Features

* allow clients to evaluate bootstrapped flags when not ready ([#1036](https://github.com/launchdarkly/js-core/issues/1036)) ([9b4542a](https://github.com/launchdarkly/js-core/commit/9b4542a722e5d19e123e860faef113d134dad47c))
* implement `waitForInitialization` for browser sdk 4.x ([#1028](https://github.com/launchdarkly/js-core/issues/1028)) ([156532a](https://github.com/launchdarkly/js-core/commit/156532aea3ec39635dab21dbab125c81fc31a3f5))


### Dependencies

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

## [0.10.0](https://github.com/launchdarkly/js-core/compare/js-client-sdk-v0.9.1...js-client-sdk-v0.10.0) (2025-12-09)


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": "0.10.0",
"version": "0.11.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 @@ -55,7 +55,7 @@
"check": "yarn prettier && yarn lint && yarn build && yarn test"
},
"dependencies": {
"@launchdarkly/js-client-sdk-common": "1.15.2"
"@launchdarkly/js-client-sdk-common": "1.16.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: '0.10.0', // x-release-please-version
version: '0.11.0', // x-release-please-version
userAgentBase: 'JSClient',
};

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.12.3](https://github.com/launchdarkly/js-core/compare/react-native-client-sdk-v10.12.2...react-native-client-sdk-v10.12.3) (2025-12-16)


### Dependencies

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

## [10.12.2](https://github.com/launchdarkly/js-core/compare/react-native-client-sdk-v10.12.1...react-native-client-sdk-v10.12.2) (2025-12-05)


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.12.2",
"version": "10.12.3",
"description": "React Native LaunchDarkly SDK",
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/react-native",
"repository": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"react-native": "*"
},
"dependencies": {
"@launchdarkly/js-client-sdk-common": "1.15.2",
"@launchdarkly/js-client-sdk-common": "1.16.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.12.2'; // x-release-please-version
const sdkVersion = '10.12.3'; // x-release-please-version

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

## [1.16.0](https://github.com/launchdarkly/js-core/compare/js-client-sdk-common-v1.15.2...js-client-sdk-common-v1.16.0) (2025-12-16)


### Features

* allow clients to evaluate bootstrapped flags when not ready ([#1036](https://github.com/launchdarkly/js-core/issues/1036)) ([9b4542a](https://github.com/launchdarkly/js-core/commit/9b4542a722e5d19e123e860faef113d134dad47c))
* implement `waitForInitialization` for browser sdk 4.x ([#1028](https://github.com/launchdarkly/js-core/issues/1028)) ([156532a](https://github.com/launchdarkly/js-core/commit/156532aea3ec39635dab21dbab125c81fc31a3f5))

## [1.15.2](https://github.com/launchdarkly/js-core/compare/js-client-sdk-common-v1.15.1...js-client-sdk-common-v1.15.2) (2025-12-05)


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.15.2",
"version": "1.16.0",
"type": "module",
"main": "./dist/esm/index.mjs",
"types": "./dist/esm/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/telemetry/browser-telemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.0.15](https://github.com/launchdarkly/js-core/compare/browser-telemetry-v1.0.14...browser-telemetry-v1.0.15) (2025-12-16)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @launchdarkly/js-client-sdk bumped from 0.10.0 to 0.11.0

## [1.0.14](https://github.com/launchdarkly/js-core/compare/browser-telemetry-v1.0.13...browser-telemetry-v1.0.14) (2025-12-09)


Expand Down
4 changes: 2 additions & 2 deletions packages/telemetry/browser-telemetry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchdarkly/browser-telemetry",
"version": "1.0.14",
"version": "1.0.15",
"packageManager": "yarn@3.4.1",
"type": "module",
"main": "./dist/index.cjs",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@launchdarkly/js-client-sdk": "0.10.0",
"@launchdarkly/js-client-sdk": "0.11.0",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/css-font-loading-module": "^0.0.13",
"@types/jest": "^29.5.11",
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

## [0.1.15](https://github.com/launchdarkly/js-core/compare/jest-v0.1.14...jest-v0.1.15) (2025-12-16)


### Dependencies

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

## [0.1.14](https://github.com/launchdarkly/js-core/compare/jest-v0.1.13...jest-v0.1.14) (2025-12-05)


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": "0.1.14",
"version": "0.1.15",
"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 @@ -62,7 +62,7 @@
"typescript": "5.1.6"
},
"dependencies": {
"@launchdarkly/react-native-client-sdk": "~10.12.2",
"@launchdarkly/react-native-client-sdk": "~10.12.3",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/react-native": "^12.7.2",
"@types/lodash": "^4.17.7",
Expand Down