File tree 3 files changed +11
-4
lines changed
packages/angular/projects/angular-sdk
3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 5
5
"packages/web" : " 1.4.1" ,
6
6
"packages/server" : " 1.17.1" ,
7
7
"packages/shared" : " 1.7.2" ,
8
- "packages/angular/projects/angular-sdk" : " 0.0.10 "
8
+ "packages/angular/projects/angular-sdk" : " 0.0.11 "
9
9
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ### Dependencies
5
+
6
+ * The following workspace dependencies were updated
7
+ * devDependencies
8
+ * @openfeature/core bumped from * to 1.8.0
9
+ * @openfeature/web-sdk bumped from * to 1.5.0
10
+
4
11
## [ 0.0.10] ( https://github.com/open-feature/js-sdk/compare/angular-sdk-v0.0.9-experimental...angular-sdk-v0.0.10 ) (2025-02-13)
5
12
6
13
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @openfeature/angular-sdk" ,
3
- "version" : " 0.0.10 " ,
3
+ "version" : " 0.0.11 " ,
4
4
"description" : " OpenFeature Angular SDK" ,
5
5
"repository" : {
6
6
"type" : " git" ,
20
20
"tslib" : " ^2.3.0"
21
21
},
22
22
"devDependencies" : {
23
- "@openfeature/core" : " * " ,
24
- "@openfeature/web-sdk" : " * " ,
23
+ "@openfeature/core" : " 1.8.0 " ,
24
+ "@openfeature/web-sdk" : " 1.5.0 " ,
25
25
"@angular/common" : " ^19.0.0" ,
26
26
"@angular/core" : " ^19.0.0"
27
27
},
You can’t perform that action at this time.
0 commit comments