Skip to content

Commit 8a75d26

Browse files
chore(main): release web-sdk 1.3.0
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent 80f182e commit 8a75d26

File tree

4 files changed

+29
-5
lines changed

4 files changed

+29
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages/nest": "0.2.1-experimental",
33
"packages/react": "0.4.6",
44
"packages/angular": "0.0.1-experimental",
5-
"packages/web": "1.2.4",
5+
"packages/web": "1.3.0",
66
"packages/server": "1.15.1",
77
"packages/shared": "1.4.0",
88
"packages/angular/projects/angular-sdk": "0.0.6-experimental"

packages/web/CHANGELOG.md

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

33

4+
## [1.3.0](https://github.com/open-feature/js-sdk/compare/web-sdk-v1.2.4...web-sdk-v1.3.0) (2024-10-29)
5+
6+
7+
### ✨ New Features
8+
9+
* implement tracking as per spec ([#1020](https://github.com/open-feature/js-sdk/issues/1020)) ([80f182e](https://github.com/open-feature/js-sdk/commit/80f182e1afbd3a705bf3de6a0d9886ccb3424b44))
10+
11+
12+
### 🧹 Chore
13+
14+
* import type lint rule and fixes ([#1039](https://github.com/open-feature/js-sdk/issues/1039)) ([01fcb93](https://github.com/open-feature/js-sdk/commit/01fcb933d2cbd131a0f4a005173cdd1906087e18))
15+
16+
17+
### 📚 Documentation
18+
19+
* update domain context terminology ([#1037](https://github.com/open-feature/js-sdk/issues/1037)) ([924802b](https://github.com/open-feature/js-sdk/commit/924802b21d70889631e1fb0fb02225a7f8d2638d))
20+
21+
22+
### Dependencies
23+
24+
* The following workspace dependencies were updated
25+
* devDependencies
26+
* @openfeature/core bumped from 1.4.0 to 1.5.0
27+
428
## [1.2.4](https://github.com/open-feature/js-sdk/compare/web-sdk-v1.2.3...web-sdk-v1.2.4) (2024-09-20)
529

630

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.2.4">
20-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.2.4&color=blue&style=for-the-badge" />
19+
<a href="https://github.com/open-feature/js-sdk/releases/tag/web-sdk-v1.3.0">
20+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.3.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.2.4",
3+
"version": "1.3.0",
44
"description": "OpenFeature SDK for Web",
55
"main": "./dist/cjs/index.js",
66
"files": [
@@ -50,6 +50,6 @@
5050
"@openfeature/core": "1.4.0"
5151
},
5252
"devDependencies": {
53-
"@openfeature/core": "1.4.0"
53+
"@openfeature/core": "1.5.0"
5454
}
5555
}

0 commit comments

Comments
 (0)