File tree Expand file tree Collapse file tree 4 files changed +19
-5
lines changed
Expand file tree Collapse file tree 4 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "packages/nest" : " 0.1.2-experimental" ,
33 "packages/react" : " 0.2.3-experimental" ,
4- "packages/client" : " 1.0.1 " ,
4+ "packages/client" : " 1.0.2 " ,
55 "packages/server" : " 1.13.3" ,
66 "packages/shared" : " 1.0.0"
77}
Original file line number Diff line number Diff line change 11# Changelog
22
33
4+ ## [ 1.0.2] ( https://github.com/open-feature/js-sdk/compare/web-sdk-v1.0.1...web-sdk-v1.0.2 ) (2024-04-02)
5+
6+
7+ ### 🐛 Bug Fixes
8+
9+ * return metadata for the bound provider in hookContext ([ #883 ] ( https://github.com/open-feature/js-sdk/issues/883 ) ) ([ fd84025] ( https://github.com/open-feature/js-sdk/commit/fd84025bdfe30e8d730fa546d01c1ad6c6953189 ) )
10+
11+
12+ ### Dependencies
13+
14+ * The following workspace dependencies were updated
15+ * devDependencies
16+ * @openfeature/core bumped from 1.0.0 to 1.1.0
17+
418## [ 1.0.1] ( https://github.com/open-feature/js-sdk/compare/web-sdk-v1.0.0...web-sdk-v1.0.1 ) (2024-03-25)
519
620
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.7.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/web-sdk-v1.0.1 " >
20- <img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.0.1 &color=blue&style=for-the-badge" />
19+ <a href =" https://github.com/open-feature/js-sdk/releases/tag/web-sdk-v1.0.2 " >
20+ <img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.0.2 &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/web-sdk" ,
3- "version" : " 1.0.1 " ,
3+ "version" : " 1.0.2 " ,
44 "description" : " OpenFeature SDK for Web" ,
55 "main" : " ./dist/cjs/index.js" ,
66 "files" : [
4949 "@openfeature/core" : " 1.0.0"
5050 },
5151 "devDependencies" : {
52- "@openfeature/core" : " 1.0 .0"
52+ "@openfeature/core" : " 1.1 .0"
5353 }
5454}
You can’t perform that action at this time.
0 commit comments