File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "packages/nest" : " 0.2.6" ,
3- "packages/react" : " 1.3 .0" ,
3+ "packages/react" : " 1.4 .0" ,
44 "packages/web" : " 1.8.0" ,
55 "packages/server" : " 1.21.0" ,
66 "packages/shared" : " 1.10.0" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.4.0] ( https://github.com/open-feature/js-sdk/compare/react-sdk-v1.3.0...react-sdk-v1.4.0 ) (2026-04-28)
4+
5+
6+ ### ✨ New Features
7+
8+ * expose js sdk identity on client metadata ([ #1376 ] ( https://github.com/open-feature/js-sdk/issues/1376 ) ) ([ 6c437e7] ( https://github.com/open-feature/js-sdk/commit/6c437e78662786749cba8bfe5051edbd5e6a85e1 ) )
9+
10+
11+ ### 🧹 Chore
12+
13+ * fixup test compilation issues ([ da8f5d8] ( https://github.com/open-feature/js-sdk/commit/da8f5d858ccd9ca62cdcdeec37974c81cb0c90c4 ) )
14+
15+
16+ ### Dependencies
17+
18+ * The following workspace dependencies were updated
19+ * devDependencies
20+ * @openfeature/core bumped from * to 1.11.0
21+ * @openfeature/web-sdk bumped from * to 1.9.0
22+
323## [ 1.3.0] ( https://github.com/open-feature/js-sdk/compare/react-sdk-v1.2.1...react-sdk-v1.3.0 ) (2026-04-21)
424
525
Original file line number Diff line number Diff line change 1616 <img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.8.0&color=yellow&style=for-the-badge" />
1717 </a >
1818 <!-- x-release-please-start-version -->
19- <a href =" https://github.com/open-feature/js-sdk/releases/tag/react-sdk-v1.3 .0 " >
20- <img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.3 .0&color=blue&style=for-the-badge" />
19+ <a href =" https://github.com/open-feature/js-sdk/releases/tag/react-sdk-v1.4 .0 " >
20+ <img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.4 .0&color=blue&style=for-the-badge" />
2121 </a >
2222 <!-- x-release-please-end -->
2323 <br />
Original file line number Diff line number Diff line change 11{
22 "name" : " @openfeature/react-sdk" ,
3- "version" : " 1.3 .0" ,
3+ "version" : " 1.4 .0" ,
44 "description" : " OpenFeature React SDK" ,
55 "main" : " ./dist/cjs/index.js" ,
66 "files" : [
5151 "react" : " >=16.8.0"
5252 },
5353 "devDependencies" : {
54- "@openfeature/core" : " * " ,
55- "@openfeature/web-sdk" : " * "
54+ "@openfeature/core" : " 1.11.0 " ,
55+ "@openfeature/web-sdk" : " 1.9.0 "
5656 },
5757 "sideEffects" : false
5858}
You can’t perform that action at this time.
0 commit comments