Skip to content

Commit

Permalink
chore(main): release config-cat-web-provider 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 2, 2025
1 parent 1f8679e commit 58e611d
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 @@ -17,6 +17,6 @@
"libs/providers/multi-provider": "0.1.2",
"libs/providers/multi-provider-web": "0.0.3",
"libs/providers/growthbook-client": "0.1.2",
"libs/providers/config-cat-web": "0.1.3",
"libs/providers/config-cat-web": "0.2.0",
"libs/shared/config-cat-core": "0.1.0"
}
31 changes: 31 additions & 0 deletions libs/providers/config-cat-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## [0.2.0](https://github.com/jarebudev/js-sdk-contrib/compare/config-cat-web-provider-v0.1.3...config-cat-web-provider-v0.2.0) (2025-01-02)


### ⚠ BREAKING CHANGES

* implement config cat web provider ([#918](https://github.com/jarebudev/js-sdk-contrib/issues/918))

### 🐛 Bug Fixes

* **config-cat-web:** Fix code examples in README.md ([#1050](https://github.com/jarebudev/js-sdk-contrib/issues/1050)) ([0b6179b](https://github.com/jarebudev/js-sdk-contrib/commit/0b6179b9cb16cce592be6c2fbe86dbacce5adc1f))
* **config-cat-web:** Update dependency configcat-js-ssr to v8.4.2 ([#1041](https://github.com/jarebudev/js-sdk-contrib/issues/1041)) ([55e554d](https://github.com/jarebudev/js-sdk-contrib/commit/55e554d9fc9966d7d2b364da4776c478a2ba9bb1))
* **config-cat:** Revise readme ([#1054](https://github.com/jarebudev/js-sdk-contrib/issues/1054)) ([7e1dd72](https://github.com/jarebudev/js-sdk-contrib/commit/7e1dd72a1450a9982b340afda62d34379d1b3f16))


### ✨ New Features

* implement config cat web provider ([#918](https://github.com/jarebudev/js-sdk-contrib/issues/918)) ([e280014](https://github.com/jarebudev/js-sdk-contrib/commit/e280014f8998dd2e5f2b7700f0d24842eeafab5f))


### 🧹 Chore

* **main:** release config-cat-web-provider 0.1.0 ([#1013](https://github.com/jarebudev/js-sdk-contrib/issues/1013)) ([c1244c7](https://github.com/jarebudev/js-sdk-contrib/commit/c1244c7cd615c908510099e0d3701a6697425313))
* **main:** release config-cat-web-provider 0.1.1 ([#1016](https://github.com/jarebudev/js-sdk-contrib/issues/1016)) ([a6768a0](https://github.com/jarebudev/js-sdk-contrib/commit/a6768a0fad3fcde0149460f95cc709c5fd1983cb))
* **main:** release config-cat-web-provider 0.1.2 ([#1042](https://github.com/jarebudev/js-sdk-contrib/issues/1042)) ([4bd2c1e](https://github.com/jarebudev/js-sdk-contrib/commit/4bd2c1e19d2b2fb675ff7cacdb86721bc0da7fac))
* **main:** release config-cat-web-provider 0.1.3 ([#1051](https://github.com/jarebudev/js-sdk-contrib/issues/1051)) ([974d07a](https://github.com/jarebudev/js-sdk-contrib/commit/974d07a667f77c28d2033f6c4ad254d66e8d50f9))


### 📚 Documentation

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

## [0.1.3](https://github.com/open-feature/js-sdk-contrib/compare/config-cat-web-provider-v0.1.2...config-cat-web-provider-v0.1.3) (2024-09-20)


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.3",
"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 58e611d

Please sign in to comment.