Skip to content

Commit d309165

Browse files
chore(main): release flagd-core 2.0.0 (#1490)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d314df9 commit d309165

4 files changed

Lines changed: 15 additions & 4 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.8",
10-
"libs/shared/flagd-core": "1.3.0",
10+
"libs/shared/flagd-core": "2.0.0",
1111
"libs/shared/ofrep-core": "2.0.0",
1212
"libs/providers/ofrep": "0.2.3",
1313
"libs/providers/ofrep-web": "0.3.5",

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+
## [2.0.0](https://github.com/open-feature/js-sdk-contrib/compare/flagd-core-v1.3.0...flagd-core-v2.0.0) (2026-03-11)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* graceful fallback to code default ([#1461](https://github.com/open-feature/js-sdk-contrib/issues/1461))
9+
10+
### ✨ New Features
11+
12+
* graceful fallback to code default ([#1461](https://github.com/open-feature/js-sdk-contrib/issues/1461)) ([d314df9](https://github.com/open-feature/js-sdk-contrib/commit/d314df90df26b7f7d5ae1e2a298e2cd4b844b288))
13+
314
## [1.3.0](https://github.com/open-feature/js-sdk-contrib/compare/flagd-core-v1.2.0...flagd-core-v1.3.0) (2026-03-10)
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": "1.3.0",
3+
"version": "2.0.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/open-feature/js-sdk-contrib.git",

0 commit comments

Comments
 (0)