Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
Signed-off-by: OpenFeature Bot <[email protected]>
  • Loading branch information
openfeaturebot committed May 6, 2024
1 parent 488ec8a commit 89e0430
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 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.1.4-experimental",
"packages/react": "0.3.4",
"packages/react": "0.3.5",
"packages/client": "1.0.3",
"packages/server": "1.13.5",
"packages/shared": "1.1.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @openfeature/core bumped from * to 1.1.1
* @openfeature/web-sdk bumped from * to 1.0.4

## [0.3.4](https://github.com/open-feature/js-sdk/compare/react-sdk-v0.3.3...react-sdk-v0.3.4) (2024-05-01)


Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfeature/react-sdk",
"version": "0.3.4",
"version": "0.3.5",
"description": "OpenFeature React SDK",
"main": "./dist/cjs/index.js",
"files": [
Expand Down Expand Up @@ -50,7 +50,7 @@
"react": ">=16.8.0"
},
"devDependencies": {
"@openfeature/core": "*",
"@openfeature/web-sdk": "*"
"@openfeature/core": "1.1.1",
"@openfeature/web-sdk": "1.0.4"
}
}

0 comments on commit 89e0430

Please sign in to comment.