Skip to content

Commit

Permalink
chore(main): release react-sdk 0.4.9
Browse files Browse the repository at this point in the history
Signed-off-by: OpenFeature Bot <[email protected]>
  • Loading branch information
openfeaturebot committed Nov 6, 2024
1 parent 26264d6 commit 16c9555
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 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.2.2",
"packages/react": "0.4.8",
"packages/react": "0.4.9",
"packages/angular": "0.0.1-experimental",
"packages/web": "1.3.1",
"packages/server": "1.16.1",
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.4.9](https://github.com/open-feature/js-sdk/compare/react-sdk-v0.4.8...react-sdk-v0.4.9) (2024-11-06)


### 📚 Documentation

* fix typos, links, and format ([#1075](https://github.com/open-feature/js-sdk/issues/1075)) ([418409e](https://github.com/open-feature/js-sdk/commit/418409e3faafc6868a9f893267a4733db9931f93))


### Dependencies

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

## [0.4.8](https://github.com/open-feature/js-sdk/compare/react-sdk-v0.4.7...react-sdk-v0.4.8) (2024-10-29)


Expand Down
4 changes: 2 additions & 2 deletions packages/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.8.0&color=yellow&style=for-the-badge" />
</a>
<!-- x-release-please-start-version -->
<a href="https://github.com/open-feature/js-sdk/releases/tag/react-sdk-v0.4.8">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.4.8&color=blue&style=for-the-badge" />
<a href="https://github.com/open-feature/js-sdk/releases/tag/react-sdk-v0.4.9">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.4.9&color=blue&style=for-the-badge" />
</a>
<!-- x-release-please-end -->
<br/>
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.4.8",
"version": "0.4.9",
"description": "OpenFeature React SDK",
"main": "./dist/cjs/index.js",
"files": [
Expand Down Expand Up @@ -52,6 +52,6 @@
},
"devDependencies": {
"@openfeature/core": "*",
"@openfeature/web-sdk": "*"
"@openfeature/web-sdk": "1.3.2"
}
}

0 comments on commit 16c9555

Please sign in to comment.