Skip to content

Commit

Permalink
chore(main): release launchdarkly-client-provider 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 9, 2024
1 parent 62f7db8 commit b328d8a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"libs/providers/flagd-web": "0.7.2",
"libs/providers/env-var": "0.3.1",
"libs/providers/config-cat": "0.7.1",
"libs/providers/launchdarkly-client": "0.3.0",
"libs/providers/launchdarkly-client": "0.3.1",
"libs/providers/go-feature-flag-web": "0.2.1",
"libs/shared/flagd-core": "0.2.4",
"libs/shared/ofrep-core": "0.2.0",
Expand Down
7 changes: 7 additions & 0 deletions libs/providers/launchdarkly-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.1](https://github.com/open-feature/js-sdk-contrib/compare/launchdarkly-client-provider-v0.3.0...launchdarkly-client-provider-v0.3.1) (2024-08-09)


### 🧹 Chore

* loosen some test assertions, fix e2e matcher ([#933](https://github.com/open-feature/js-sdk-contrib/issues/933)) ([8def607](https://github.com/open-feature/js-sdk-contrib/commit/8def6072c5d29eaf81d7262b6878cb3d6ff40483))

## [0.3.0](https://github.com/open-feature/js-sdk-contrib/compare/launchdarkly-client-provider-v0.2.1...launchdarkly-client-provider-v0.3.0) (2024-03-25)


Expand Down
4 changes: 2 additions & 2 deletions libs/providers/launchdarkly-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/providers/launchdarkly-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfeature/launchdarkly-client-provider",
"version": "0.3.0",
"version": "0.3.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"
Expand Down

0 comments on commit b328d8a

Please sign in to comment.