Skip to content

Commit ee08ec4

Browse files
committed
fix: dependencies of ofrep-web and ofrep provider
Signed-off-by: Lukas Reining <[email protected]>
1 parent 3b052ea commit ee08ec4

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

libs/providers/ofrep-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"@openfeature/web-sdk": "^1.4.0"
1313
},
1414
"dependencies": {
15-
"@openfeature/ofrep-core": "^1.0.0"
15+
"@openfeature/ofrep-core": "^2.0.0"
1616
}
1717
}

libs/providers/ofrep/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"@openfeature/server-sdk": "^1.6.0"
1313
},
1414
"dependencies": {
15-
"@openfeature/ofrep-core": "^1.0.0"
15+
"@openfeature/ofrep-core": "^2.0.0"
1616
}
1717
}

release-please-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@
8686
"prerelease": false,
8787
"bump-minor-pre-major": true,
8888
"bump-patch-for-minor-pre-major": true,
89-
"versioning": "default"
89+
"versioning": "default",
90+
"release-as": "2.0.0"
9091
},
9192
"libs/providers/flipt": {
9293
"release-type": "node",

0 commit comments

Comments
 (0)