Skip to content

chore(main): release angular-sdk 1.3.0#1395

Open
openfeaturebot wants to merge 1 commit intomainfrom
release-please--branches--main--components--angular-sdk
Open

chore(main): release angular-sdk 1.3.0#1395
openfeaturebot wants to merge 1 commit intomainfrom
release-please--branches--main--components--angular-sdk

Conversation

@openfeaturebot
Copy link
Copy Markdown
Contributor

@openfeaturebot openfeaturebot commented Apr 22, 2026

🤖 I have created a release beep boop

1.3.0 (2026-04-22)

✨ New Features

  • expose js sdk identity on client metadata (#1376) (6c437e7)

🧹 Chore

  • fixup test compilation issues (da8f5d8)

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. See documentation.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a 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 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.

Comment on lines +28 to +29
"@openfeature/core": "^1.11.0",
"@openfeature/web-sdk": "^1.9.0",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

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>
@openfeaturebot openfeaturebot force-pushed the release-please--branches--main--components--angular-sdk branch from 981ad23 to 5dd21a5 Compare April 22, 2026 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant