Skip to content

Commit

Permalink
chore(main): release react-sdk 0.0.2-experimental
Browse files Browse the repository at this point in the history
Signed-off-by: OpenFeature Bot <[email protected]>
  • Loading branch information
openfeaturebot committed Oct 31, 2023
1 parent 1349bee commit d04be74
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 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.1-experimental",
"packages/react": "0.0.2-experimental",
"packages/client": "0.4.2",
"packages/server": "1.6.3",
"packages/shared": "0.0.14"
Expand Down
16 changes: 16 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## [0.0.2-experimental](https://github.com/open-feature/js-sdk/compare/react-sdk-v0.0.1-experimental...react-sdk-v0.0.2-experimental) (2023-10-31)


### Features

* extract and publish core package ([#629](https://github.com/open-feature/js-sdk/issues/629)) ([c3ee90b](https://github.com/open-feature/js-sdk/commit/c3ee90b2e0fdcec235069960e7ec03e63028b08c))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @openfeature/core bumped from 0.0.14 to 0.0.15
* @openfeature/web-sdk bumped from * to 0.4.3
6 changes: 3 additions & 3 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.1-experimental",
"version": "0.0.2-experimental",
"description": "OpenFeature React SDK",
"main": "./dist/cjs/index.js",
"files": [
Expand Down Expand Up @@ -52,7 +52,7 @@
"react": ">=18.0.0"
},
"devDependencies": {
"@openfeature/core": "0.0.14",
"@openfeature/web-sdk": "*"
"@openfeature/core": "0.0.15",
"@openfeature/web-sdk": "0.4.3"
}
}

0 comments on commit d04be74

Please sign in to comment.