Skip to content

Commit

Permalink
chore(main): release flagd-web-provider 0.7.0 (#874)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 18, 2024
1 parent df7b89d commit 24deab0
Show file tree
Hide file tree
Showing 4 changed files with 20 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 @@ -2,7 +2,7 @@
"libs/hooks/open-telemetry": "0.4.0",
"libs/providers/go-feature-flag": "0.7.0",
"libs/providers/flagd": "0.13.0",
"libs/providers/flagd-web": "0.6.0",
"libs/providers/flagd-web": "0.7.0",
"libs/providers/env-var": "0.3.0",
"libs/providers/config-cat": "0.6.1",
"libs/providers/launchdarkly-client": "0.3.0",
Expand Down
16 changes: 16 additions & 0 deletions libs/providers/flagd-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.7.0](https://github.com/open-feature/js-sdk-contrib/compare/flagd-web-provider-v0.6.0...flagd-web-provider-v0.7.0) (2024-04-18)


### ⚠ BREAKING CHANGES

* allow overrides for fractional seed ([#870](https://github.com/open-feature/js-sdk-contrib/issues/870))

### ✨ New Features

* allow overrides for fractional seed ([#870](https://github.com/open-feature/js-sdk-contrib/issues/870)) ([6c376b2](https://github.com/open-feature/js-sdk-contrib/commit/6c376b2f525be04c15b5c3bd32d89cc9c4c66729))


### 🧹 Chore

* migrate from bufbuild to connectrpc ([#891](https://github.com/open-feature/js-sdk-contrib/issues/891)) ([df7b89d](https://github.com/open-feature/js-sdk-contrib/commit/df7b89d519da793f64bb6cba0984a7bf4764bafa))

## [0.6.0](https://github.com/open-feature/js-sdk-contrib/compare/flagd-web-provider-v0.5.1...flagd-web-provider-v0.6.0) (2024-03-19)


Expand Down
4 changes: 2 additions & 2 deletions libs/providers/flagd-web/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/flagd-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfeature/flagd-web-provider",
"version": "0.6.0",
"version": "0.7.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 24deab0

Please sign in to comment.