Skip to content

Commit

Permalink
chore(main): release config-cat-web-provider 0.1.1 (#1016)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 28, 2024
1 parent 88515fc commit a6768a0
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 @@ -17,6 +17,6 @@
"libs/providers/multi-provider": "0.1.1",
"libs/providers/multi-provider-web": "0.0.2",
"libs/providers/growthbook-client": "0.1.1",
"libs/providers/config-cat-web": "0.1.0",
"libs/providers/config-cat-web": "0.1.1",
"libs/shared/config-cat-core": "0.1.0"
}
7 changes: 7 additions & 0 deletions libs/providers/config-cat-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.1](https://github.com/open-feature/js-sdk-contrib/compare/config-cat-web-provider-v0.1.0...config-cat-web-provider-v0.1.1) (2024-07-28)


### 📚 Documentation

* A few corrections to ConfigCat providers' README.md ([#1014](https://github.com/open-feature/js-sdk-contrib/issues/1014)) ([3b24653](https://github.com/open-feature/js-sdk-contrib/commit/3b24653854643c827bddccb12aeb59e61204202d))

## 0.1.0 (2024-07-21)


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

Please sign in to comment.