Skip to content

Commit 021f220

Browse files
chore(main): release react-sdk 1.0.3
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent 9b05be9 commit 021f220

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-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.0.3",
44
"packages/web": "1.7.1",
55
"packages/server": "1.20.0",
66
"packages/shared": "1.9.1",

packages/react/CHANGELOG.md

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

3+
## [1.0.3](https://github.com/open-feature/js-sdk/compare/react-sdk-v1.0.2...react-sdk-v1.0.3) (2025-11-21)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* 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))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* devDependencies
15+
* @openfeature/web-sdk bumped from * to 1.7.2
16+
317
## [1.0.2](https://github.com/open-feature/js-sdk/compare/react-sdk-v1.0.1...react-sdk-v1.0.2) (2025-10-31)
418

519

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.0.3">
20+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.0.3&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.0.3",
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)