Skip to content

Commit 68585ae

Browse files
chore(main): release flipt-web-provider 0.1.2 (#1181)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dbd2326 commit 68585ae

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"libs/providers/ofrep-web": "0.3.1",
1414
"libs/providers/flipt": "0.1.2",
1515
"libs/providers/flagsmith-client": "0.1.2",
16-
"libs/providers/flipt-web": "0.1.1",
16+
"libs/providers/flipt-web": "0.1.2",
1717
"libs/providers/multi-provider": "0.1.2",
1818
"libs/providers/multi-provider-web": "0.0.3",
1919
"libs/providers/growthbook-client": "0.1.2",

libs/providers/flipt-web/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.1.2](https://github.com/open-feature/js-sdk-contrib/compare/flipt-web-provider-v0.1.1...flipt-web-provider-v0.1.2) (2025-02-11)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* Removed incorrect string case format from the options.authentica… ([#1209](https://github.com/open-feature/js-sdk-contrib/issues/1209)) ([dbd2326](https://github.com/open-feature/js-sdk-contrib/commit/dbd23264e4d6408dd9d8b4bd62e0a2735daea1f7))
9+
10+
11+
### 🧹 Chore
12+
13+
* update nx packages ([#1147](https://github.com/open-feature/js-sdk-contrib/issues/1147)) ([7f310fe](https://github.com/open-feature/js-sdk-contrib/commit/7f310fe87101b8aa793e1436e63c7602ccc202e3))
14+
315
## [0.1.1](https://github.com/open-feature/js-sdk-contrib/compare/flipt-web-provider-v0.1.0...flipt-web-provider-v0.1.1) (2024-12-02)
416

517

libs/providers/flipt-web/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/providers/flipt-web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/flipt-web-provider",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"license": "Apache-2.0",
55
"main": "./src/index.js",
66
"typings": "./src/index.d.ts",

0 commit comments

Comments
 (0)