Skip to content

Commit 3fa006d

Browse files
chore(main): release ofrep-web-provider 0.3.2 (#1123)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b3abb35 commit 3fa006d

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.release-please-manifest.json

+1-1
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.0",
1212
"libs/providers/ofrep": "0.2.0",
13-
"libs/providers/ofrep-web": "0.3.1",
13+
"libs/providers/ofrep-web": "0.3.2",
1414
"libs/providers/flipt": "0.1.2",
1515
"libs/providers/flagsmith-client": "0.1.2",
1616
"libs/providers/flipt-web": "0.1.2",

libs/providers/ofrep-web/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### ✨ New Features
7+
8+
* support metadata in errors in OFREP ([#1203](https://github.com/open-feature/js-sdk-contrib/issues/1203)) ([ce37b6a](https://github.com/open-feature/js-sdk-contrib/commit/ce37b6adcdc9fca0af386eece00c580542cf7b4b))
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+
* update ofrep peer ([#1211](https://github.com/open-feature/js-sdk-contrib/issues/1211)) ([b3abb35](https://github.com/open-feature/js-sdk-contrib/commit/b3abb3551cb39e73046bc6fae77106225c96015d))
15+
* update sdks, absorb changes ([#1119](https://github.com/open-feature/js-sdk-contrib/issues/1119)) ([456be7c](https://github.com/open-feature/js-sdk-contrib/commit/456be7c81547478062ef16ac86ad05be71ab6c80))
16+
317
## [0.3.1](https://github.com/open-feature/js-sdk-contrib/compare/ofrep-web-provider-v0.3.0...ofrep-web-provider-v0.3.1) (2024-07-28)
418

519

libs/providers/ofrep-web/package.json

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

0 commit comments

Comments
 (0)