Skip to content

Commit 2f5dbd6

Browse files
chore(main): release web-sdk 1.8.0 (#1354)
🤖 I have created a release *beep* *boop* --- ## [1.8.0](web-sdk-v1.7.3...web-sdk-v1.8.0) (2026-04-21) ### ✨ New Features * add "sideEffects": false to package.json files for all packages ([#1343](#1343)) ([d8e968e](d8e968e)) * support type-safe flag keys via module augmentation ([#1349](#1349)) ([fb2ed4a](fb2ed4a)) * support type-safe variant values for InMemoryProvider ([#1356](#1356)) ([431f899](431f899)) ### 🧹 Chore * replace test-harness submodule with spec submodule ([#1359](#1359)) ([7924205](7924205)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Signed-off-by: Todd Baert <todd.baert@dynatrace.com> Co-authored-by: Todd Baert <todd.baert@dynatrace.com>
1 parent 54acc8a commit 2f5dbd6

4 files changed

Lines changed: 19 additions & 5 deletions

File tree

.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.2.1",
4-
"packages/web": "1.7.3",
4+
"packages/web": "1.8.0",
55
"packages/server": "1.20.2",
66
"packages/shared": "1.10.0",
77
"packages/angular/projects/angular-sdk": "1.1.0"

packages/web/CHANGELOG.md

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

33

4+
## [1.8.0](https://github.com/open-feature/js-sdk/compare/web-sdk-v1.7.3...web-sdk-v1.8.0) (2026-04-21)
5+
6+
7+
### ✨ New Features
8+
9+
* add "sideEffects": false to package.json files for all packages ([#1343](https://github.com/open-feature/js-sdk/issues/1343)) ([d8e968e](https://github.com/open-feature/js-sdk/commit/d8e968ed2513fe986a6500895f3399303a2f0b96))
10+
* support type-safe flag keys via module augmentation ([#1349](https://github.com/open-feature/js-sdk/issues/1349)) ([fb2ed4a](https://github.com/open-feature/js-sdk/commit/fb2ed4a7d64d9b8437975a0ef6cb4fe6a12dd671))
11+
* support type-safe variant values for InMemoryProvider ([#1356](https://github.com/open-feature/js-sdk/issues/1356)) ([431f899](https://github.com/open-feature/js-sdk/commit/431f899191a2f7693fea9fab40f7cfb1f22f61f8))
12+
13+
14+
### 🧹 Chore
15+
16+
* replace test-harness submodule with spec submodule ([#1359](https://github.com/open-feature/js-sdk/issues/1359)) ([7924205](https://github.com/open-feature/js-sdk/commit/7924205b8b1ba6f4b25d27d45541c87c14d89737))
17+
418
## [1.7.3](https://github.com/open-feature/js-sdk/compare/web-sdk-v1.7.2...web-sdk-v1.7.3) (2026-02-18)
519

620

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.7.3">
20-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.7.3&color=blue&style=for-the-badge" />
19+
<a href="https://github.com/open-feature/js-sdk/releases/tag/web-sdk-v1.8.0">
20+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.8.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.7.3",
3+
"version": "1.8.0",
44
"description": "OpenFeature SDK for Web",
55
"main": "./dist/cjs/index.js",
66
"unpkg": "dist/global/index.min.js",
@@ -50,7 +50,7 @@
5050
},
5151
"homepage": "https://github.com/open-feature/js-sdk#readme",
5252
"peerDependencies": {
53-
"@openfeature/core": "^1.9.2"
53+
"@openfeature/core": "^1.10.0"
5454
},
5555
"devDependencies": {
5656
"@openfeature/core": "^1.9.2"

0 commit comments

Comments
 (0)