Skip to content

chore(main): release angular-sdk 1.2.0#1367

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

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

Conversation

@openfeaturebot
Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

1.2.0 (2026-03-31)

✨ New Features

  • support type-safe flag keys via module augmentation (#1349) (fb2ed4a)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @openfeature/core bumped from ^1.8.1 to ^1.10.0
      • @openfeature/web-sdk bumped from ^1.6.2 to ^1.8.0

This PR was generated with Release Please. See documentation.

Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
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.2.0, introducing support for type-safe flag keys via module augmentation and bumping devDependencies for @openfeature/core and @openfeature/web-sdk. Feedback indicates that the peerDependencies for @openfeature/web-sdk should also be updated to version 1.8.0 to ensure compatibility with the new type-safe features for end users.

"@openfeature/core": "^1.8.1",
"@openfeature/web-sdk": "^1.6.2",
"@openfeature/core": "^1.10.0",
"@openfeature/web-sdk": "^1.8.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/web-sdk is being updated to ^1.8.0, which is the version that introduces support for type-safe flag keys via module augmentation. However, the peerDependencies (line 22) still specifies ^1.4.1. Since this new feature is a primary highlight of this release, the peerDependencies should be updated to ^1.8.0 to ensure that users have a compatible version of the Web SDK installed. Without this update, users meeting the current peer dependency requirement will not be able to use the advertised type-safe flag keys.

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