Skip to content

Commit 0ea77d8

Browse files
chore(main): release config-cat-web-provider 0.2.0
1 parent 4e12029 commit 0ea77d8

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"libs/providers/multi-provider": "0.1.2",
1818
"libs/providers/multi-provider-web": "0.0.3",
1919
"libs/providers/growthbook-client": "0.1.2",
20-
"libs/providers/config-cat-web": "0.1.6",
20+
"libs/providers/config-cat-web": "0.2.0",
2121
"libs/shared/config-cat-core": "0.1.1",
2222
"libs/providers/unleash-web": "0.1.1",
2323
"libs/providers/growthbook": "0.1.2",

libs/providers/config-cat-web/CHANGELOG.md

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

3+
## [0.2.0](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/compare/config-cat-web-provider-v0.1.6...config-cat-web-provider-v0.2.0) (2025-06-26)
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-web:** Fix code examples in README.md ([#1050](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/1050)) ([0b6179b](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/0b6179b9cb16cce592be6c2fbe86dbacce5adc1f))
13+
* **config-cat-web:** Update dependency configcat-js-ssr to v8.4.2 ([#1041](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/1041)) ([55e554d](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/55e554d9fc9966d7d2b364da4776c478a2ba9bb1))
14+
* **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))
15+
* **config-cat:** Revise readme ([#1054](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/1054)) ([7e1dd72](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/7e1dd72a1450a9982b340afda62d34379d1b3f16))
16+
* **config-cat:** Rework error reporting ([#1242](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/1242)) ([0425619](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/04256197bf6e7da70afd4ac1c31bdaf55ce4b789))
17+
18+
19+
### ✨ New Features
20+
21+
* 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))
22+
323
## [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)
424

525

libs/providers/config-cat-web/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/providers/config-cat-web/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-web-provider",
3-
"version": "0.1.6",
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)