Skip to content

Commit

Permalink
chore(main): release react-sdk 0.0.4-experimental
Browse files Browse the repository at this point in the history
Signed-off-by: OpenFeature Bot <[email protected]>
  • Loading branch information
openfeaturebot committed Nov 21, 2023
1 parent b0cbeb4 commit 2eaeb29
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/react": "0.0.3-experimental",
"packages/react": "0.0.4-experimental",
"packages/client": "0.4.5",
"packages/server": "1.7.2",
"packages/shared": "0.0.19"
Expand Down
14 changes: 14 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.0.4-experimental](https://github.com/open-feature/js-sdk/compare/react-sdk-v0.0.3-experimental...react-sdk-v0.0.4-experimental) (2023-11-21)


### 🧹 Chore

* **main:** release core 0.0.19 ([#676](https://github.com/open-feature/js-sdk/issues/676)) ([b0cbeb4](https://github.com/open-feature/js-sdk/commit/b0cbeb460cfb210d258cb7978e77f306353037d2))


### Dependencies

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

## [0.0.3-experimental](https://github.com/open-feature/js-sdk/compare/react-sdk-v0.0.2-experimental...react-sdk-v0.0.3-experimental) (2023-11-09)


Expand Down
4 changes: 2 additions & 2 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.0.3-experimental",
"version": "0.0.4-experimental",
"description": "OpenFeature React SDK",
"main": "./dist/cjs/index.js",
"files": [
Expand Down Expand Up @@ -53,6 +53,6 @@
},
"devDependencies": {
"@openfeature/core": "0.0.19",
"@openfeature/web-sdk": "*"
"@openfeature/web-sdk": "0.4.6"
}
}

0 comments on commit 2eaeb29

Please sign in to comment.