chore(main): release config-cat-web-provider 0.2.0 (#1384)

Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Todd Baert <todd.baert@dynatrace.com>
This commit is contained in:
github-actions[bot] 2025-09-18 20:36:02 -04:00 committed by GitHub
parent bff909f3d6
commit 1743b52bde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 23 additions and 4 deletions

View File

@ -17,7 +17,7 @@
"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.6",
"libs/providers/config-cat-web": "0.2.0",
"libs/shared/config-cat-core": "0.2.2",
"libs/providers/unleash-web": "0.1.1",
"libs/providers/growthbook": "0.1.2",

View File

@ -1,5 +1,24 @@
# Changelog
## [0.2.0](https://github.com/open-feature/js-sdk-contrib/compare/config-cat-web-provider-v0.1.6...config-cat-web-provider-v0.2.0) (2025-09-19)
### ⚠ BREAKING CHANGES
* Update the ConfigCat core library to v9
### 🐛 Bug Fixes
* **security:** update vulnerability-updates ([#1342](https://github.com/open-feature/js-sdk-contrib/issues/1342)) ([fca83c9](https://github.com/open-feature/js-sdk-contrib/commit/fca83c925c6a3d19bac9d647562fd534397b376b))
* * regenerate the package.json lockfile ([#1379](https://github.com/open-feature/js-sdk-contrib/issues/1379)) ([e921f24](https://github.com/open-feature/js-sdk-contrib/commit/e921f24a8b890fa88858fdd9b713316fd9f53f25))
### ✨ New Features
* Update the ConfigCat core library to v9 ([601e7de](https://github.com/open-feature/js-sdk-contrib/commit/601e7de19948bc826778a076f27b46a8cb1fabca))
See the [ConfigCat docs](https://github.com/configcat/js-sdk/releases) for more information.
## [0.1.6](https://github.com/open-feature/js-sdk-contrib/compare/config-cat-web-provider-v0.1.5...config-cat-web-provider-v0.1.6) (2025-04-09)

View File

@ -1,12 +1,12 @@
{
"name": "@openfeature/config-cat-web-provider",
"version": "0.1.6",
"version": "0.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@openfeature/config-cat-web-provider",
"version": "0.1.6",
"version": "0.2.0",
"license": "Apache-2.0",
"dependencies": {
"@openfeature/config-cat-core": "0.1.1"

View File

@ -1,6 +1,6 @@
{
"name": "@openfeature/config-cat-web-provider",
"version": "0.1.6",
"version": "0.2.0",
"license": "Apache-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",