Skip to content

Commit

Permalink
chore(main): release core 1.1.1
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 8fd6e89
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages/react": "0.3.4",
"packages/client": "1.0.3",
"packages/server": "1.13.5",
"packages/shared": "1.1.0"
"packages/shared": "1.1.1"
}
7 changes: 7 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.1](https://github.com/open-feature/js-sdk/compare/core-v1.1.0...core-v1.1.1) (2024-05-06)


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

## [1.1.0](https://github.com/open-feature/js-sdk/compare/core-v1.0.0...core-v1.1.0) (2024-04-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfeature/core",
"version": "1.1.0",
"version": "1.1.1",
"description": "Shared OpenFeature JS components (server and web)",
"main": "./dist/cjs/index.js",
"files": [
Expand Down

0 comments on commit 8fd6e89

Please sign in to comment.