chore(main): release angular-sdk 1.3.0#1395
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.
5dd21a5 to
ce15544
Compare
ce15544 to
08a1fe9
Compare
08a1fe9 to
c294c94
Compare
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
c294c94 to
d3a6353
Compare
Updated @openfeature/core and @openfeature/web-sdk versions. Signed-off-by: Lukas Reining <lukas.reining@codecentric.de>
|
🤖 Release is at https://github.com/open-feature/js-sdk/releases/tag/angular-sdk-v1.3.0 🌻 |
🤖 I have created a release *beep* *boop* --- ## [1.3.0](angular-sdk-v1.2.0...angular-sdk-v1.3.0) (2026-06-10) ### ✨ New Features * **angular:** add provideOpenFeature() standalone provider function ([#1409](#1409)) ([cddf9a9](cddf9a9)) * expose js sdk identity on client metadata ([#1376](#1376)) ([6c437e7](6c437e7)) ### 🧹 Chore * fixup test compilation issues ([da8f5d8](da8f5d8)) * resolve open dependabot security alerts ([#1402](#1402)) ([8c9669a](8c9669a)) ### Dependencies * The following workspace dependencies were updated * devDependencies * @openfeature/core bumped from ^1.8.1 to ^1.11.0 * @openfeature/web-sdk bumped from ^1.6.2 to ^1.9.0 --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Signed-off-by: Lukas Reining <lukas.reining@codecentric.de> Co-authored-by: Lukas Reining <lukas.reining@codecentric.de>
🤖 I have created a release beep boop
1.3.0 (2026-06-10)
✨ New Features
🧹 Chore
Dependencies
This PR was generated with Release Please. See documentation.