From b37885c473742e5692b3dd048dad0a20d7e22c3f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 20:48:48 +0000 Subject: [PATCH] chore(main): release launchdarkly-client-provider 0.2.1 --- .release-please-manifest.json | 2 +- libs/providers/launchdarkly-client/CHANGELOG.md | 16 ++++++++++++++++ .../launchdarkly-client/package-lock.json | 4 ++-- libs/providers/launchdarkly-client/package.json | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dc13cf54d..1ee207bd8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -5,7 +5,7 @@ "libs/providers/flagd-web": "0.4.1", "libs/providers/env-var": "0.2.0", "libs/providers/config-cat": "0.4.0", - "libs/providers/launchdarkly-client": "0.2.0", + "libs/providers/launchdarkly-client": "0.2.1", "libs/providers/go-feature-flag-web": "0.1.6", "libs/shared/flagd-core": "0.1.10", "libs/providers/flipt": "0.0.2" diff --git a/libs/providers/launchdarkly-client/CHANGELOG.md b/libs/providers/launchdarkly-client/CHANGELOG.md index 189c4fbca..c89bd0186 100644 --- a/libs/providers/launchdarkly-client/CHANGELOG.md +++ b/libs/providers/launchdarkly-client/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [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-02-01) + + +### ๐Ÿ› Bug Fixes + +* 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)) + + +### ๐Ÿงน Chore + +* 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)) +* fix lint issues and bump server sdk version ([#715](https://github.com/open-feature/js-sdk-contrib/issues/715)) ([bd57177](https://github.com/open-feature/js-sdk-contrib/commit/bd571770f3a1a01bd62663dc3473273449f96c5c)) +* 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)) +* 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)) +* 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)) + ## [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) diff --git a/libs/providers/launchdarkly-client/package-lock.json b/libs/providers/launchdarkly-client/package-lock.json index 9597708a5..70260f703 100644 --- a/libs/providers/launchdarkly-client/package-lock.json +++ b/libs/providers/launchdarkly-client/package-lock.json @@ -1,12 +1,12 @@ { "name": "@openfeature/launchdarkly-client-provider", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@openfeature/launchdarkly-client-provider", - "version": "0.2.0", + "version": "0.2.1", "peerDependencies": { "@openfeature/web-sdk": "*", "launchdarkly-js-client-sdk": ">=3.1.3" diff --git a/libs/providers/launchdarkly-client/package.json b/libs/providers/launchdarkly-client/package.json index a9c8f8da8..524cd345d 100644 --- a/libs/providers/launchdarkly-client/package.json +++ b/libs/providers/launchdarkly-client/package.json @@ -1,6 +1,6 @@ { "name": "@openfeature/launchdarkly-client-provider", - "version": "0.2.0", + "version": "0.2.1", "scripts": { "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", "current-version": "echo $npm_package_version"