Skip to content

Commit 1f31685

Browse files
chore(main): release ofrep-web-provider 0.3.2
1 parent 7f310fe commit 1f31685

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
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": "0.2.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.1",

libs/providers/ofrep-web/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
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-01-10)
4+
5+
6+
### 🧹 Chore
7+
8+
* 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))
9+
* 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))
10+
11+
12+
### Dependencies
13+
14+
* The following workspace dependencies were updated
15+
* dependencies
16+
* @openfeature/ofrep-core bumped from 0.2.0 to 0.2.1
17+
318
## [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)
419

520

libs/providers/ofrep-web/package.json

Lines changed: 2 additions & 2 deletions
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",
@@ -13,6 +13,6 @@
1313
},
1414
"dependencies": {
1515
"undici": "^5.0.0",
16-
"@openfeature/ofrep-core": "0.2.0"
16+
"@openfeature/ofrep-core": "0.2.1"
1717
}
1818
}

0 commit comments

Comments
 (0)