Skip to content

Commit

Permalink
chore(main): release web-sdk 1.0.4
Browse files Browse the repository at this point in the history
Signed-off-by: OpenFeature Bot <[email protected]>
  • Loading branch information
openfeaturebot committed May 2, 2024
1 parent e9a25c2 commit d4f812e
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,7 +1,7 @@
{
"packages/nest": "0.1.4-experimental",
"packages/react": "0.3.4",
"packages/client": "1.0.3",
"packages/client": "1.0.4",
"packages/server": "1.13.5",
"packages/shared": "1.1.0"
}
14 changes: 14 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog


## [1.0.4](https://github.com/open-feature/js-sdk/compare/web-sdk-v1.0.3...web-sdk-v1.0.4) (2024-05-02)


### 🐛 Bug Fixes

* removes exports of OpenFeatureClient class and makes event props readonly ([#918](https://github.com/open-feature/js-sdk/issues/918)) ([e9a25c2](https://github.com/open-feature/js-sdk/commit/e9a25c21cb17c3b5700bca652e3c0ed15e8f49b4))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @openfeature/core bumped from 1.1.0 to 1.1.1

## [1.0.3](https://github.com/open-feature/js-sdk/compare/web-sdk-v1.0.2...web-sdk-v1.0.3) (2024-04-18)


Expand Down
4 changes: 2 additions & 2 deletions packages/client/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/web-sdk-v1.0.3">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.0.3&color=blue&style=for-the-badge" />
<a href="https://github.com/open-feature/js-sdk/releases/tag/web-sdk-v1.0.4">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.0.4&color=blue&style=for-the-badge" />
</a>
<!-- x-release-please-end -->
<br/>
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfeature/web-sdk",
"version": "1.0.3",
"version": "1.0.4",
"description": "OpenFeature SDK for Web",
"main": "./dist/cjs/index.js",
"files": [
Expand Down Expand Up @@ -49,6 +49,6 @@
"@openfeature/core": "1.1.0"
},
"devDependencies": {
"@openfeature/core": "1.1.0"
"@openfeature/core": "1.1.1"
}
}

0 comments on commit d4f812e

Please sign in to comment.