Skip to content

Commit a4adca4

Browse files
chore(main): release flipt-provider 0.1.1 (#1047)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 28bffa5 commit a4adca4

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-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": "0.2.0",
1212
"libs/providers/ofrep": "0.2.0",
1313
"libs/providers/ofrep-web": "0.3.1",
14-
"libs/providers/flipt": "0.1.0",
14+
"libs/providers/flipt": "0.1.1",
1515
"libs/providers/flagsmith-client": "0.1.2",
1616
"libs/providers/flipt-web": "0.1.0",
1717
"libs/providers/multi-provider": "0.1.1",

libs/providers/flipt/CHANGELOG.md

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

3+
## [0.1.1](https://github.com/open-feature/js-sdk-contrib/compare/flipt-provider-v0.1.0...flipt-provider-v0.1.1) (2024-09-04)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **flipt:** return the correct default value when provided in Flipt ([#1052](https://github.com/open-feature/js-sdk-contrib/issues/1052)) ([28bffa5](https://github.com/open-feature/js-sdk-contrib/commit/28bffa5f91278db0e1f4b4361d483403b626e2b9))
9+
10+
11+
### 📚 Documentation
12+
13+
* update flipt-io peer dependency ([#1046](https://github.com/open-feature/js-sdk-contrib/issues/1046)) ([00c9e87](https://github.com/open-feature/js-sdk-contrib/commit/00c9e8739808fa9b889d890968fb1f276b99a6fe))
14+
315
## [0.1.0](https://github.com/open-feature/js-sdk-contrib/compare/flipt-provider-v0.0.2...flipt-provider-v0.1.0) (2024-03-29)
416

517

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.0",
3+
"version": "0.1.1",
44
"dependencies": {
55
"tslib": "^2.3.0"
66
},

0 commit comments

Comments
 (0)