File tree Expand file tree Collapse file tree 4 files changed +24
-5
lines changed Expand file tree Collapse file tree 4 files changed +24
-5
lines changed Original file line number Diff line number Diff line change 22 "packages/nest" : " 0.2.1-experimental" ,
33 "packages/react" : " 0.4.6" ,
44 "packages/angular" : " 0.0.1-experimental" ,
5- "packages/web" : " 1.2.4 " ,
5+ "packages/web" : " 1.2.5 " ,
66 "packages/server" : " 1.15.1" ,
77 "packages/shared" : " 1.4.0" ,
88 "packages/angular/projects/angular-sdk" : " 0.0.4-experimental"
Original file line number Diff line number Diff line change 11# Changelog
22
33
4+ ## [ 1.2.5] ( https://github.com/open-feature/js-sdk/compare/web-sdk-v1.2.4...web-sdk-v1.2.5 ) (2024-10-21)
5+
6+
7+ ### 🧹 Chore
8+
9+ * import type lint rule and fixes ([ #1039 ] ( https://github.com/open-feature/js-sdk/issues/1039 ) ) ([ 01fcb93] ( https://github.com/open-feature/js-sdk/commit/01fcb933d2cbd131a0f4a005173cdd1906087e18 ) )
10+
11+
12+ ### 📚 Documentation
13+
14+ * update domain context terminology ([ #1037 ] ( https://github.com/open-feature/js-sdk/issues/1037 ) ) ([ 924802b] ( https://github.com/open-feature/js-sdk/commit/924802b21d70889631e1fb0fb02225a7f8d2638d ) )
15+
16+
17+ ### Dependencies
18+
19+ * The following workspace dependencies were updated
20+ * devDependencies
21+ * @openfeature/core bumped from 1.4.0 to 1.4.1
22+
423## [ 1.2.4] ( https://github.com/open-feature/js-sdk/compare/web-sdk-v1.2.3...web-sdk-v1.2.4 ) (2024-09-20)
524
625
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/web-sdk-v1.2.4 " >
20- <img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.2.4 &color=blue&style=for-the-badge" />
19+ <a href =" https://github.com/open-feature/js-sdk/releases/tag/web-sdk-v1.2.5 " >
20+ <img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.2.5 &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.2.4 " ,
3+ "version" : " 1.2.5 " ,
44 "description" : " OpenFeature SDK for Web" ,
55 "main" : " ./dist/cjs/index.js" ,
66 "files" : [
5050 "@openfeature/core" : " 1.4.0"
5151 },
5252 "devDependencies" : {
53- "@openfeature/core" : " 1.4.0 "
53+ "@openfeature/core" : " 1.4.1 "
5454 }
5555}
You can’t perform that action at this time.
0 commit comments