chore(main): release web-sdk 1.9.0#1400
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the @openfeature/web-sdk to version 1.9.0, including updates to the changelog, manifest, and README. It also bumps the @openfeature/core devDependency to version 1.11.0. A review comment identifies that the peerDependencies for @openfeature/core should also be updated to ^1.11.0 to ensure compatibility with new metadata fields and prevent potential runtime issues.
| }, | ||
| "devDependencies": { | ||
| "@openfeature/core": "^1.9.2" | ||
| "@openfeature/core": "^1.11.0" |
There was a problem hiding this comment.
The devDependencies for @openfeature/core has been updated to ^1.11.0. Since this release introduces new metadata fields (sdk and paradigm in OpenFeatureClient.metadata) that likely rely on definitions in @openfeature/core v1.11.0, the peerDependencies should also be updated to ^1.11.0. This ensures that consumers of the SDK have a compatible version of the core package and avoids potential type mismatches or missing properties at runtime.
8681d49 to
30b7acd
Compare
30b7acd to
de660fa
Compare
de660fa to
38e19e0
Compare
a194c1b to
018e788
Compare
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
018e788 to
980065f
Compare
🤖 I have created a release beep boop
1.9.0 (2026-06-12)
✨ New Features
This PR was generated with Release Please. See documentation.