Skip to content

Commit 520e9ee

Browse files
chore(main): release react-sdk 1.1.0
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent 279f9bf commit 520e9ee

File tree

4 files changed

+25
-5
lines changed

4 files changed

+25
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages/nest": "0.2.5",
3-
"packages/react": "1.0.2",
3+
"packages/react": "1.1.0",
44
"packages/web": "1.7.1",
55
"packages/server": "1.20.0",
66
"packages/shared": "1.9.1",

packages/react/CHANGELOG.md

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

3+
## [1.1.0](https://github.com/open-feature/js-sdk/compare/react-sdk-v1.0.2...react-sdk-v1.1.0) (2025-11-26)
4+
5+
6+
### ✨ New Features
7+
8+
* allow method to be passed into setContext hook ([#1301](https://github.com/open-feature/js-sdk/issues/1301)) ([279f9bf](https://github.com/open-feature/js-sdk/commit/279f9bf624d4e8a2171522dea49871173ea6ccd3))
9+
10+
11+
### 🐛 Bug Fixes
12+
13+
* compare full EvaluationDetails to prevent stale data ([#1287](https://github.com/open-feature/js-sdk/issues/1287)) ([8133a4f](https://github.com/open-feature/js-sdk/commit/8133a4f5c3d9f61ad30c84f532e01df8c7785a4f))
14+
* in-line docs, un-needed AbortController creation ([#1291](https://github.com/open-feature/js-sdk/issues/1291)) ([9b05be9](https://github.com/open-feature/js-sdk/commit/9b05be9a045232b36dec008611981bd721694abe))
15+
16+
17+
### Dependencies
18+
19+
* The following workspace dependencies were updated
20+
* devDependencies
21+
* @openfeature/web-sdk bumped from * to 1.7.2
22+
323
## [1.0.2](https://github.com/open-feature/js-sdk/compare/react-sdk-v1.0.1...react-sdk-v1.0.2) (2025-10-31)
424

525

packages/react/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.8.0&color=yellow&style=for-the-badge" />
1717
</a>
1818
<!-- x-release-please-start-version -->
19-
<a href="https://github.com/open-feature/js-sdk/releases/tag/react-sdk-v1.0.2">
20-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.0.2&color=blue&style=for-the-badge" />
19+
<a href="https://github.com/open-feature/js-sdk/releases/tag/react-sdk-v1.1.0">
20+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.1.0&color=blue&style=for-the-badge" />
2121
</a>
2222
<!-- x-release-please-end -->
2323
<br/>

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/react-sdk",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "OpenFeature React SDK",
55
"main": "./dist/cjs/index.js",
66
"files": [
@@ -52,6 +52,6 @@
5252
},
5353
"devDependencies": {
5454
"@openfeature/core": "*",
55-
"@openfeature/web-sdk": "*"
55+
"@openfeature/web-sdk": "1.7.2"
5656
}
5757
}

0 commit comments

Comments
 (0)