Skip to content

Commit dc10134

Browse files
chore(main): release multi-provider-web 0.0.4
1 parent 4e12029 commit dc10134

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.1.6",
2121
"libs/shared/config-cat-core": "0.1.1",

libs/providers/multi-provider-web/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.0.4](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/compare/multi-provider-web-v0.0.3...multi-provider-web-v0.0.4) (2025-06-26)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* correct multi-provider-web dependency ([#962](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/962)) ([b7c4419](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/b7c4419999e6a4b2edc1883bf78c1ac11afd16b6))
9+
10+
11+
### ✨ New Features
12+
13+
* client-side multi-provider implementation ([#942](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/942)) ([06def3e](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/06def3e8f8488941c4d4f7abca17739ebc2fbb43))
14+
315
## [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)
416

517

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
"main": "./src/index.js",
66
"typings": "./src/index.d.ts",

0 commit comments

Comments
 (0)