Skip to content

Commit da9748a

Browse files
chore(main): release launchdarkly-client-provider 0.3.3 (#1370)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 523d2de commit da9748a

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"libs/providers/flagd-web": "0.7.3",
66
"libs/providers/env-var": "0.3.1",
77
"libs/providers/config-cat": "0.7.6",
8-
"libs/providers/launchdarkly-client": "0.3.2",
8+
"libs/providers/launchdarkly-client": "0.3.3",
99
"libs/providers/go-feature-flag-web": "0.2.6",
1010
"libs/shared/flagd-core": "1.1.0",
1111
"libs/shared/ofrep-core": "1.1.0",

libs/providers/launchdarkly-client/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.3.3](https://github.com/open-feature/js-sdk-contrib/compare/launchdarkly-client-provider-v0.3.2...launchdarkly-client-provider-v0.3.3) (2025-09-14)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **launchdarkly-client--README.md:** fix typo - options -&gt; ldOptions ([#1367](https://github.com/open-feature/js-sdk-contrib/issues/1367)) ([9a7ef4f](https://github.com/open-feature/js-sdk-contrib/commit/9a7ef4fe1a8a0afef4358589cf066fb7b4ec1c0d))
9+
10+
11+
### ✨ New Features
12+
13+
* Add wrapper information to the LaunchDarkly client-side provider. ([#1368](https://github.com/open-feature/js-sdk-contrib/issues/1368)) ([ef2869f](https://github.com/open-feature/js-sdk-contrib/commit/ef2869f63668dd2c9eefd5f216895c7c485a60aa))
14+
315
## [0.3.2](https://github.com/open-feature/js-sdk-contrib/compare/launchdarkly-client-provider-v0.3.1...launchdarkly-client-provider-v0.3.2) (2025-03-12)
416

517

libs/providers/launchdarkly-client/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/providers/launchdarkly-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/launchdarkly-client-provider",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"license": "Apache-2.0",
55
"scripts": {
66
"publish-if-not-exists": "cp $NPM_CONFIG_USERCONFIG .npmrc && if [ \"$(npm show $npm_package_name@$npm_package_version version)\" = \"$(npm run current-version -s)\" ]; then echo 'already published, skipping'; else npm publish --access public; fi",

libs/providers/launchdarkly-client/src/lib/launchdarkly-client-provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import translateContext from './translate-context';
2626
import translateResult from './translate-result';
2727

2828
const WRAPPER_NAME = 'open-feature-community-js-client';
29-
const WRAPPER_VERSION = '0.3.2'; // {{ x-release-please-version }}
29+
const WRAPPER_VERSION = '0.3.3'; // {{ x-release-please-version }}
3030

3131
/**
3232
* Create a ResolutionDetails for an evaluation that produced a type different

0 commit comments

Comments
 (0)