Skip to content

Commit a530c7f

Browse files
chore(main): release react-sdk 0.4.12
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent 6a22483 commit a530c7f

File tree

4 files changed

+21
-6
lines changed

4 files changed

+21
-6
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages/nest": "0.2.2",
3-
"packages/react": "0.4.11",
3+
"packages/react": "0.4.12",
44
"packages/angular": "0.0.1-experimental",
55
"packages/web": "1.4.1",
66
"packages/server": "1.17.1",

packages/react/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.4.12](https://github.com/open-feature/js-sdk/compare/react-sdk-v0.4.11...react-sdk-v0.4.12) (2025-02-26)
4+
5+
6+
### ✨ New Features
7+
8+
* add support for abort controllers to event handlers ([#1151](https://github.com/open-feature/js-sdk/issues/1151)) ([6a22483](https://github.com/open-feature/js-sdk/commit/6a224830fa4e62fc30a7802536f6f6fc3f772038))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* devDependencies
15+
* @openfeature/core bumped from * to 1.8.0
16+
* @openfeature/web-sdk bumped from * to 1.5.0
17+
318
## [0.4.11](https://github.com/open-feature/js-sdk/compare/react-sdk-v0.4.10...react-sdk-v0.4.11) (2025-02-07)
419

520

packages/react/README.md

+2-2
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-v0.4.11">
20-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.4.11&color=blue&style=for-the-badge" />
19+
<a href="https://github.com/open-feature/js-sdk/releases/tag/react-sdk-v0.4.12">
20+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.4.12&color=blue&style=for-the-badge" />
2121
</a>
2222
<!-- x-release-please-end -->
2323
<br/>

packages/react/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/react-sdk",
3-
"version": "0.4.11",
3+
"version": "0.4.12",
44
"description": "OpenFeature React SDK",
55
"main": "./dist/cjs/index.js",
66
"files": [
@@ -51,7 +51,7 @@
5151
"react": ">=16.8.0"
5252
},
5353
"devDependencies": {
54-
"@openfeature/core": "*",
55-
"@openfeature/web-sdk": "*"
54+
"@openfeature/core": "1.8.0",
55+
"@openfeature/web-sdk": "1.5.0"
5656
}
5757
}

0 commit comments

Comments
 (0)