Skip to content

Commit 82d48ae

Browse files
chore(main): release web-sdk 1.2.5
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent 1a73961 commit 82d48ae

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
@@ -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.2.5",
66
"packages/server": "1.15.1",
77
"packages/shared": "1.4.0",
88
"packages/angular/projects/angular-sdk": "0.0.4-experimental"

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.2.5](https://github.com/open-feature/js-sdk/compare/web-sdk-v1.2.4...web-sdk-v1.2.5) (2024-10-17)
5+
6+
7+
### 🧹 Chore
8+
9+
* 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))
10+
11+
12+
### 📚 Documentation
13+
14+
* update domain context terminology ([#1037](https://github.com/open-feature/js-sdk/issues/1037)) ([924802b](https://github.com/open-feature/js-sdk/commit/924802b21d70889631e1fb0fb02225a7f8d2638d))
15+
16+
17+
### Dependencies
18+
19+
* The following workspace dependencies were updated
20+
* devDependencies
21+
* @openfeature/core bumped from 1.4.0 to 1.4.1
22+
423
## [1.2.4](https://github.com/open-feature/js-sdk/compare/web-sdk-v1.2.3...web-sdk-v1.2.4) (2024-09-20)
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.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.2.5">
20+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.2.5&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.2.5",
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.4.1"
5454
}
5555
}

0 commit comments

Comments
 (0)