Commit d023a33
authored
chore: release main (#1035)
🤖 I have created a release *beep* *boop*
---
<details><summary>browser-telemetry: 1.0.15</summary>
##
[1.0.15](browser-telemetry-v1.0.14...browser-telemetry-v1.0.15)
(2025-12-18)
### Dependencies
* The following workspace dependencies were updated
* devDependencies
* @launchdarkly/js-client-sdk bumped from 0.10.0 to 0.11.0
</details>
<details><summary>jest: 0.1.15</summary>
##
[0.1.15](jest-v0.1.14...jest-v0.1.15)
(2025-12-18)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @launchdarkly/react-native-client-sdk bumped from ~10.12.2 to ~10.12.3
</details>
<details><summary>js-client-sdk: 0.11.0</summary>
##
[0.11.0](js-client-sdk-v0.10.0...js-client-sdk-v0.11.0)
(2025-12-18)
### ⚠ BREAKING CHANGES
* align browser v4 intialization flow to specs
([#1040](#1040))
### Features
* adding support for debug override plugins
([#1033](#1033))
([17f5e7d](17f5e7d))
* allow clients to evaluate bootstrapped flags when not ready
([#1036](#1036))
([9b4542a](9b4542a))
* implement `waitForInitialization` for browser sdk 4.x
([#1028](#1028))
([156532a](156532a))
### Code Refactoring
* align browser v4 intialization flow to specs
([#1040](#1040))
([eff6a55](eff6a55))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @launchdarkly/js-client-sdk-common bumped from 1.15.2 to 1.16.0
</details>
<details><summary>js-client-sdk-common: 1.16.0</summary>
##
[1.16.0](js-client-sdk-common-v1.15.2...js-client-sdk-common-v1.16.0)
(2025-12-18)
### Features
* adding support for debug override plugins
([#1033](#1033))
([17f5e7d](17f5e7d))
* allow clients to evaluate bootstrapped flags when not ready
([#1036](#1036))
([9b4542a](9b4542a))
* implement `waitForInitialization` for browser sdk 4.x
([#1028](#1028))
([156532a](156532a))
</details>
<details><summary>react-native-client-sdk: 10.12.3</summary>
##
[10.12.3](react-native-client-sdk-v10.12.2...react-native-client-sdk-v10.12.3)
(2025-12-18)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @launchdarkly/js-client-sdk-common bumped from 1.15.2 to 1.16.0
</details>
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Release browser SDK 0.11.0 (breaking init flow, new features) with
related bumps to common 1.16.0, React Native 10.12.3, telemetry 1.0.15,
and jest 0.1.15.
>
> - **SDK Releases**
> - **Browser (`@launchdarkly/js-client-sdk` 0.11.0)**:
> - Breaking: align v4 initialization flow to specs.
> - Features: debug override plugins, evaluate bootstrapped flags when
not ready, `waitForInitialization`.
> - Deps: `@launchdarkly/js-client-sdk-common` → `1.16.0`.
> - Version metadata updated in
`packages/sdk/browser/src/platform/BrowserInfo.ts`.
> - **Common (`@launchdarkly/js-client-sdk-common` 1.16.0)**:
> - Features: debug override plugins, bootstrapped flag evaluation
pre-ready, `waitForInitialization` support.
> - **React Native (`@launchdarkly/react-native-client-sdk` 10.12.3)**
> - Deps: `@launchdarkly/js-client-sdk-common` → `1.16.0`.
> - Version metadata updated in
`packages/sdk/react-native/src/platform/PlatformInfo.ts`.
> - **Telemetry (`@launchdarkly/browser-telemetry` 1.0.15)**
> - DevDeps: `@launchdarkly/js-client-sdk` → `0.11.0`.
> - **Tooling (`@launchdarkly/jest` 0.1.15)**
> - Deps: `@launchdarkly/react-native-client-sdk` → `~10.12.3`.
> - **Manifest**
> - `.release-please-manifest.json` updated to new versions across
affected packages.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
8978f79. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent eff6a55 commit d023a33
File tree
13 files changed
+77
-16
lines changed- packages
- sdk
- browser
- src/platform
- react-native
- src/platform
- telemetry/browser-telemetry
- tooling/jest
13 files changed
+77
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
3 | 28 | | |
4 | 29 | | |
5 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
3 | 12 | | |
4 | 13 | | |
5 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
3 | 12 | | |
4 | 13 | | |
5 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
3 | 12 | | |
4 | 13 | | |
5 | 14 | | |
| |||
0 commit comments