Skip to content

Commit

Permalink
chore(main): release react-sdk 0.1.0-experimental (#764)
Browse files Browse the repository at this point in the history
🤖 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]>
  • Loading branch information
openfeaturebot and toddbaert authored Jan 19, 2024
1 parent 8e7090e commit a9e48aa
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/nest": "0.0.4-experimental",
"packages/react": "0.0.6-experimental",
"packages/react": "0.1.0-experimental",
"packages/client": "0.4.10",
"packages/server": "1.9.1",
"packages/shared": "0.0.23"
Expand Down
16 changes: 16 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [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)


### ⚠ BREAKING CHANGES

* remove generic hook, add specific type hooks ([#766](https://github.com/open-feature/js-sdk/issues/766))

### ✨ New Features

* 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))


### 🧹 Chore

* 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))

## [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)


Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfeature/react-sdk",
"version": "0.0.6-experimental",
"version": "0.1.0-experimental",
"description": "OpenFeature React SDK",
"main": "./dist/cjs/index.js",
"files": [
Expand Down

0 comments on commit a9e48aa

Please sign in to comment.