File tree 4 files changed +11
-4
lines changed 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"packages/nest" : " 0.2.1-experimental" ,
3
3
"packages/react" : " 0.4.1" ,
4
- "packages/client" : " 1.2.0 " ,
4
+ "packages/client" : " 1.2.1 " ,
5
5
"packages/server" : " 1.15.0" ,
6
6
"packages/shared" : " 1.3.0"
7
7
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## [ 1.2.1] ( https://github.com/open-feature/js-sdk/compare/web-sdk-v1.2.0...web-sdk-v1.2.1 ) (2024-06-12)
5
+
6
+
7
+ ### 🐛 Bug Fixes
8
+
9
+ * ** web-sdk:** pin core version to 1.3.0 ([ #964 ] ( https://github.com/open-feature/js-sdk/issues/964 ) ) ([ 3cde37a] ( https://github.com/open-feature/js-sdk/commit/3cde37a5ee29e71a0eb3fd8680b081d865a588f9 ) )
10
+
4
11
## [ 1.2.0] ( https://github.com/open-feature/js-sdk/compare/web-sdk-v1.1.0...web-sdk-v1.2.0 ) (2024-06-11)
5
12
6
13
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.8.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-v1.2.0 " >
20
- <img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.2.0 &color=blue&style=for-the-badge" />
19
+ <a href =" https://github.com/open-feature/js-sdk/releases/tag/web-sdk-v1.2.1 " >
20
+ <img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.2.1 &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" : " 1.2.0 " ,
3
+ "version" : " 1.2.1 " ,
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