Skip to content

Commit c1244c7

Browse files
chore(main): release config-cat-web-provider 0.1.0 (#1013)
Signed-off-by: Lukas Reining <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Lukas Reining <[email protected]>
1 parent fe81b12 commit c1244c7

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@
1717
"libs/providers/multi-provider": "0.1.1",
1818
"libs/providers/multi-provider-web": "0.0.2",
1919
"libs/providers/growthbook-client": "0.1.1",
20+
"libs/providers/config-cat-web": "0.1.0"
2021
"libs/shared/config-cat-core": "0.1.0"
2122
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
## 0.1.0 (2024-07-21)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* implement config cat web provider ([#918](https://github.com/open-feature/js-sdk-contrib/issues/918))
9+
10+
### ✨ New Features
11+
12+
* implement config cat web provider ([#918](https://github.com/open-feature/js-sdk-contrib/issues/918)) ([e280014](https://github.com/open-feature/js-sdk-contrib/commit/e280014f8998dd2e5f2b7700f0d24842eeafab5f))

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.6.1",
3+
"version": "0.1.0",
44
"scripts": {
55
"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",
66
"current-version": "echo $npm_package_version"

0 commit comments

Comments
 (0)