Skip to content

Commit

Permalink
chore: release main (#775)
Browse files Browse the repository at this point in the history
🤖 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
github-actions[bot] authored Feb 6, 2025
1 parent a3f756f commit 1926b49
Show file tree
Hide file tree
Showing 15 changed files with 78 additions and 18 deletions.
12 changes: 6 additions & 6 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"packages/shared/akamai-edgeworker-sdk": "1.4.0",
"packages/store/node-server-sdk-dynamodb": "6.2.3",
"packages/store/node-server-sdk-redis": "4.2.3",
"packages/shared/sdk-client": "1.12.2",
"packages/sdk/react-native": "10.9.5",
"packages/shared/sdk-client": "1.12.3",
"packages/sdk/react-native": "10.9.6",
"packages/telemetry/node-server-sdk-otel": "1.1.3",
"packages/sdk/browser": "0.4.0",
"packages/sdk/server-ai": "0.8.2",
"packages/telemetry/browser-telemetry": "0.3.0",
"packages/tooling/jest": "0.1.0"
"packages/sdk/browser": "0.4.1",
"packages/sdk/server-ai": "0.9.0",
"packages/telemetry/browser-telemetry": "0.3.1",
"packages/tooling/jest": "0.1.1"
}
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

## [0.4.1](https://github.com/launchdarkly/js-core/compare/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](https://github.com/launchdarkly/js-core/issues/774)) ([f58e746](https://github.com/launchdarkly/js-core/commit/f58e746a089fb0cd5f6169f6c246e1f6515f5047))


### Dependencies

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

## [0.4.0](https://github.com/launchdarkly/js-core/compare/js-client-sdk-v0.3.3...js-client-sdk-v0.4.0) (2025-01-22)


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.4.0",
"version": "0.4.1",
"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.12.2"
"@launchdarkly/js-client-sdk-common": "1.12.3"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/sdk/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [10.9.6](https://github.com/launchdarkly/js-core/compare/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](https://github.com/launchdarkly/js-core/issues/774)) ([f58e746](https://github.com/launchdarkly/js-core/commit/f58e746a089fb0cd5f6169f6c246e1f6515f5047))


### Dependencies

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

## [10.9.5](https://github.com/launchdarkly/js-core/compare/react-native-client-sdk-v10.9.4...react-native-client-sdk-v10.9.5) (2025-01-24)


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.9.5",
"version": "10.9.6",
"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.12.2",
"@launchdarkly/js-client-sdk-common": "1.12.3",
"@react-native-async-storage/async-storage": "^1.21.0",
"base64-js": "^1.5.1"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk/server-ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.9.0](https://github.com/launchdarkly/js-core/compare/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](https://github.com/launchdarkly/js-core/issues/773)) ([a3f756f](https://github.com/launchdarkly/js-core/commit/a3f756f3c3207a068115b147d5c7439e204b7ae4))

## [0.8.2](https://github.com/launchdarkly/js-core/compare/server-sdk-ai-v0.8.1...server-sdk-ai-v0.8.2) (2025-01-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/server-ai/examples/bedrock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@aws-sdk/client-bedrock-runtime": "^3.679.0",
"@launchdarkly/node-server-sdk": "^9.7.1",
"@launchdarkly/server-sdk-ai": "0.8.2"
"@launchdarkly/server-sdk-ai": "0.9.0"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/server-ai/examples/openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "Apache-2.0",
"dependencies": {
"@launchdarkly/node-server-sdk": "^9.7.1",
"@launchdarkly/server-sdk-ai": "0.8.2",
"@launchdarkly/server-sdk-ai": "0.9.0",
"openai": "^4.58.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/server-ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchdarkly/server-sdk-ai",
"version": "0.8.2",
"version": "0.9.0",
"description": "LaunchDarkly AI SDK for Server-Side JavaScript",
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/server-ai",
"repository": {
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.12.3](https://github.com/launchdarkly/js-core/compare/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](https://github.com/launchdarkly/js-core/issues/774)) ([f58e746](https://github.com/launchdarkly/js-core/commit/f58e746a089fb0cd5f6169f6c246e1f6515f5047))

## [1.12.2](https://github.com/launchdarkly/js-core/compare/js-client-sdk-common-v1.12.1...js-client-sdk-common-v1.12.2) (2025-01-22)


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.12.2",
"version": "1.12.3",
"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

## [0.3.1](https://github.com/launchdarkly/js-core/compare/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

## [0.3.0](https://github.com/launchdarkly/js-core/compare/browser-telemetry-v0.2.0...browser-telemetry-v0.3.0) (2025-01-31)


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": "0.3.0",
"version": "0.3.1",
"packageManager": "[email protected]",
"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.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",
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.1](https://github.com/launchdarkly/js-core/compare/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

## 0.1.0 (2025-01-24)


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.0",
"version": "0.1.1",
"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.9.0",
"@launchdarkly/react-native-client-sdk": "~10.9.6",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/react-native": "^12.7.2",
"@types/lodash": "^4.17.7",
Expand Down

0 comments on commit 1926b49

Please sign in to comment.