Skip to content

Commit 9fb2084

Browse files
chore(main): release flipt-provider 0.2.0
1 parent 91ba360 commit 9fb2084

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"libs/shared/ofrep-core": "1.0.1",
1212
"libs/providers/ofrep": "0.2.1",
1313
"libs/providers/ofrep-web": "0.3.3",
14-
"libs/providers/flipt": "0.1.3",
14+
"libs/providers/flipt": "0.2.0",
1515
"libs/providers/flagsmith-client": "0.1.3",
1616
"libs/providers/flipt-web": "0.1.5",
1717
"libs/providers/multi-provider": "0.1.2",

libs/providers/flipt/CHANGELOG.md

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

3+
## [0.2.0](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/compare/flipt-provider-v0.1.3...flipt-provider-v0.2.0) (2025-07-11)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* update OpenFeature SDK peer ([#798](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/798))
9+
10+
### 🐛 Bug Fixes
11+
12+
* **flipt:** return the correct default value when provided in Flipt ([#1052](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/1052)) ([28bffa5](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/28bffa5f91278db0e1f4b4361d483403b626e2b9))
13+
14+
15+
### ✨ New Features
16+
17+
* update OpenFeature SDK peer ([#798](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/798)) ([ebd16b9](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/ebd16b9630bcc6b253a7061a144e8d476cd8b586))
18+
319
## [0.1.3](https://github.com/open-feature/js-sdk-contrib/compare/flipt-provider-v0.1.2...flipt-provider-v0.1.3) (2025-04-10)
420

521

libs/providers/flipt/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/providers/flipt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/flipt-provider",
3-
"version": "0.1.3",
3+
"version": "0.2.0",
44
"license": "Apache-2.0",
55
"main": "./src/index.js",
66
"typings": "./src/index.d.ts",

0 commit comments

Comments
 (0)