Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the Angular SDK to version 1.3.0 and bumps the versions of @openfeature/core and @openfeature/web-sdk in devDependencies. Feedback was provided regarding the need to update the peerDependencies section in package.json to reflect these changes and to include @openfeature/core, ensuring compatibility for consumers.
| "@openfeature/core": "^1.11.0", | ||
| "@openfeature/web-sdk": "^1.9.0", |
There was a problem hiding this comment.
The devDependencies for @openfeature/core and @openfeature/web-sdk have been updated to ^1.11.0 and ^1.9.0 respectively. However, these changes are not reflected in the peerDependencies section (lines 19-23), which still lists @openfeature/web-sdk as ^1.8.0 and omits @openfeature/core entirely. Since this release introduces features that depend on these newer versions (specifically withFrameworkMetadata from @openfeature/core v1.11.0), the peerDependencies must be updated to ensure consumers install compatible versions. Additionally, as noted in the README (line 436), @openfeature/core is intended to be a peer dependency and should be explicitly listed.
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
981ad23 to
5dd21a5
Compare
🤖 I have created a release beep boop
1.3.0 (2026-04-22)
✨ New Features
🧹 Chore
Dependencies
This PR was generated with Release Please. See documentation.