Skip to content

Commit

Permalink
chore(main): release launchdarkly-client-provider 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 5, 2024
1 parent 647ec79 commit b88f98e
Show file tree
Hide file tree
Showing 4 changed files with 35 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.2",
"libs/providers/launchdarkly-client": "0.3.0",
"libs/providers/launchdarkly-client": "0.4.0",
"libs/providers/go-feature-flag-web": "0.2.2",
"libs/shared/flagd-core": "0.2.5",
"libs/shared/ofrep-core": "0.2.0",
Expand Down
31 changes: 31 additions & 0 deletions libs/providers/launchdarkly-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## [0.4.0](https://github.com/jarebudev/js-sdk-contrib/compare/launchdarkly-client-provider-v0.3.0...launchdarkly-client-provider-v0.4.0) (2024-12-05)


### ⚠ BREAKING CHANGES

* update OpenFeature SDK peer ([#798](https://github.com/jarebudev/js-sdk-contrib/issues/798))
* update required web-sdk peer ([#514](https://github.com/jarebudev/js-sdk-contrib/issues/514))

### 🐛 Bug Fixes

* packaging issues impacting babel/react ([#596](https://github.com/jarebudev/js-sdk-contrib/issues/596)) ([0446eab](https://github.com/jarebudev/js-sdk-contrib/commit/0446eab5cf9b45ce7de251b4f5feb8df1d499b9d))


### ✨ New Features

* update OpenFeature SDK peer ([#798](https://github.com/jarebudev/js-sdk-contrib/issues/798)) ([ebd16b9](https://github.com/jarebudev/js-sdk-contrib/commit/ebd16b9630bcc6b253a7061a144e8d476cd8b586))


### 🧹 Chore

* address lint issues ([#642](https://github.com/jarebudev/js-sdk-contrib/issues/642)) ([bbd9aee](https://github.com/jarebudev/js-sdk-contrib/commit/bbd9aee896dc4a0817f379b799a1b8d331ee76c6))
* fix lint issues and bump server sdk version ([#715](https://github.com/jarebudev/js-sdk-contrib/issues/715)) ([bd57177](https://github.com/jarebudev/js-sdk-contrib/commit/bd571770f3a1a01bd62663dc3473273449f96c5c))
* loosen some test assertions, fix e2e matcher ([#933](https://github.com/jarebudev/js-sdk-contrib/issues/933)) ([8def607](https://github.com/jarebudev/js-sdk-contrib/commit/8def6072c5d29eaf81d7262b6878cb3d6ff40483))
* **main:** release launchdarkly-client-provider 0.2.0 ([#467](https://github.com/jarebudev/js-sdk-contrib/issues/467)) ([3eedde4](https://github.com/jarebudev/js-sdk-contrib/commit/3eedde433350185d796c33c6533a8a93d9f05065))
* **main:** release launchdarkly-client-provider 0.2.1 ([#567](https://github.com/jarebudev/js-sdk-contrib/issues/567)) ([872b5ab](https://github.com/jarebudev/js-sdk-contrib/commit/872b5ab0b4b05ef7a5a4115b7cecf34fc5e496a2))
* **main:** release launchdarkly-client-provider 0.3.0 ([#806](https://github.com/jarebudev/js-sdk-contrib/issues/806)) ([8bc10d1](https://github.com/jarebudev/js-sdk-contrib/commit/8bc10d113c029ac4621bf1e909f75dbb5f92beef))
* update nx, run migrations ([#552](https://github.com/jarebudev/js-sdk-contrib/issues/552)) ([a88d8fc](https://github.com/jarebudev/js-sdk-contrib/commit/a88d8fc097789fd7f56011e6ebb66070f52c6e56))
* Update README.md launchdarkly-client typo ([#636](https://github.com/jarebudev/js-sdk-contrib/issues/636)) ([37fa182](https://github.com/jarebudev/js-sdk-contrib/commit/37fa182da225c5c0a676737828538a07454d4485))
* update README.md to include client provider import ([#668](https://github.com/jarebudev/js-sdk-contrib/issues/668)) ([28d1e01](https://github.com/jarebudev/js-sdk-contrib/commit/28d1e010edbd8a4ddf759e2a2602acc06cbe0b57))
* update required web-sdk peer ([#514](https://github.com/jarebudev/js-sdk-contrib/issues/514)) ([8d45c02](https://github.com/jarebudev/js-sdk-contrib/commit/8d45c0245472ddb196ef846a14829d18131d23d0))

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

Please sign in to comment.