Skip to content

Commit 7e846cd

Browse files
chore(main): release launchdarkly-client-provider 0.2.1
1 parent bd6263e commit 7e846cd

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-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.4.1",
66
"libs/providers/env-var": "0.2.0",
77
"libs/providers/config-cat": "0.4.0",
8-
"libs/providers/launchdarkly-client": "0.2.0",
8+
"libs/providers/launchdarkly-client": "0.2.1",
99
"libs/providers/go-feature-flag-web": "0.1.5",
1010
"libs/shared/flagd-core": "0.1.7"
1111
}

libs/providers/launchdarkly-client/CHANGELOG.md

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

3+
## [0.2.1](https://github.com/open-feature/js-sdk-contrib/compare/launchdarkly-client-provider-v0.2.0...launchdarkly-client-provider-v0.2.1) (2024-01-03)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* packaging issues impacting babel/react ([#596](https://github.com/open-feature/js-sdk-contrib/issues/596)) ([0446eab](https://github.com/open-feature/js-sdk-contrib/commit/0446eab5cf9b45ce7de251b4f5feb8df1d499b9d))
9+
10+
11+
### 🧹 Chore
12+
13+
* address lint issues ([#642](https://github.com/open-feature/js-sdk-contrib/issues/642)) ([bbd9aee](https://github.com/open-feature/js-sdk-contrib/commit/bbd9aee896dc4a0817f379b799a1b8d331ee76c6))
14+
* update nx, run migrations ([#552](https://github.com/open-feature/js-sdk-contrib/issues/552)) ([a88d8fc](https://github.com/open-feature/js-sdk-contrib/commit/a88d8fc097789fd7f56011e6ebb66070f52c6e56))
15+
* Update README.md launchdarkly-client typo ([#636](https://github.com/open-feature/js-sdk-contrib/issues/636)) ([37fa182](https://github.com/open-feature/js-sdk-contrib/commit/37fa182da225c5c0a676737828538a07454d4485))
16+
* update README.md to include client provider import ([#668](https://github.com/open-feature/js-sdk-contrib/issues/668)) ([28d1e01](https://github.com/open-feature/js-sdk-contrib/commit/28d1e010edbd8a4ddf759e2a2602acc06cbe0b57))
17+
318
## [0.2.0](https://github.com/open-feature/js-sdk-contrib/compare/launchdarkly-client-provider-v0.1.2...launchdarkly-client-provider-v0.2.0) (2023-08-17)
419

520

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.2.0",
3+
"version": "0.2.1",
44
"scripts": {
55
"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",
66
"current-version": "echo $npm_package_version"

0 commit comments

Comments
 (0)