Skip to content

Commit a1ff44a

Browse files
chore(main): release config-cat-core 0.2.0
1 parent 91ba360 commit a1ff44a

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"libs/providers/multi-provider-web": "0.0.3",
1919
"libs/providers/growthbook-client": "0.1.2",
2020
"libs/providers/config-cat-web": "0.1.6",
21-
"libs/shared/config-cat-core": "0.1.1",
21+
"libs/shared/config-cat-core": "0.2.0",
2222
"libs/providers/unleash-web": "0.1.1",
2323
"libs/providers/growthbook": "0.1.2",
2424
"libs/providers/aws-ssm": "0.1.3"

libs/shared/config-cat-core/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/compare/config-cat-core-v0.1.1...config-cat-core-v0.2.0) (2025-07-11)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* implement config cat web provider ([#918](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/918))
9+
10+
### 🐛 Bug Fixes
11+
12+
* **config-cat:** Forward default value to underlying client ([#1214](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/1214)) ([9d14173](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/9d14173cf08da3030fc58fea8786b24bafd80403))
13+
* correct openfeature core peer version ([9753545](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/9753545cd9bbc647d06ab2cdfeda52cf37550c63))
14+
* **security:** update dependency configcat-common to v9.4.0 ([#1348](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/1348)) ([601e7de](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/601e7de19948bc826778a076f27b46a8cb1fabca))
15+
* **security:** update vulnerability-updates ([#1342](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/1342)) ([fca83c9](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/fca83c925c6a3d19bac9d647562fd534397b376b))
16+
17+
18+
### ✨ New Features
19+
20+
* implement config cat web provider ([#918](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/918)) ([e280014](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/e280014f8998dd2e5f2b7700f0d24842eeafab5f))
21+
322
## [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)
423

524

libs/shared/config-cat-core/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/shared/config-cat-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/config-cat-core",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"license": "Apache-2.0",
55
"scripts": {
66
"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",

0 commit comments

Comments
 (0)