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 Nov 3, 2023
1 parent 14441b1 commit 9528ca5
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/react": "0.0.2-experimental",
"packages/client": "0.4.3",
"packages/server": "1.7.0",
"packages/react": "0.0.3-experimental",
"packages/client": "0.4.4",
"packages/server": "1.7.1",
"packages/shared": "0.0.16"
}
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.16 to 0.0.17

## [0.4.3](https://github.com/open-feature/js-sdk/compare/web-sdk-v0.4.2...web-sdk-v0.4.3) (2023-10-31)


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.3",
"version": "0.4.4",
"description": "OpenFeature SDK for Web",
"main": "./dist/cjs/index.js",
"files": [
Expand Down Expand Up @@ -49,6 +49,6 @@
"@openfeature/core": "0.0.16"
},
"devDependencies": {
"@openfeature/core": "0.0.16"
"@openfeature/core": "0.0.17"
}
}
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @openfeature/core bumped from 0.0.16 to 0.0.17
* @openfeature/web-sdk bumped from * to 0.4.4

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


Expand Down
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.2-experimental",
"version": "0.0.3-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.16",
"@openfeature/web-sdk": "*"
"@openfeature/core": "0.0.17",
"@openfeature/web-sdk": "0.4.4"
}
}
6 changes: 6 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @openfeature/core bumped from 0.0.16 to 0.0.17

## [1.7.0](https://github.com/open-feature/js-sdk/compare/server-sdk-v1.6.3...server-sdk-v1.7.0) (2023-10-31)


Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfeature/server-sdk",
"version": "1.7.0",
"version": "1.7.1",
"description": "OpenFeature SDK for JavaScript",
"main": "./dist/cjs/index.js",
"files": [
Expand Down Expand Up @@ -51,6 +51,6 @@
"@openfeature/core": "0.0.16"
},
"devDependencies": {
"@openfeature/core": "0.0.16"
"@openfeature/core": "0.0.17"
}
}

0 comments on commit 9528ca5

Please sign in to comment.