Skip to content

Commit a9e48aa

Browse files
chore(main): release react-sdk 0.1.0-experimental (#764)
🤖 I have created a release *beep* *boop* --- ## [0.1.0-experimental](react-sdk-v0.0.6-experimental...react-sdk-v0.1.0-experimental) (2024-01-18) ### ⚠ BREAKING CHANGES * remove generic hook, add specific type hooks ([#766](#766)) ### ✨ New Features * remove generic hook, add specific type hooks ([#766](#766)) ([d1d02fa](d1d02fa)) ### 🧹 Chore * fix react-sdk REAMDE example, add missing `EvaluationContext` ([#762](#762)) ([1e13333](1e13333)) --- 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]> Signed-off-by: Todd Baert <[email protected]> Co-authored-by: Todd Baert <[email protected]>
1 parent 8e7090e commit a9e48aa

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
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.0.4-experimental",
3-
"packages/react": "0.0.6-experimental",
3+
"packages/react": "0.1.0-experimental",
44
"packages/client": "0.4.10",
55
"packages/server": "1.9.1",
66
"packages/shared": "0.0.23"

packages/react/CHANGELOG.md

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

3+
## [0.1.0-experimental](https://github.com/open-feature/js-sdk/compare/react-sdk-v0.0.6-experimental...react-sdk-v0.1.0-experimental) (2024-01-18)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* remove generic hook, add specific type hooks ([#766](https://github.com/open-feature/js-sdk/issues/766))
9+
10+
### ✨ New Features
11+
12+
* remove generic hook, add specific type hooks ([#766](https://github.com/open-feature/js-sdk/issues/766)) ([d1d02fa](https://github.com/open-feature/js-sdk/commit/d1d02fa59de5b5b1b8866c0b5d3de1a5bc0c5a04))
13+
14+
15+
### 🧹 Chore
16+
17+
* fix react-sdk REAMDE example, add missing `EvaluationContext` ([#762](https://github.com/open-feature/js-sdk/issues/762)) ([1e13333](https://github.com/open-feature/js-sdk/commit/1e1333381909b790d0c4fc7590613b2ae6f1aa2e))
18+
319
## [0.0.6-experimental](https://github.com/open-feature/js-sdk/compare/react-sdk-v0.0.5-experimental...react-sdk-v0.0.6-experimental) (2024-01-11)
420

521

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.0.6-experimental",
3+
"version": "0.1.0-experimental",
44
"description": "OpenFeature React SDK",
55
"main": "./dist/cjs/index.js",
66
"files": [

0 commit comments

Comments
 (0)