Skip to content

Commit 4d7c4f9

Browse files
chore(main): release ofrep-core 2.0.0 (#1410)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0546d3f commit 4d7c4f9

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"libs/providers/launchdarkly-client": "0.3.3",
99
"libs/providers/go-feature-flag-web": "0.2.6",
1010
"libs/shared/flagd-core": "1.1.0",
11-
"libs/shared/ofrep-core": "1.2.0",
11+
"libs/shared/ofrep-core": "2.0.0",
1212
"libs/providers/ofrep": "0.2.1",
1313
"libs/providers/ofrep-web": "0.3.4",
1414
"libs/providers/flipt": "0.1.3",

libs/shared/ofrep-core/CHANGELOG.md

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

3+
## [2.0.0](https://github.com/open-feature/js-sdk-contrib/compare/ofrep-core-v1.2.0...ofrep-core-v2.0.0) (2025-11-24)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* release 2.0.0 ([#1409](https://github.com/open-feature/js-sdk-contrib/issues/1409))
9+
10+
### chore
11+
12+
* release 2.0.0 ([#1409](https://github.com/open-feature/js-sdk-contrib/issues/1409)) ([0546d3f](https://github.com/open-feature/js-sdk-contrib/commit/0546d3f9c5d0ccf337635fd41a56d26cadad6929))
13+
314
## [1.2.0](https://github.com/open-feature/js-sdk-contrib/compare/ofrep-core-v1.1.0...ofrep-core-v1.2.0) (2025-11-19)
415

516

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": "1.2.0",
3+
"version": "2.0.0",
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)