Skip to content

Commit e8244cf

Browse files
chore(main): release react-sdk 1.2.0 (#1315)
🤖 I have created a release *beep* *boop* --- ## [1.2.0](react-sdk-v1.1.0...react-sdk-v1.2.0) (2026-01-16) ### ✨ New Features * Add evaluation options to FeatureFlag component ([#1322](#1322)) ([f3f3685](f3f3685)) * **react:** add FeatureFlag component ([#1164](#1164)) ([e7a5fb5](e7a5fb5)) ### 🐛 Bug Fixes * infer domain from client for useContextMutator setContext ([#1317](#1317)) ([49e664f](49e664f)) * remove explicit return type for React `OpenFeatureProvider` ([#1313](#1313)) ([fb6cdc9](fb6cdc9)) ### 📚 Documentation * **react:** fix type in declarative testing example ([#1323](#1323)) ([aebc2aa](aebc2aa)) --- 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 <109696520+openfeaturebot@users.noreply.github.com>
1 parent 49e664f commit e8244cf

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-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.1.0",
3+
"packages/react": "1.2.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: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/open-feature/js-sdk/compare/react-sdk-v1.1.0...react-sdk-v1.2.0) (2026-01-16)
4+
5+
6+
### ✨ New Features
7+
8+
* Add evaluation options to FeatureFlag component ([#1322](https://github.com/open-feature/js-sdk/issues/1322)) ([f3f3685](https://github.com/open-feature/js-sdk/commit/f3f368586e3cb282e84f98a066d975a2c22d3b4c))
9+
* **react:** add FeatureFlag component ([#1164](https://github.com/open-feature/js-sdk/issues/1164)) ([e7a5fb5](https://github.com/open-feature/js-sdk/commit/e7a5fb57402760b6dd4c530d70db206111d365a7))
10+
11+
12+
### 🐛 Bug Fixes
13+
14+
* infer domain from client for useContextMutator setContext ([#1317](https://github.com/open-feature/js-sdk/issues/1317)) ([49e664f](https://github.com/open-feature/js-sdk/commit/49e664f338cb68938cd4ec6edf1c3b49bb88ad41))
15+
* remove explicit return type for React `OpenFeatureProvider` ([#1313](https://github.com/open-feature/js-sdk/issues/1313)) ([fb6cdc9](https://github.com/open-feature/js-sdk/commit/fb6cdc96b284ebcdf2e425425990a9c6255b84ee))
16+
17+
18+
### 📚 Documentation
19+
20+
* **react:** fix type in declarative testing example ([#1323](https://github.com/open-feature/js-sdk/issues/1323)) ([aebc2aa](https://github.com/open-feature/js-sdk/commit/aebc2aac9264d7e1db2af819c40a57a177fece68))
21+
322
## [1.1.0](https://github.com/open-feature/js-sdk/compare/react-sdk-v1.0.2...react-sdk-v1.1.0) (2025-12-09)
423

524

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.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" />
19+
<a href="https://github.com/open-feature/js-sdk/releases/tag/react-sdk-v1.2.0">
20+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.2.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.1.0",
3+
"version": "1.2.0",
44
"description": "OpenFeature React SDK",
55
"main": "./dist/cjs/index.js",
66
"files": [

0 commit comments

Comments
 (0)