From 6aacdde18c8f8004620549b39546e2655c9d8f3b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Apr 2025 16:32:23 +0000 Subject: [PATCH] chore(main): release config-cat-core 0.1.2 --- .release-please-manifest.json | 2 +- libs/shared/config-cat-core/CHANGELOG.md | 7 +++++++ libs/shared/config-cat-core/package-lock.json | 4 ++-- libs/shared/config-cat-core/package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4e6929994..32b9ca8ec 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -18,7 +18,7 @@ "libs/providers/multi-provider-web": "0.0.3", "libs/providers/growthbook-client": "0.1.2", "libs/providers/config-cat-web": "0.1.6", - "libs/shared/config-cat-core": "0.1.1", + "libs/shared/config-cat-core": "0.1.2", "libs/providers/unleash-web": "0.1.1", "libs/providers/growthbook": "0.1.2", "libs/providers/aws-ssm": "0.1.2" diff --git a/libs/shared/config-cat-core/CHANGELOG.md b/libs/shared/config-cat-core/CHANGELOG.md index 03b3e8262..423f60a8c 100644 --- a/libs/shared/config-cat-core/CHANGELOG.md +++ b/libs/shared/config-cat-core/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/open-feature/js-sdk-contrib/compare/config-cat-core-v0.1.1...config-cat-core-v0.1.2) (2025-04-16) + + +### 🧹 Chore + +* **main:** release flipt-web-provider 0.1.3 ([#1253](https://github.com/open-feature/js-sdk-contrib/issues/1253)) ([7be62ae](https://github.com/open-feature/js-sdk-contrib/commit/7be62ae45f4dfbaefecc6205a28060698fdd884d)) + ## [0.1.1](https://github.com/open-feature/js-sdk-contrib/compare/config-cat-core-v0.1.0...config-cat-core-v0.1.1) (2025-03-12) diff --git a/libs/shared/config-cat-core/package-lock.json b/libs/shared/config-cat-core/package-lock.json index c938079cd..526be470e 100644 --- a/libs/shared/config-cat-core/package-lock.json +++ b/libs/shared/config-cat-core/package-lock.json @@ -1,12 +1,12 @@ { "name": "@openfeature/config-cat-core", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@openfeature/config-cat-core", - "version": "0.1.1", + "version": "0.1.2", "peerDependencies": { "@openfeature/core": "<=1.6.0" } diff --git a/libs/shared/config-cat-core/package.json b/libs/shared/config-cat-core/package.json index 91746da96..b6149fdfe 100644 --- a/libs/shared/config-cat-core/package.json +++ b/libs/shared/config-cat-core/package.json @@ -1,6 +1,6 @@ { "name": "@openfeature/config-cat-core", - "version": "0.1.1", + "version": "0.1.2", "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",