-
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
chore(main): release angular-sdk 0.0.17 #1253
Conversation
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
Summary of ChangesHello @openfeaturebot, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request represents an automated release of the OpenFeature Angular SDK, incrementing its version to 0.0.17. The release includes a specific bug fix addressing Angular tests and updates the Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
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.
Code Review
This pull request automates the release of angular-sdk
version 0.0.17
. The changes primarily consist of version bumps in package.json
, CHANGELOG.md
, and other related files. While the changes are automated, I've found a potential dependency issue in package.json
that should be addressed to prevent future build or runtime problems. I've also pointed out some minor formatting issues in the CHANGELOG.md
file for consistency.
"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 comment
The reason will be displayed to describe this comment to others. Learn more.
Updating @openfeature/web-sdk
to ^1.6.2
without updating the corresponding @openfeature/core
dependency might cause issues. The web-sdk
likely depends on a newer version of @openfeature/core
(e.g., ^1.9.0
) than what is specified here (^1.8.1
on the line above). This can lead to dependency conflicts or testing with an unintended version of @openfeature/core
. Please consider updating the @openfeature/core
dev dependency as well to align with @openfeature/web-sdk
's requirements.
|
||
## [0.0.17](https://github.com/open-feature/js-sdk/compare/angular-sdk-v0.0.16...angular-sdk-v0.0.17) (2025-09-30) | ||
|
||
|
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.
|
||
* 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 comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: Lukas Reining <lukas.reining@codecentric.de>
🤖 Release is at https://github.com/open-feature/js-sdk/releases/tag/angular-sdk-v0.0.17 🌻 |
🤖 Release is at https://github.com/open-feature/js-sdk/releases/tag/angular-sdk-v0.0.17 🌻 |
🤖 I have created a release beep boop
0.0.17 (2025-09-30)
🐛 Bug Fixes
Dependencies
This PR was generated with Release Please. See documentation.