Skip to content

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

Merged
lukas-reining merged 2 commits into
mainfrom
release-please--branches--main--components--angular-sdk
Jun 10, 2026
Merged

chore(main): release angular-sdk 1.3.0#1395
lukas-reining merged 2 commits into
mainfrom
release-please--branches--main--components--angular-sdk

Conversation

@openfeaturebot

@openfeaturebot openfeaturebot commented Apr 22, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

1.3.0 (2026-06-10)

✨ New Features

  • angular: add provideOpenFeature() standalone provider function (#1409) (cddf9a9)
  • expose js sdk identity on client metadata (#1376) (6c437e7)

🧹 Chore

  • fixup test compilation issues (da8f5d8)
  • resolve open dependabot security alerts (#1402) (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. See documentation.

@gemini-code-assist gemini-code-assist Bot left a comment

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.

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.

@openfeaturebot openfeaturebot force-pushed the release-please--branches--main--components--angular-sdk branch 2 times, most recently from 5dd21a5 to ce15544 Compare April 28, 2026 20:29
@openfeaturebot openfeaturebot force-pushed the release-please--branches--main--components--angular-sdk branch from ce15544 to 08a1fe9 Compare May 19, 2026 16:59
@openfeaturebot openfeaturebot force-pushed the release-please--branches--main--components--angular-sdk branch from 08a1fe9 to c294c94 Compare June 1, 2026 18:19
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 c294c94 to d3a6353 Compare June 10, 2026 15:36
Updated @openfeature/core and @openfeature/web-sdk versions.

Signed-off-by: Lukas Reining <lukas.reining@codecentric.de>
@lukas-reining lukas-reining merged commit 4175342 into main Jun 10, 2026
11 of 14 checks passed
@lukas-reining lukas-reining deleted the release-please--branches--main--components--angular-sdk branch June 10, 2026 15:54
@openfeaturebot

Copy link
Copy Markdown
Contributor Author

toddbaert pushed a commit that referenced this pull request Jun 12, 2026
🤖 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>
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.

2 participants