Skip to content

Commit 7ad350e

Browse files
chore(main): release flipt-provider 0.2.0
1 parent 4e12029 commit 7ad350e

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
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-06-26)
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+
* **flipt:** Add Flipt provider in openfeature-js ([#724](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/724)) ([6ec1b0e](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/6ec1b0e7c799a0c453e49ae2504a48f2b17c6aa7))
18+
* 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))
19+
320
## [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)
421

522

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)