Skip to content

Commit 4e12029

Browse files
chore(main): release ofrep-web-provider 0.3.3 (#1320)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6ab7f1a commit 4e12029

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
@@ -10,7 +10,7 @@
1010
"libs/shared/flagd-core": "1.0.0",
1111
"libs/shared/ofrep-core": "1.0.1",
1212
"libs/providers/ofrep": "0.2.1",
13-
"libs/providers/ofrep-web": "0.3.2",
13+
"libs/providers/ofrep-web": "0.3.3",
1414
"libs/providers/flipt": "0.1.3",
1515
"libs/providers/flagsmith-client": "0.1.3",
1616
"libs/providers/flipt-web": "0.1.5",

libs/providers/ofrep-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.3.3](https://github.com/open-feature/js-sdk-contrib/compare/ofrep-web-provider-v0.3.2...ofrep-web-provider-v0.3.3) (2025-06-23)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* remove incorrect undici dep ([#1319](https://github.com/open-feature/js-sdk-contrib/issues/1319)) ([6ab7f1a](https://github.com/open-feature/js-sdk-contrib/commit/6ab7f1abfc4a1b5b22b715359cfa56a98a414e8d))
9+
310
## [0.3.2](https://github.com/open-feature/js-sdk-contrib/compare/ofrep-web-provider-v0.3.1...ofrep-web-provider-v0.3.2) (2025-02-13)
411

512

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

0 commit comments

Comments
 (0)