Skip to content

Commit 685768f

Browse files
chore(main): release launchdarkly-client-provider 0.4.0
1 parent 91ba360 commit 685768f

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
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.4.0",
99
"libs/providers/go-feature-flag-web": "0.2.6",
1010
"libs/shared/flagd-core": "1.1.0",
1111
"libs/shared/ofrep-core": "1.0.1",

libs/providers/launchdarkly-client/CHANGELOG.md

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

3+
## [0.4.0](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/compare/launchdarkly-client-provider-v0.3.2...launchdarkly-client-provider-v0.4.0) (2025-07-11)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* update OpenFeature SDK peer ([#798](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/798))
9+
10+
### ✨ New Features
11+
12+
* Accept timeout for LD waitForInitialization ([#1117](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/1117)) ([be7851c](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/be7851ce59a772a32d60fcb3f2d23eac3c862087))
13+
* **launchdarkly-client-provider:** Add tracking API ([#1219](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/1219)) ([e888d03](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/e888d03fcae56a32edbb0edb1d7e0ee594588ac4))
14+
* update OpenFeature SDK peer ([#798](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/798)) ([ebd16b9](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/ebd16b9630bcc6b253a7061a144e8d476cd8b586))
15+
316
## [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)
417

518

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.4.0",
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",

0 commit comments

Comments
 (0)