File tree Expand file tree Collapse file tree 4 files changed +23
-5
lines changed
packages/angular/projects/angular-sdk Expand file tree Collapse file tree 4 files changed +23
-5
lines changed Original file line number Diff line number Diff line change 4
4
"packages/web" : " 1.6.1" ,
5
5
"packages/server" : " 1.19.0" ,
6
6
"packages/shared" : " 1.9.1" ,
7
- "packages/angular/projects/angular-sdk" : " 0.0.16 "
7
+ "packages/angular/projects/angular-sdk" : " 0.0.17 "
8
8
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## [ 0.0.17] ( https://github.com/open-feature/js-sdk/compare/angular-sdk-v0.0.16...angular-sdk-v0.0.17 ) (2025-09-30)
5
+
6
+ ### ✨ New Features
7
+
8
+ * add feature flag service for angular #1247
9
+
10
+
11
+ ### 🐛 Bug Fixes
12
+
13
+ * angular tests in main ([ #1251 ] ( https://github.com/open-feature/js-sdk/issues/1251 ) ) ([ f42011d] ( https://github.com/open-feature/js-sdk/commit/f42011d1f8f6949022ceefbd6491fca2baa65dce ) )
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * The following workspace dependencies were updated
19
+ * devDependencies
20
+ * @openfeature/web-sdk bumped from ^1.5.0 to ^1.6.2
21
+
4
22
## [ 0.0.16] ( https://github.com/open-feature/js-sdk/compare/angular-sdk-v0.0.15...angular-sdk-v0.0.16 ) (2025-07-25)
5
23
6
24
Original file line number Diff line number Diff line change 16
16
<img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.8.0&color=yellow&style=for-the-badge" />
17
17
</a >
18
18
<!-- x-release-please-start-version -->
19
- <a href =" https://github.com/open-feature/js-sdk/releases/tag/angular-sdk-v0.0.16 " >
20
- <img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.0.16 &color=blue&style=for-the-badge" />
19
+ <a href =" https://github.com/open-feature/js-sdk/releases/tag/angular-sdk-v0.0.17 " >
20
+ <img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.0.17 &color=blue&style=for-the-badge" />
21
21
</a >
22
22
<!-- x-release-please-end -->
23
23
<br />
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @openfeature/angular-sdk" ,
3
- "version" : " 0.0.16 " ,
3
+ "version" : " 0.0.17 " ,
4
4
"description" : " OpenFeature Angular SDK" ,
5
5
"repository" : {
6
6
"type" : " git" ,
26
26
},
27
27
"devDependencies" : {
28
28
"@openfeature/core" : " ^1.8.1" ,
29
- "@openfeature/web-sdk" : " ^1.5.0 " ,
29
+ "@openfeature/web-sdk" : " ^1.6.2 " ,
30
30
"@angular/common" : " ^20.1.2" ,
31
31
"@angular/core" : " ^20.1.2"
32
32
},
You can’t perform that action at this time.
0 commit comments