Skip to content

Commit

Permalink
chore: prompt web-sdk 1.0 (#871)
Browse files Browse the repository at this point in the history
This will prompt a 1.0 web SDK release.

---------

Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert authored Mar 13, 2024
1 parent e47a472 commit 7d50d93
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions packages/client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
</a>
<!-- x-release-please-end -->
<br/>
<a href="https://www.repostatus.org/#wip">
<img alt="Project Status" src="https://www.repostatus.org/badges/latest/wip.svg" />
</a>
<a href="https://open-feature.github.io/js-sdk/modules/_openfeature_web_sdk.html">
<img alt="API Reference" src="https://img.shields.io/badge/reference-teal?logo=javascript&logoColor=white" />
</a>
Expand Down
2 changes: 1 addition & 1 deletion packages/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ yarn add @openfeature/react-sdk @openfeature/web-sdk @openfeature/core

The following list contains the peer dependencies of `@openfeature/react-sdk` with its expected and compatible versions:

* `@openfeature/web-sdk`: >=0.4.14
* `@openfeature/web-sdk`: >=1.0.0
* `react`: >=16.8.0

### Usage
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"homepage": "https://github.com/open-feature/js-sdk#readme",
"peerDependencies": {
"@openfeature/web-sdk": ">=0.4.14",
"@openfeature/web-sdk": ">=1.0.0",
"react": ">=16.8.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"versioning": "default"
},
"packages/client": {
"release-as": "1.0.0",
"release-type": "node",
"prerelease": false,
"bump-minor-pre-major": true,
Expand All @@ -36,7 +37,6 @@
"versioning": "default"
},
"packages/shared": {
"release-as": "1.0.0",
"release-type": "node",
"prerelease": false,
"bump-minor-pre-major": true,
Expand Down

0 comments on commit 7d50d93

Please sign in to comment.