Skip to content

Commit f935d08

Browse files
feat(ofrep): release ofrep core as 0.1.0-experimental (open-feature#849)
1 parent b982a4f commit f935d08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"libs/providers/launchdarkly-client": "0.3.0",
99
"libs/providers/go-feature-flag-web": "0.2.0",
1010
"libs/shared/flagd-core": "0.1.11",
11-
"libs/shared/ofrep-core": "0.0.7-experimental",
11+
"libs/shared/ofrep-core": "0.1.0",
1212
"libs/providers/flipt": "0.1.0"
1313
}

libs/shared/ofrep-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/ofrep-core",
3-
"version": "0.0.7-experimental",
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)