Skip to content

Commit 35177db

Browse files
chore(main): release flipt-web-provider 0.1.6
1 parent 4e12029 commit 35177db

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"libs/providers/ofrep-web": "0.3.3",
1414
"libs/providers/flipt": "0.1.3",
1515
"libs/providers/flagsmith-client": "0.1.3",
16-
"libs/providers/flipt-web": "0.1.5",
16+
"libs/providers/flipt-web": "0.1.6",
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

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

3+
## [0.1.6](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/compare/flipt-web-provider-v0.1.5...flipt-web-provider-v0.1.6) (2025-06-26)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update dependency @flipt-io/flipt-client-browser to ^0.0.18 ([#1000](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/1000)) ([27af7fe](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/27af7fe2abaf113d38078304fbb457333104ba0f))
9+
* **deps:** update dependency @flipt-io/flipt-client-browser to ^0.0.19 ([#1038](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/1038)) ([46f69d3](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/46f69d3ccbbeb76f7ae207bc96ac23a99c241465))
10+
* **deps:** update dependency @flipt-io/flipt-client-js to v0.0.2 ([#1272](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/1272)) ([d7f8746](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/d7f8746434f58333a2458418c35749c125932369))
11+
* **deps:** update dependency @flipt-io/flipt-client-js to v0.0.6 ([#1309](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/1309)) ([d3ad93e](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/d3ad93e3a92340ea405ddeeb9bb084cd58f0b552))
12+
* remove incorrect undici dep ([#1319](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/1319)) ([6ab7f1a](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/6ab7f1abfc4a1b5b22b715359cfa56a98a414e8d))
13+
* Removed incorrect string case format from the options.authentica… ([#1209](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/1209)) ([dbd2326](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/dbd23264e4d6408dd9d8b4bd62e0a2735daea1f7))
14+
15+
16+
### ✨ New Features
17+
18+
* Add Flipt web provider ([#879](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/879)) ([1bd91ff](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/1bd91ffb8a800be7f2c6c83cc6c0aba025739768))
19+
* **flipt-web:** update types to match flipt-client-js ([#1303](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/1303)) ([9e8496a](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/9e8496a384e65bee8d6cb096bdfaa909e2bfa311))
20+
321
## [0.1.5](https://github.com/open-feature/js-sdk-contrib/compare/flipt-web-provider-v0.1.4...flipt-web-provider-v0.1.5) (2025-06-06)
422

523

libs/providers/flipt-web/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-web/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-web-provider",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"license": "Apache-2.0",
55
"main": "./src/index.js",
66
"typings": "./src/index.d.ts",

0 commit comments

Comments
 (0)