-
Notifications
You must be signed in to change notification settings - Fork 42
chore(main): release angular-sdk 0.0.17 #1253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,24 @@ | ||
# Changelog | ||
|
||
|
||
## [0.0.17](https://github.com/open-feature/js-sdk/compare/angular-sdk-v0.0.16...angular-sdk-v0.0.17) (2025-09-30) | ||
|
||
### ✨ New Features | ||
|
||
* add feature flag service for angular #1247 | ||
|
||
|
||
### 🐛 Bug Fixes | ||
|
||
* angular tests in main ([#1251](https://github.com/open-feature/js-sdk/issues/1251)) ([f42011d](https://github.com/open-feature/js-sdk/commit/f42011d1f8f6949022ceefbd6491fca2baa65dce)) | ||
|
||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* devDependencies | ||
* @openfeature/web-sdk bumped from ^1.5.0 to ^1.6.2 | ||
|
||
## [0.0.16](https://github.com/open-feature/js-sdk/compare/angular-sdk-v0.0.15...angular-sdk-v0.0.16) (2025-07-25) | ||
|
||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@openfeature/angular-sdk", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"description": "OpenFeature Angular SDK", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -26,7 +26,7 @@ | |
}, | ||
"devDependencies": { | ||
"@openfeature/core": "^1.8.1", | ||
"@openfeature/web-sdk": "^1.5.0", | ||
"@openfeature/web-sdk": "^1.6.2", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updating |
||
"@angular/common": "^20.1.2", | ||
"@angular/core": "^20.1.2" | ||
}, | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's an extra blank line here. To maintain a clean and consistent format in the changelog, it's best to have only a single blank line after a heading.