Skip to content

Commit c0defa4

Browse files
chore(main): release flagd-core 4.0.0 (#1561)
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Signed-off-by: Todd Baert <todd.baert@dynatrace.com> Co-authored-by: Todd Baert <todd.baert@dynatrace.com>
1 parent 8ca6024 commit c0defa4

5 files changed

Lines changed: 16 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"libs/providers/config-cat": "0.8.0",
88
"libs/providers/launchdarkly-client": "0.3.3",
99
"libs/providers/go-feature-flag-web": "0.2.9",
10-
"libs/shared/flagd-core": "3.0.1",
10+
"libs/shared/flagd-core": "4.0.0",
1111
"libs/shared/ofrep-core": "2.2.0",
1212
"libs/providers/ofrep": "0.2.5",
1313
"libs/providers/ofrep-web": "0.4.1",

libs/providers/flagd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
},
1818
"dependencies": {
1919
"lru-cache": "^11.0.0",
20-
"@openfeature/flagd-core": "^3.0.0"
20+
"@openfeature/flagd-core": "^4.0.0"
2121
}
2222
}

libs/shared/flagd-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+
## [4.0.0](https://github.com/open-feature/js-sdk-contrib/compare/flagd-core-v3.0.1...flagd-core-v4.0.0) (2026-06-02)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* DISABLED is a successful evaluation (still defaults) ([#1558](https://github.com/open-feature/js-sdk-contrib/issues/1558))
9+
10+
### ✨ New Features
11+
12+
* DISABLED is a successful evaluation (still defaults) ([#1558](https://github.com/open-feature/js-sdk-contrib/issues/1558)) ([198c928](https://github.com/open-feature/js-sdk-contrib/commit/198c92840e5bbf80b300f3f585250897ea1b24e3))
13+
314
## [3.0.1](https://github.com/open-feature/js-sdk-contrib/compare/flagd-core-v3.0.0...flagd-core-v3.0.1) (2026-05-01)
415

516

libs/shared/flagd-core/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/shared/flagd-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/flagd-core",
3-
"version": "3.0.1",
3+
"version": "4.0.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/open-feature/js-sdk-contrib.git",

0 commit comments

Comments
 (0)