From 1743b52bde0160c56fd6c5716c521fb79b60e22c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 20:36:02 -0400 Subject: [PATCH] chore(main): release config-cat-web-provider 0.2.0 (#1384) Signed-off-by: Todd Baert Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Todd Baert --- .release-please-manifest.json | 2 +- libs/providers/config-cat-web/CHANGELOG.md | 19 +++++++++++++++++++ .../config-cat-web/package-lock.json | 4 ++-- libs/providers/config-cat-web/package.json | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0b07dfce..90f78c54 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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", diff --git a/libs/providers/config-cat-web/CHANGELOG.md b/libs/providers/config-cat-web/CHANGELOG.md index 7f5b2e6c..1c06f3ba 100644 --- a/libs/providers/config-cat-web/CHANGELOG.md +++ b/libs/providers/config-cat-web/CHANGELOG.md @@ -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) diff --git a/libs/providers/config-cat-web/package-lock.json b/libs/providers/config-cat-web/package-lock.json index ce580a12..e8aad344 100644 --- a/libs/providers/config-cat-web/package-lock.json +++ b/libs/providers/config-cat-web/package-lock.json @@ -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" diff --git a/libs/providers/config-cat-web/package.json b/libs/providers/config-cat-web/package.json index fa610aea..4d2d1313 100644 --- a/libs/providers/config-cat-web/package.json +++ b/libs/providers/config-cat-web/package.json @@ -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",