File tree 4 files changed +23
-4
lines changed
4 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"packages/nest" : " 0.0.2-experimental" ,
3
3
"packages/react" : " 0.0.5-experimental" ,
4
- "packages/client" : " 0.4.8 " ,
4
+ "packages/client" : " 0.4.9 " ,
5
5
"packages/server" : " 1.9.0" ,
6
6
"packages/shared" : " 0.0.22"
7
7
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## [ 0.4.9] ( https://github.com/open-feature/js-sdk/compare/web-sdk-v0.4.8...web-sdk-v0.4.9 ) (2024-01-08)
5
+
6
+
7
+ ### ✨ New Features
8
+
9
+ * add named provider metadata accessor ([ #715 ] ( https://github.com/open-feature/js-sdk/issues/715 ) ) ([ 23d14aa] ( https://github.com/open-feature/js-sdk/commit/23d14aade82d25132714fd3be108cd91c9c15f49 ) )
10
+ * add PROVIDER_CONTEXT_CHANGED event (web-sdk only) ([ #731 ] ( https://github.com/open-feature/js-sdk/issues/731 ) ) ([ 7906bbe] ( https://github.com/open-feature/js-sdk/commit/7906bbedbdb822d39e5c620d6c8f0a5739a19e84 ) )
11
+
12
+
13
+ ### 🐛 Bug Fixes
14
+
15
+ * use in memory provider for e2e suites ([ #740 ] ( https://github.com/open-feature/js-sdk/issues/740 ) ) ([ 696bf4a] ( https://github.com/open-feature/js-sdk/commit/696bf4adb82339acf7d619cd5c831d6d11cec7c9 ) )
16
+
17
+
18
+ ### 🧹 Chore
19
+
20
+ * ** main:** release core 0.0.21 ([ #720 ] ( https://github.com/open-feature/js-sdk/issues/720 ) ) ([ 7d1aca4] ( https://github.com/open-feature/js-sdk/commit/7d1aca4bf85c5ed4335d39542c39c1f9a16ab568 ) )
21
+ * ** main:** release core 0.0.22 ([ #745 ] ( https://github.com/open-feature/js-sdk/issues/745 ) ) ([ a0cc855] ( https://github.com/open-feature/js-sdk/commit/a0cc85546d06ce66f881c5e80122206344f5c710 ) )
22
+
4
23
## [ 0.4.8] ( https://github.com/open-feature/js-sdk/compare/web-sdk-v0.4.7...web-sdk-v0.4.8 ) (2023-12-08)
5
24
6
25
Original file line number Diff line number Diff line change 16
16
<img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.7.0&color=yellow&style=for-the-badge" />
17
17
</a >
18
18
<!-- x-release-please-start-version -->
19
- <a href =" https://github.com/open-feature/js-sdk/releases/tag/web-sdk-v0.4.8 " >
20
- <img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.4.8 &color=blue&style=for-the-badge" />
19
+ <a href =" https://github.com/open-feature/js-sdk/releases/tag/web-sdk-v0.4.9 " >
20
+ <img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.4.9 &color=blue&style=for-the-badge" />
21
21
</a >
22
22
<!-- x-release-please-end -->
23
23
<br />
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @openfeature/web-sdk" ,
3
- "version" : " 0.4.8 " ,
3
+ "version" : " 0.4.9 " ,
4
4
"description" : " OpenFeature SDK for Web" ,
5
5
"main" : " ./dist/cjs/index.js" ,
6
6
"files" : [
You can’t perform that action at this time.
0 commit comments