Skip to content

Commit

Permalink
chore(main): release go-feature-flag-web-provider 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 21, 2024
1 parent 54ffa8a commit 72024c1
Show file tree
Hide file tree
Showing 4 changed files with 15 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 @@ -6,7 +6,7 @@
"libs/providers/env-var": "0.2.0",
"libs/providers/config-cat": "0.6.0",
"libs/providers/launchdarkly-client": "0.2.1",
"libs/providers/go-feature-flag-web": "0.1.6",
"libs/providers/go-feature-flag-web": "0.2.0",
"libs/shared/flagd-core": "0.1.11",
"libs/shared/ofrep-core": "0.0.2-experimental",
"libs/providers/flipt": "0.0.2"
Expand Down
11 changes: 11 additions & 0 deletions libs/providers/go-feature-flag-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.2.0](https://github.com/open-feature/js-sdk-contrib/compare/go-feature-flag-web-provider-v0.1.6...go-feature-flag-web-provider-v0.2.0) (2024-03-21)


### ⚠ BREAKING CHANGES

* update OpenFeature SDK peer ([#798](https://github.com/open-feature/js-sdk-contrib/issues/798))

### ✨ New Features

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

## [0.1.6](https://github.com/open-feature/js-sdk-contrib/compare/go-feature-flag-web-provider-v0.1.5...go-feature-flag-web-provider-v0.1.6) (2024-01-21)


Expand Down
4 changes: 2 additions & 2 deletions libs/providers/go-feature-flag-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/go-feature-flag-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfeature/go-feature-flag-web-provider",
"version": "0.1.6",
"version": "0.2.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 72024c1

Please sign in to comment.