Skip to content

Commit 925dec5

Browse files
chore(main): release multi-provider-web 0.0.4 (#1352)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5c3799e commit 925dec5

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"libs/providers/flagsmith-client": "0.1.3",
1616
"libs/providers/flipt-web": "0.1.5",
1717
"libs/providers/multi-provider": "0.1.2",
18-
"libs/providers/multi-provider-web": "0.0.3",
18+
"libs/providers/multi-provider-web": "0.0.4",
1919
"libs/providers/growthbook-client": "0.1.2",
2020
"libs/providers/config-cat-web": "0.2.0",
2121
"libs/shared/config-cat-core": "0.2.2",

libs/providers/multi-provider-web/CHANGELOG.md

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

3+
## [0.0.4](https://github.com/open-feature/js-sdk-contrib/compare/multi-provider-web-v0.0.3...multi-provider-web-v0.0.4) (2025-10-24)
4+
5+
6+
### ✨ New Features
7+
8+
* **multi-provider:** Add Track Method Support to Multi-Provider ([#1323](https://github.com/open-feature/js-sdk-contrib/issues/1323)) ([91ba360](https://github.com/open-feature/js-sdk-contrib/commit/91ba360d3603728574b8d8b3b030e1faed2934b9))
9+
310
## [0.0.3](https://github.com/open-feature/js-sdk-contrib/compare/multi-provider-web-v0.0.2...multi-provider-web-v0.0.3) (2024-12-24)
411

512

libs/providers/multi-provider-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/multi-provider-web",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"license": "Apache-2.0",
55
"deprecated": "This package is deprecated. The Multi-Provider is now included in @openfeature/web-sdk. Please migrate to use the SDK directly.",
66
"main": "./src/index.js",

0 commit comments

Comments
 (0)