Skip to content

Commit

Permalink
chore: release main (#696)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


<details><summary>js-client-sdk: 0.3.3</summary>

##
[0.3.3](js-client-sdk-v0.3.2...js-client-sdk-v0.3.3)
(2024-11-22)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @launchdarkly/js-client-sdk-common bumped from 1.12.0 to 1.12.1
</details>

<details><summary>js-client-sdk-common: 1.12.1</summary>

##
[1.12.1](js-client-sdk-common-v1.12.0...js-client-sdk-common-v1.12.1)
(2024-11-22)


### Bug Fixes

* Ensure flag-detail-changed is called for deleted flags.
([#695](#695))
([6524030](6524030))
</details>

<details><summary>react-native-client-sdk: 10.9.3</summary>

##
[10.9.3](react-native-client-sdk-v10.9.2...react-native-client-sdk-v10.9.3)
(2024-11-22)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @launchdarkly/js-client-sdk-common bumped from 1.12.0 to 1.12.1
</details>

<details><summary>server-sdk-ai: 0.4.0</summary>

##
[0.4.0](server-sdk-ai-v0.3.0...server-sdk-ai-v0.4.0)
(2024-11-22)


### ⚠ BREAKING CHANGES

* Updated AI config interface.
([#697](#697))

### Features

* Updated AI config interface.
([#697](#697))
([cd72ea8](cd72ea8))
</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 Nov 22, 2024
1 parent cd72ea8 commit 8351aca
Show file tree
Hide file tree
Showing 11 changed files with 48 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"packages/shared/akamai-edgeworker-sdk": "1.3.2",
"packages/store/node-server-sdk-dynamodb": "6.2.2",
"packages/store/node-server-sdk-redis": "4.2.2",
"packages/shared/sdk-client": "1.12.0",
"packages/sdk/react-native": "10.9.2",
"packages/shared/sdk-client": "1.12.1",
"packages/sdk/react-native": "10.9.3",
"packages/telemetry/node-server-sdk-otel": "1.1.2",
"packages/sdk/browser": "0.3.2",
"packages/sdk/server-ai": "0.3.0"
"packages/sdk/browser": "0.3.3",
"packages/sdk/server-ai": "0.4.0"
}
9 changes: 9 additions & 0 deletions packages/sdk/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.3.3](https://github.com/launchdarkly/js-core/compare/js-client-sdk-v0.3.2...js-client-sdk-v0.3.3) (2024-11-22)


### Dependencies

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

## [0.3.2](https://github.com/launchdarkly/js-core/compare/js-client-sdk-v0.3.1...js-client-sdk-v0.3.2) (2024-11-13)


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.3.2",
"version": "0.3.3",
"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.0"
"@launchdarkly/js-client-sdk-common": "1.12.1"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
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.9.3](https://github.com/launchdarkly/js-core/compare/react-native-client-sdk-v10.9.2...react-native-client-sdk-v10.9.3) (2024-11-22)


### Dependencies

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

## [10.9.2](https://github.com/launchdarkly/js-core/compare/react-native-client-sdk-v10.9.1...react-native-client-sdk-v10.9.2) (2024-11-04)


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

## [0.4.0](https://github.com/launchdarkly/js-core/compare/server-sdk-ai-v0.3.0...server-sdk-ai-v0.4.0) (2024-11-22)


### ⚠ BREAKING CHANGES

* Updated AI config interface. ([#697](https://github.com/launchdarkly/js-core/issues/697))

### Features

* Updated AI config interface. ([#697](https://github.com/launchdarkly/js-core/issues/697)) ([cd72ea8](https://github.com/launchdarkly/js-core/commit/cd72ea8193888b0635b5beffa0a877b18294777e))

## [0.3.0](https://github.com/launchdarkly/js-core/compare/server-sdk-ai-v0.2.1...server-sdk-ai-v0.3.0) (2024-11-15)


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.3.0"
"@launchdarkly/server-sdk-ai": "0.4.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.3.0",
"@launchdarkly/server-sdk-ai": "0.4.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.3.0",
"version": "0.4.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.1](https://github.com/launchdarkly/js-core/compare/js-client-sdk-common-v1.12.0...js-client-sdk-common-v1.12.1) (2024-11-22)


### Bug Fixes

* Ensure flag-detail-changed is called for deleted flags. ([#695](https://github.com/launchdarkly/js-core/issues/695)) ([6524030](https://github.com/launchdarkly/js-core/commit/6524030b41263a584b22211fcbbad10919582f1b))

## [1.12.0](https://github.com/launchdarkly/js-core/compare/js-client-sdk-common-v1.11.0...js-client-sdk-common-v1.12.0) (2024-11-04)


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.0",
"version": "1.12.1",
"type": "module",
"main": "./dist/esm/index.mjs",
"types": "./dist/esm/index.d.ts",
Expand Down

0 comments on commit 8351aca

Please sign in to comment.