Skip to content

Commit 029dfe9

Browse files
chore(main): release ofrep-core 0.0.2-experimental (#801)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 17e6d57 commit 029dfe9

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"libs/providers/launchdarkly-client": "0.2.1",
99
"libs/providers/go-feature-flag-web": "0.1.6",
1010
"libs/shared/flagd-core": "0.1.11",
11-
"libs/shared/ofrep-core": "0.0.1-experimental",
11+
"libs/shared/ofrep-core": "0.0.2-experimental",
1212
"libs/providers/flipt": "0.0.2"
1313
}

libs/shared/ofrep-core/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.0.2-experimental](https://github.com/open-feature/js-sdk-contrib/compare/ofrep-core-v0.0.1-experimental...ofrep-core-v0.0.2-experimental) (2024-03-15)
4+
5+
6+
### ✨ New Features
7+
8+
* **ofrep:** ofrep core ([#795](https://github.com/open-feature/js-sdk-contrib/issues/795)) ([17e6d57](https://github.com/open-feature/js-sdk-contrib/commit/17e6d57e43280a73f8c5f30fddc0447a900e3c79))

libs/shared/ofrep-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/ofrep-core",
3-
"version": "0.0.1-experimental",
3+
"version": "0.0.2-experimental",
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)