Skip to content

Commit 05b14a9

Browse files
chore(main): release react-sdk 0.4.4 (#986)
🤖 I have created a release *beep* *boop* --- ## [0.4.4](react-sdk-v0.4.3...react-sdk-v0.4.4) (2024-08-28) ### 🧹 Chore * move client/ dir to web/ ([#991](#991)) ([df4e72e](df4e72e)) ### 📚 Documentation * **react:** update the error message ([#978](#978)) ([429c4ae](429c4ae)) --- 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 74dfccd commit 05b14a9

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-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.1-experimental",
3-
"packages/react": "0.4.3",
3+
"packages/react": "0.4.4",
44
"packages/web": "1.2.3",
55
"packages/server": "1.15.1",
66
"packages/shared": "1.4.0"

packages/react/CHANGELOG.md

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

3+
## [0.4.4](https://github.com/open-feature/js-sdk/compare/react-sdk-v0.4.3...react-sdk-v0.4.4) (2024-08-28)
4+
5+
6+
### 🧹 Chore
7+
8+
* move client/ dir to web/ ([#991](https://github.com/open-feature/js-sdk/issues/991)) ([df4e72e](https://github.com/open-feature/js-sdk/commit/df4e72eabc3370801303470ca37263a0d4d9bb38))
9+
10+
11+
### 📚 Documentation
12+
13+
* **react:** update the error message ([#978](https://github.com/open-feature/js-sdk/issues/978)) ([429c4ae](https://github.com/open-feature/js-sdk/commit/429c4ae941b66a1aa82b5aeea4bdb8b57bd05022))
14+
315
## [0.4.3](https://github.com/open-feature/js-sdk/compare/react-sdk-v0.4.2...react-sdk-v0.4.3) (2024-08-22)
416

517

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.3">
20-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.4.3&color=blue&style=for-the-badge" />
19+
<a href="https://github.com/open-feature/js-sdk/releases/tag/react-sdk-v0.4.4">
20+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.4.4&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": "0.4.3",
3+
"version": "0.4.4",
44
"description": "OpenFeature React SDK",
55
"main": "./dist/cjs/index.js",
66
"files": [

0 commit comments

Comments
 (0)