Skip to content

Commit 91b89e9

Browse files
chore(main): release config-cat-core 0.2.2 (#1380)
Signed-off-by: Todd Baert <[email protected]>
1 parent e921f24 commit 91b89e9

File tree

6 files changed

+13
-6
lines changed

6 files changed

+13
-6
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.2.1",
21+
"libs/shared/config-cat-core": "0.2.2",
2222
"libs/providers/unleash-web": "0.1.1",
2323
"libs/providers/growthbook": "0.1.2",
2424
"libs/providers/aws-ssm": "0.1.3"

libs/providers/config-cat-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"@openfeature/web-sdk": "^1.0.0"
1212
},
1313
"dependencies": {
14-
"@openfeature/config-cat-core": "0.2.1"
14+
"@openfeature/config-cat-core": "~0.2.2"
1515
}
1616
}

libs/providers/config-cat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"@openfeature/server-sdk": "^1.13.5"
1212
},
1313
"dependencies": {
14-
"@openfeature/config-cat-core": "0.2.1"
14+
"@openfeature/config-cat-core": "~0.2.2"
1515
}
1616
}

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

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

3+
## [0.2.2](https://github.com/open-feature/js-sdk-contrib/compare/config-cat-core-v0.2.1...config-cat-core-v0.2.2) (2025-09-18)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* 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))
9+
310
## [0.2.1](https://github.com/open-feature/js-sdk-contrib/compare/config-cat-core-v0.2.0...config-cat-core-v0.2.1) (2025-09-18)
411

512

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.2.1",
3+
"version": "0.2.2",
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)