Skip to content

Commit 7dc79e1

Browse files
chore(main): release react-sdk 1.1.0 (#1292)
🤖 I have created a release *beep* *boop* --- ## [1.1.0](react-sdk-v1.0.2...react-sdk-v1.1.0) (2025-12-09) ### ✨ New Features * allow method to be passed into setContext hook ([#1301](#1301)) ([279f9bf](279f9bf)) ### 🐛 Bug Fixes * await context change in useContextMutator setContext ([#1306](#1306)) ([7ef721a](7ef721a)) * compare full EvaluationDetails to prevent stale data ([#1287](#1287)) ([8133a4f](8133a4f)) * in-line docs, un-needed AbortController creation ([#1291](#1291)) ([9b05be9](9b05be9)) * use actual previous context to noop useContextMutator setContext ([#1305](#1305)) ([4d15a86](4d15a86)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Signed-off-by: OpenFeature Bot <[email protected]>
1 parent 53259f5 commit 7dc79e1

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
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.2",
55
"packages/server": "1.20.1",
66
"packages/shared": "1.9.1",

packages/react/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
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-12-09)
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+
* await context change in useContextMutator setContext ([#1306](https://github.com/open-feature/js-sdk/issues/1306)) ([7ef721a](https://github.com/open-feature/js-sdk/commit/7ef721aa9ba4c70497759a4de462715d1b32b240))
14+
* 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))
15+
* 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))
16+
* use actual previous context to noop useContextMutator setContext ([#1305](https://github.com/open-feature/js-sdk/issues/1305)) ([4d15a86](https://github.com/open-feature/js-sdk/commit/4d15a86b2b86764104f23965a2312a4b2f712a4e))
17+
318
## [1.0.2](https://github.com/open-feature/js-sdk/compare/react-sdk-v1.0.1...react-sdk-v1.0.2) (2025-10-31)
419

520

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: 1 addition & 1 deletion
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": [

0 commit comments

Comments
 (0)