Skip to content

Commit 19ebc2d

Browse files
chore(main): release web-sdk 1.6.0
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent aa232a9 commit 19ebc2d

File tree

4 files changed

+24
-5
lines changed

4 files changed

+24
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packages/nest": "0.2.5",
33
"packages/react": "1.0.0",
4-
"packages/web": "1.5.0",
4+
"packages/web": "1.6.0",
55
"packages/server": "1.18.0",
66
"packages/shared": "1.8.1",
77
"packages/angular/projects/angular-sdk": "0.0.15"

packages/web/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
# Changelog
22

33

4+
## [1.6.0](https://github.com/open-feature/js-sdk/compare/web-sdk-v1.5.0...web-sdk-v1.6.0) (2025-07-25)
5+
6+
7+
### ✨ New Features
8+
9+
* add evaluation-scoped hook data ([#1216](https://github.com/open-feature/js-sdk/issues/1216)) ([07af3a9](https://github.com/open-feature/js-sdk/commit/07af3a9eda895e9edb24c7ee1e3c1c4f16e17431))
10+
11+
12+
### 📚 Documentation
13+
14+
* Clarify the behavior of setProviderAndWait ([#1180](https://github.com/open-feature/js-sdk/issues/1180)) ([4fe8d87](https://github.com/open-feature/js-sdk/commit/4fe8d87a2e5df2cbd4086cc4f4a380e8857ed8ba))
15+
16+
17+
### Dependencies
18+
19+
* The following workspace dependencies were updated
20+
* devDependencies
21+
* @openfeature/core bumped from ^1.8.0 to ^1.9.0
22+
423
## [1.5.0](https://github.com/open-feature/js-sdk/compare/web-sdk-v1.4.1...web-sdk-v1.5.0) (2025-04-11)
524

625

packages/web/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.8.0&color=yellow&style=for-the-badge" />
1717
</a>
1818
<!-- x-release-please-start-version -->
19-
<a href="https://github.com/open-feature/js-sdk/releases/tag/web-sdk-v1.5.0">
20-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.5.0&color=blue&style=for-the-badge" />
19+
<a href="https://github.com/open-feature/js-sdk/releases/tag/web-sdk-v1.6.0">
20+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.6.0&color=blue&style=for-the-badge" />
2121
</a>
2222
<!-- x-release-please-end -->
2323
<br/>

packages/web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/web-sdk",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "OpenFeature SDK for Web",
55
"main": "./dist/cjs/index.js",
66
"files": [
@@ -49,6 +49,6 @@
4949
"@openfeature/core": "^1.8.0"
5050
},
5151
"devDependencies": {
52-
"@openfeature/core": "^1.8.0"
52+
"@openfeature/core": "^1.9.0"
5353
}
5454
}

0 commit comments

Comments
 (0)