Skip to content

Commit cba22e7

Browse files
chore(main): release react-sdk 0.2.4-experimental (#895)
🤖 I have created a release *beep* *boop* --- ## [0.2.4-experimental](react-sdk-v0.2.3-experimental...react-sdk-v0.2.4-experimental) (2024-04-03) ### ✨ New Features * query-style, generic useFlag hook ([#897](#897)) ([5c17b8d](5c17b8d)) ### 🔄 Refactoring * dir restructure ([#894](#894)) ([ce9f65c](ce9f65c)) --- 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 <[email protected]>
1 parent 5c17b8d commit cba22e7

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.1.3-experimental",
3-
"packages/react": "0.2.3-experimental",
3+
"packages/react": "0.2.4-experimental",
44
"packages/client": "1.0.2",
55
"packages/server": "1.13.4",
66
"packages/shared": "1.1.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.2.4-experimental](https://github.com/open-feature/js-sdk/compare/react-sdk-v0.2.3-experimental...react-sdk-v0.2.4-experimental) (2024-04-03)
4+
5+
6+
### ✨ New Features
7+
8+
* query-style, generic useFlag hook ([#897](https://github.com/open-feature/js-sdk/issues/897)) ([5c17b8d](https://github.com/open-feature/js-sdk/commit/5c17b8dfcffd2f0145e5b2c79fa9dff842bbac92))
9+
10+
11+
### 🔄 Refactoring
12+
13+
* dir restructure ([#894](https://github.com/open-feature/js-sdk/issues/894)) ([ce9f65c](https://github.com/open-feature/js-sdk/commit/ce9f65c6ec41867f67c528997cf3acef367f9260))
14+
315
## [0.2.3-experimental](https://github.com/open-feature/js-sdk/compare/react-sdk-v0.2.2-experimental...react-sdk-v0.2.3-experimental) (2024-03-25)
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.7.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.2.3-experimental">
20-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.2.3-experimental&color=blue&style=for-the-badge" />
19+
<a href="https://github.com/open-feature/js-sdk/releases/tag/react-sdk-v0.2.4-experimental">
20+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.2.4-experimental&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.2.3-experimental",
3+
"version": "0.2.4-experimental",
44
"description": "OpenFeature React SDK",
55
"main": "./dist/cjs/index.js",
66
"files": [

0 commit comments

Comments
 (0)