File tree Expand file tree Collapse file tree 14 files changed +134
-49
lines changed
Expand file tree Collapse file tree 14 files changed +134
-49
lines changed Original file line number Diff line number Diff line change 11{
2- "packages/logger" : " 5.0.0-alpha.2 " ,
3- "packages/fs" : " 5.0.0-alpha.2 " ,
4- "packages/builder" : " 5.0.0-alpha.2 " ,
5- "packages/server" : " 5.0.0-alpha.2 " ,
6- "packages/project" : " 5.0.0-alpha.2 " ,
7- "packages/cli" : " 5.0.0-alpha.2 "
2+ "packages/logger" : " 5.0.0-alpha.3 " ,
3+ "packages/fs" : " 5.0.0-alpha.3 " ,
4+ "packages/builder" : " 5.0.0-alpha.3 " ,
5+ "packages/server" : " 5.0.0-alpha.3 " ,
6+ "packages/project" : " 5.0.0-alpha.3 " ,
7+ "packages/cli" : " 5.0.0-alpha.3 "
88}
Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
44
55A list of unreleased changes can be found [ here] ( https://github.com/SAP/ui5-builder/compare/v4.0.11...HEAD ) .
66
7+ ## [ 5.0.0-alpha.3] ( https://github.com/UI5/cli/compare/builder-v5.0.0-alpha.2...builder-v5.0.0-alpha.3 ) (2026-01-09)
8+
9+
10+ ### Dependencies
11+
12+ * Bump escape-unicode from 0.2.0 to 0.3.0 ([ #1160 ] ( https://github.com/UI5/cli/issues/1160 ) ) ([ 90d07bd] ( https://github.com/UI5/cli/commit/90d07bdf9703e1072a8453a58302c00ac60ad83e ) )
13+ * Bump workerpool from 9.3.4 to 10.0.1 ([ #1171 ] ( https://github.com/UI5/cli/issues/1171 ) ) ([ 1f659b4] ( https://github.com/UI5/cli/commit/1f659b405038f91f6aa62d0cc29c32376e4e24d3 ) )
14+ * The following workspace dependencies were updated
15+ * dependencies
16+ * @ui5/fs bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3
17+ * @ui5/logger bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3
18+ * devDependencies
19+ * @ui5/project bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3
20+
721## [ 5.0.0-alpha.2] ( https://github.com/UI5/cli/compare/builder-v5.0.0-alpha.1...builder-v5.0.0-alpha.2 ) (2025-12-15)
822
923
Original file line number Diff line number Diff line change 11{
22 "name" : " @ui5/builder" ,
3- "version" : " 5.0.0-alpha.2 " ,
3+ "version" : " 5.0.0-alpha.3 " ,
44 "description" : " UI5 CLI - Builder" ,
55 "author" : {
66 "name" : " SAP SE" ,
111111 },
112112 "dependencies" : {
113113 "@jridgewell/sourcemap-codec" : " ^1.5.5" ,
114- "@ui5/fs" : " ^5.0.0-alpha.2 " ,
115- "@ui5/logger" : " ^5.0.0-alpha.2 " ,
114+ "@ui5/fs" : " ^5.0.0-alpha.3 " ,
115+ "@ui5/logger" : " ^5.0.0-alpha.3 " ,
116116 "cheerio" : " 1.0.0" ,
117117 "escape-unicode" : " ^0.3.0" ,
118118 "escope" : " ^4.0.0" ,
129129 "devDependencies" : {
130130 "@istanbuljs/esm-loader-hook" : " ^0.3.0" ,
131131 "@jridgewell/trace-mapping" : " ^0.3.31" ,
132- "@ui5/project" : " ^5.0.0-alpha.2 " ,
132+ "@ui5/project" : " ^5.0.0-alpha.3 " ,
133133 "ava" : " ^6.4.1" ,
134134 "cross-env" : " ^7.0.3" ,
135135 "depcheck" : " ^1.4.7" ,
Original file line number Diff line number Diff line change @@ -4,6 +4,24 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
44
55A list of unreleased changes can be found [ here] ( https://github.com/SAP/ui5-cli/compare/v4.0.26...HEAD ) .
66
7+ ## [ 5.0.0-alpha.3] ( https://github.com/UI5/cli/compare/cli-v5.0.0-alpha.2...cli-v5.0.0-alpha.3 ) (2026-01-09)
8+
9+
10+ ### Performance Improvements
11+
12+ * ** cli:** Add CPU profiling support ([ #1260 ] ( https://github.com/UI5/cli/issues/1260 ) ) ([ d73f6b4] ( https://github.com/UI5/cli/commit/d73f6b41ccb123ecb4357f6d3a178e900c070087 ) )
13+
14+
15+ ### Dependencies
16+
17+ * The following workspace dependencies were updated
18+ * dependencies
19+ * @ui5/builder bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3
20+ * @ui5/fs bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3
21+ * @ui5/logger bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3
22+ * @ui5/project bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3
23+ * @ui5/server bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3
24+
725## [ 5.0.0-alpha.2] ( https://github.com/UI5/cli/compare/cli-v5.0.0-alpha.1...cli-v5.0.0-alpha.2 ) (2025-12-15)
826
927
Original file line number Diff line number Diff line change 11{
22 "name" : " @ui5/cli" ,
3- "version" : " 5.0.0-alpha.2 " ,
3+ "version" : " 5.0.0-alpha.3 " ,
44 "description" : " UI5 CLI - CLI" ,
55 "author" : {
66 "name" : " SAP SE" ,
104104 "directory" : " packages/cli"
105105 },
106106 "dependencies" : {
107- "@ui5/builder" : " ^5.0.0-alpha.2 " ,
108- "@ui5/fs" : " ^5.0.0-alpha.2 " ,
109- "@ui5/logger" : " ^5.0.0-alpha.2 " ,
110- "@ui5/project" : " ^5.0.0-alpha.2 " ,
111- "@ui5/server" : " ^5.0.0-alpha.2 " ,
107+ "@ui5/builder" : " ^5.0.0-alpha.3 " ,
108+ "@ui5/fs" : " ^5.0.0-alpha.3 " ,
109+ "@ui5/logger" : " ^5.0.0-alpha.3 " ,
110+ "@ui5/project" : " ^5.0.0-alpha.3 " ,
111+ "@ui5/server" : " ^5.0.0-alpha.3 " ,
112112 "chalk" : " ^5.6.2" ,
113113 "data-with-position" : " ^0.5.0" ,
114114 "import-local" : " ^3.2.0" ,
Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
44
55A list of unreleased changes can be found [ here] ( https://github.com/SAP/ui5-fs/compare/v4.0.2...HEAD ) .
66
7+ ## [ 5.0.0-alpha.3] ( https://github.com/UI5/cli/compare/fs-v5.0.0-alpha.2...fs-v5.0.0-alpha.3 ) (2026-01-09)
8+
9+
10+ ### chore
11+
12+ * ** fs:** Synchronize ui5-cli-packages versions
13+
14+
15+ ### Dependencies
16+
17+ * The following workspace dependencies were updated
18+ * dependencies
19+ * @ui5/logger bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3
20+
721## [ 5.0.0-alpha.2] ( https://github.com/UI5/cli/compare/fs-v5.0.0-alpha.1...fs-v5.0.0-alpha.2 ) (2025-12-15)
822
923
Original file line number Diff line number Diff line change 11{
22 "name" : " @ui5/fs" ,
3- "version" : " 5.0.0-alpha.2 " ,
3+ "version" : " 5.0.0-alpha.3 " ,
44 "description" : " UI5 CLI - File System Abstraction" ,
55 "author" : {
66 "name" : " SAP SE" ,
112112 "directory" : " packages/fs"
113113 },
114114 "dependencies" : {
115- "@ui5/logger" : " ^5.0.0-alpha.2 " ,
115+ "@ui5/logger" : " ^5.0.0-alpha.3 " ,
116116 "clone" : " ^2.1.2" ,
117117 "escape-string-regexp" : " ^5.0.0" ,
118118 "globby" : " ^15.0.0" ,
Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
44
55A list of unreleased changes can be found [ here] ( https://github.com/SAP/ui5-logger/compare/v4.0.2...HEAD ) .
66
7+ ## [ 5.0.0-alpha.3] ( https://github.com/UI5/cli/compare/logger-v5.0.0-alpha.2...logger-v5.0.0-alpha.3 ) (2026-01-09)
8+
9+
10+ ### chore
11+
12+ * ** logger:** Synchronize ui5-cli-packages versions
13+
714## [ 5.0.0-alpha.2] ( https://github.com/UI5/cli/compare/logger-v5.0.0-alpha.1...logger-v5.0.0-alpha.2 ) (2025-12-15)
815
916
Original file line number Diff line number Diff line change 11{
22 "name" : " @ui5/logger" ,
3- "version" : " 5.0.0-alpha.2 " ,
3+ "version" : " 5.0.0-alpha.3 " ,
44 "description" : " UI5 CLI - Internal Logger" ,
55 "author" : {
66 "name" : " SAP SE" ,
You can’t perform that action at this time.
0 commit comments