-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖 I have created a release *beep* *boop* --- <details><summary>browser-telemetry: 0.3.1</summary> ## [0.3.1](browser-telemetry-v0.3.0...browser-telemetry-v0.3.1) (2025-02-06) ### Dependencies * The following workspace dependencies were updated * devDependencies * @launchdarkly/js-client-sdk bumped from 0.3.2 to 0.4.1 </details> <details><summary>jest: 0.1.1</summary> ## [0.1.1](jest-v0.1.0...jest-v0.1.1) (2025-02-06) ### Dependencies * The following workspace dependencies were updated * dependencies * @launchdarkly/react-native-client-sdk bumped from ~10.9.0 to ~10.9.6 </details> <details><summary>js-client-sdk: 0.4.1</summary> ## [0.4.1](js-client-sdk-v0.4.0...js-client-sdk-v0.4.1) (2025-02-06) ### Bug Fixes * Ensure streaming connection is closed on SDK close. ([#774](#774)) ([f58e746](f58e746)) ### Dependencies * The following workspace dependencies were updated * dependencies * @launchdarkly/js-client-sdk-common bumped from 1.12.2 to 1.12.3 </details> <details><summary>js-client-sdk-common: 1.12.3</summary> ## [1.12.3](js-client-sdk-common-v1.12.2...js-client-sdk-common-v1.12.3) (2025-02-06) ### Bug Fixes * Ensure streaming connection is closed on SDK close. ([#774](#774)) ([f58e746](f58e746)) </details> <details><summary>react-native-client-sdk: 10.9.6</summary> ## [10.9.6](react-native-client-sdk-v10.9.5...react-native-client-sdk-v10.9.6) (2025-02-06) ### Bug Fixes * Ensure streaming connection is closed on SDK close. ([#774](#774)) ([f58e746](f58e746)) ### Dependencies * The following workspace dependencies were updated * dependencies * @launchdarkly/js-client-sdk-common bumped from 1.12.2 to 1.12.3 </details> <details><summary>server-sdk-ai: 0.9.0</summary> ## [0.9.0](server-sdk-ai-v0.8.2...server-sdk-ai-v0.9.0) (2025-02-06) ### Features * add support for versioned metrics for AI Configs ([#773](#773)) ([a3f756f](a3f756f)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
a3f756f
commit 1926b49
Showing
15 changed files
with
78 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@launchdarkly/browser-telemetry", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"packageManager": "[email protected]", | ||
"type": "module", | ||
"main": "./dist/index.cjs", | ||
|
@@ -45,7 +45,7 @@ | |
}, | ||
"devDependencies": { | ||
"@jest/globals": "^29.7.0", | ||
"@launchdarkly/js-client-sdk": "0.3.2", | ||
"@launchdarkly/js-client-sdk": "0.4.1", | ||
"@trivago/prettier-plugin-sort-imports": "^4.1.1", | ||
"@types/css-font-loading-module": "^0.0.13", | ||
"@types/jest": "^29.5.11", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters