File tree Expand file tree Collapse file tree 4 files changed +21
-6
lines changed
packages/angular/projects/angular-sdk Expand file tree Collapse file tree 4 files changed +21
-6
lines changed Original file line number Diff line number Diff line change 55 "packages/web" : " 1.2.4" ,
66 "packages/server" : " 1.15.1" ,
77 "packages/shared" : " 1.4.0" ,
8- "packages/angular/projects/angular-sdk" : " 0.0.4 -experimental"
8+ "packages/angular/projects/angular-sdk" : " 0.0.5 -experimental"
99}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.0.5-experimental] ( https://github.com/open-feature/js-sdk/compare/angular-sdk-v0.0.4-experimental...angular-sdk-v0.0.5-experimental ) (2024-10-21)
4+
5+
6+ ### 🐛 Bug Fixes
7+
8+ * ** angular:** fix race condition on initialization ([ #1052 ] ( https://github.com/open-feature/js-sdk/issues/1052 ) ) ([ 12eaa97] ( https://github.com/open-feature/js-sdk/commit/12eaa9758d9deb788d74488ef03f18cbd31c0cbe ) )
9+
10+
11+ ### Dependencies
12+
13+ * The following workspace dependencies were updated
14+ * devDependencies
15+ * @openfeature/core bumped from * to 1.4.1
16+ * @openfeature/web-sdk bumped from * to 1.2.5
17+
318## [ 0.0.4-experimental] ( https://github.com/open-feature/js-sdk/compare/angular-sdk-v0.0.3-experimental...angular-sdk-v0.0.4-experimental ) (2024-09-30)
419
520
Original file line number Diff line number Diff line change 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/angular-sdk-v0.0.4 -experimental " >
20- <img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.0.4 -experimental&color=blue&style=for-the-badge" />
19+ <a href =" https://github.com/open-feature/js-sdk/releases/tag/angular-sdk-v0.0.5 -experimental " >
20+ <img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.0.5 -experimental&color=blue&style=for-the-badge" />
2121 </a >
2222 <!-- x-release-please-end -->
2323 <br />
Original file line number Diff line number Diff line change 11{
22 "name" : " @openfeature/angular-sdk" ,
3- "version" : " 0.0.4 -experimental" ,
3+ "version" : " 0.0.5 -experimental" ,
44 "description" : " OpenFeature Angular SDK" ,
55 "scripts" : {
66 "current-published-version" : " npm show $npm_package_name@$npm_package_version version" ,
1616 "tslib" : " ^2.3.0"
1717 },
1818 "devDependencies" : {
19- "@openfeature/core" : " * " ,
20- "@openfeature/web-sdk" : " * " ,
19+ "@openfeature/core" : " 1.4.1 " ,
20+ "@openfeature/web-sdk" : " 1.2.5 " ,
2121 "@angular/common" : " ^17.3.0" ,
2222 "@angular/core" : " ^17.3.0"
2323 },
You can’t perform that action at this time.
0 commit comments