File tree Expand file tree Collapse file tree 14 files changed +133
-55
lines changed
Expand file tree Collapse file tree 14 files changed +133
-55
lines changed Original file line number Diff line number Diff line change 11{
2- "packages/logger" : " 4 .0.2 " ,
3- "packages/fs" : " 4 .0.2 " ,
4- "packages/builder" : " 4 .0.11 " ,
5- "packages/server" : " 4 .0.7 " ,
6- "packages/project" : " 4 .0.6 " ,
7- "packages/cli" : " 4 .0.26 "
2+ "packages/logger" : " 5 .0.0-alpha.0 " ,
3+ "packages/fs" : " 5 .0.0-alpha.0 " ,
4+ "packages/builder" : " 5 .0.0-alpha.0 " ,
5+ "packages/server" : " 5 .0.0-alpha.0 " ,
6+ "packages/project" : " 5 .0.0-alpha.0 " ,
7+ "packages/cli" : " 5 .0.0-alpha.0 "
88}
Original file line number Diff line number Diff line change @@ -4,6 +4,19 @@ 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+ <a name =" 5.0.0-alpha.0 " ></a >
8+ ## [ 5.0.0-alpha.0] ( https://github.com/UI5/cli/compare/builder-v4.0.11...builder-v5.0.0-alpha.0 ) (2025-11-25)
9+
10+
11+ ### Dependencies
12+
13+ * The following workspace dependencies were updated
14+ * dependencies
15+ * @ui5/fs bumped from ^4.0.2 to ^5.0.0-alpha.0
16+ * @ui5/logger bumped from ^4.0.2 to ^5.0.0-alpha.0
17+ * devDependencies
18+ * @ui5/project bumped from ^4.0.6 to ^5.0.0-alpha.0
19+
720<a name =" v4.0.11 " ></a >
821## [ v4.0.11] - 2025-09-11
922### Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " @ui5/builder" ,
3- "version" : " 4 .0.11 " ,
3+ "version" : " 5 .0.0-alpha.0 " ,
44 "description" : " UI5 CLI - Builder" ,
55 "author" : {
66 "name" : " SAP SE" ,
111111 },
112112 "dependencies" : {
113113 "@jridgewell/sourcemap-codec" : " ^1.5.5" ,
114- "@ui5/fs" : " ^4 .0.2 " ,
115- "@ui5/logger" : " ^4 .0.2 " ,
114+ "@ui5/fs" : " ^5 .0.0-alpha.0 " ,
115+ "@ui5/logger" : " ^5 .0.0-alpha.0 " ,
116116 "cheerio" : " 1.0.0" ,
117117 "escape-unicode" : " ^0.2.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" : " ^4 .0.6 " ,
132+ "@ui5/project" : " ^5 .0.0-alpha.0 " ,
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,25 @@ 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+ <a name =" 5.0.0-alpha.0 " ></a >
8+ ## [ 5.0.0-alpha.0] ( https://github.com/UI5/cli/compare/cli-v4.0.26...cli-v5.0.0-alpha.0 ) (2025-11-25)
9+
10+
11+ ### Features
12+
13+ * ** cli:** Use specVersion 5.0 in init command ([ c1b1432] ( https://github.com/UI5/cli/commit/c1b1432e6aeace8f5bd6cb5a8fa42685e1701c9b ) )
14+
15+
16+ ### Dependencies
17+
18+ * The following workspace dependencies were updated
19+ * dependencies
20+ * @ui5/builder bumped from ^4.0.11 to ^5.0.0-alpha.0
21+ * @ui5/fs bumped from ^4.0.2 to ^5.0.0-alpha.0
22+ * @ui5/logger bumped from ^4.0.2 to ^5.0.0-alpha.0
23+ * @ui5/project bumped from ^4.0.6 to ^5.0.0-alpha.0
24+ * @ui5/server bumped from ^4.0.7 to ^5.0.0-alpha.0
25+
726<a name =" v4.0.26 " ></a >
827## [ v4.0.26] - 2025-09-12
928### Dependency Updates
Original file line number Diff line number Diff line change 11{
22 "name" : " @ui5/cli" ,
3- "version" : " 4 .0.26 " ,
3+ "version" : " 5 .0.0-alpha.0 " ,
44 "description" : " UI5 CLI - CLI" ,
55 "author" : {
66 "name" : " SAP SE" ,
104104 "directory" : " packages/cli"
105105 },
106106 "dependencies" : {
107- "@ui5/builder" : " ^4 .0.11 " ,
108- "@ui5/fs" : " ^4 .0.2 " ,
109- "@ui5/logger" : " ^4 .0.2 " ,
110- "@ui5/project" : " ^4 .0.6 " ,
111- "@ui5/server" : " ^4 .0.7 " ,
107+ "@ui5/builder" : " ^5 .0.0-alpha.0 " ,
108+ "@ui5/fs" : " ^5 .0.0-alpha.0 " ,
109+ "@ui5/logger" : " ^5 .0.0-alpha.0 " ,
110+ "@ui5/project" : " ^5 .0.0-alpha.0 " ,
111+ "@ui5/server" : " ^5 .0.0-alpha.0 " ,
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,16 @@ 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+ <a name =" 5.0.0-alpha.0 " ></a >
8+ ## [ 5.0.0-alpha.0] ( https://github.com/UI5/cli/compare/fs-v4.0.2...fs-v5.0.0-alpha.0 ) (2025-11-25)
9+
10+
11+ ### Dependencies
12+
13+ * The following workspace dependencies were updated
14+ * dependencies
15+ * @ui5/logger bumped from ^4.0.2 to ^5.0.0-alpha.0
16+
717<a name =" v4.0.2 " ></a >
818## [ v4.0.2] - 2025-09-11
919### Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " @ui5/fs" ,
3- "version" : " 4 .0.2 " ,
3+ "version" : " 5 .0.0-alpha.0 " ,
44 "description" : " UI5 CLI - File System Abstraction" ,
55 "author" : {
66 "name" : " SAP SE" ,
112112 "directory" : " packages/fs"
113113 },
114114 "dependencies" : {
115- "@ui5/logger" : " ^4 .0.2 " ,
115+ "@ui5/logger" : " ^5 .0.0-alpha.0 " ,
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,9 @@ 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+ <a name =" 5.0.0-alpha.0 " ></a >
8+ ## [ 5.0.0-alpha.0] ( https://github.com/UI5/cli/compare/logger-v4.0.2...logger-v5.0.0-alpha.0 ) (2025-11-25)
9+
710<a name =" v4.0.2 " ></a >
811## [ v4.0.2] - 2025-09-11
912### Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " @ui5/logger" ,
3- "version" : " 4 .0.2 " ,
3+ "version" : " 5 .0.0-alpha.0 " ,
44 "description" : " UI5 CLI - Internal Logger" ,
55 "author" : {
66 "name" : " SAP SE" ,
You can’t perform that action at this time.
0 commit comments