Skip to content

Commit 4c3b8ba

Browse files
chore(main): release react-sdk 0.4.7
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent ec3d967 commit 4c3b8ba

File tree

4 files changed

+27
-6
lines changed

4 files changed

+27
-6
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.1-experimental",
3-
"packages/react": "0.4.6",
3+
"packages/react": "0.4.7",
44
"packages/angular": "0.0.1-experimental",
55
"packages/web": "1.2.4",
66
"packages/server": "1.15.1",

packages/react/CHANGELOG.md

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

3+
## [0.4.7](https://github.com/open-feature/js-sdk/compare/react-sdk-v0.4.6...react-sdk-v0.4.7) (2024-10-17)
4+
5+
6+
### ✨ New Features
7+
8+
* avoid re-resolving flags unaffected by a change event ([#1024](https://github.com/open-feature/js-sdk/issues/1024)) ([b8f9b4e](https://github.com/open-feature/js-sdk/commit/b8f9b4ebaf4bdd93669fc6da09d9f97a498174d9))
9+
* use mutate context hook ([#1031](https://github.com/open-feature/js-sdk/issues/1031)) ([ec3d967](https://github.com/open-feature/js-sdk/commit/ec3d967f8b9dd0854706a904a5360f0a0b843595))
10+
11+
12+
### 🧹 Chore
13+
14+
* import type lint rule and fixes ([#1039](https://github.com/open-feature/js-sdk/issues/1039)) ([01fcb93](https://github.com/open-feature/js-sdk/commit/01fcb933d2cbd131a0f4a005173cdd1906087e18))
15+
16+
17+
### Dependencies
18+
19+
* The following workspace dependencies were updated
20+
* devDependencies
21+
* @openfeature/core bumped from * to 1.4.1
22+
* @openfeature/web-sdk bumped from * to 1.2.5
23+
324
## [0.4.6](https://github.com/open-feature/js-sdk/compare/react-sdk-v0.4.5...react-sdk-v0.4.6) (2024-09-23)
425

526

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

packages/react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/react-sdk",
3-
"version": "0.4.6",
3+
"version": "0.4.7",
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.4.1",
55+
"@openfeature/web-sdk": "1.2.5"
5656
}
5757
}

0 commit comments

Comments
 (0)