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 Mar 12, 2024
1 parent d06b285 commit 11e4810
Show file tree
Hide file tree
Showing 3 changed files with 9 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,7 +1,7 @@
{
"packages/nest": "0.1.2-experimental",
"packages/react": "0.2.2-experimental",
"packages/client": "0.4.15",
"packages/client": "0.4.16",
"packages/server": "1.13.1",
"packages/shared": "0.0.28"
}
6 changes: 6 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @openfeature/core bumped from 0.0.28 to 1.0.0

## [0.4.15](https://github.com/open-feature/js-sdk/compare/web-sdk-v0.4.14...web-sdk-v0.4.15) (2024-03-05)


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": "0.4.15",
"version": "0.4.16",
"description": "OpenFeature SDK for Web",
"main": "./dist/cjs/index.js",
"files": [
Expand Down Expand Up @@ -49,6 +49,6 @@
"@openfeature/core": "0.0.28"
},
"devDependencies": {
"@openfeature/core": "0.0.28"
"@openfeature/core": "1.0.0"
}
}

0 comments on commit 11e4810

Please sign in to comment.