File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "packages/logger" : " 5.0.0-alpha.8 " ,
3- "packages/fs" : " 5.0.0-alpha.8 " ,
4- "packages/builder" : " 5.0.0-alpha.8 " ,
5- "packages/server" : " 5.0.0-alpha.8 " ,
6- "packages/project" : " 5.0.0-alpha.8 " ,
7- "packages/cli" : " 5.0.0-alpha.8 "
2+ "packages/logger" : " 5.0.0-alpha.9 " ,
3+ "packages/fs" : " 5.0.0-alpha.9 " ,
4+ "packages/builder" : " 5.0.0-alpha.9 " ,
5+ "packages/server" : " 5.0.0-alpha.9 " ,
6+ "packages/project" : " 5.0.0-alpha.9 " ,
7+ "packages/cli" : " 5.0.0-alpha.9 "
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.9] ( https://github.com/UI5/cli/compare/builder-v5.0.0-alpha.8...builder-v5.0.0-alpha.9 ) (2026-08-25)
8+
9+
10+ ### Dependencies
11+
12+ * Bump less-openui5 from 0.11.6 to 0.12.0 ([ 146a8fd] ( https://github.com/UI5/cli/commit/146a8fde30565e041cf48e36dee030e5744d9124 ) )
13+ * Bump the npm group with 7 updates ([ 77718d7] ( https://github.com/UI5/cli/commit/77718d760db51a2ab248d0454df1eb3d64facc9a ) )
14+ * The following workspace dependencies were updated
15+ * dependencies
16+ * @ui5/fs bumped from ^5.0.0-alpha.8 to ^5.0.0-alpha.9
17+ * @ui5/logger bumped from ^5.0.0-alpha.8 to ^5.0.0-alpha.9
18+ * devDependencies
19+ * @ui5/project bumped from ^5.0.0-alpha.8 to ^5.0.0-alpha.9
20+
721## [ 5.0.0-alpha.8] ( https://github.com/UI5/cli/compare/builder-v5.0.0-alpha.7...builder-v5.0.0-alpha.8 ) (2026-08-14)
822
923
Original file line number Diff line number Diff line change 11{
22 "name" : " @ui5/builder" ,
3- "version" : " 5.0.0-alpha.8 " ,
3+ "version" : " 5.0.0-alpha.9 " ,
44 "description" : " UI5 CLI - Builder" ,
55 "author" : {
66 "name" : " SAP SE" ,
9191 },
9292 "dependencies" : {
9393 "@jridgewell/sourcemap-codec" : " ^1.5.5" ,
94- "@ui5/fs" : " ^5.0.0-alpha.8 " ,
95- "@ui5/logger" : " ^5.0.0-alpha.8 " ,
94+ "@ui5/fs" : " ^5.0.0-alpha.9 " ,
95+ "@ui5/logger" : " ^5.0.0-alpha.9 " ,
9696 "cheerio" : " 1.0.0" ,
9797 "escape-unicode" : " ^0.3.0" ,
9898 "escope" : " ^4.0.0" ,
109109 "devDependencies" : {
110110 "@istanbuljs/esm-loader-hook" : " ^0.3.0" ,
111111 "@jridgewell/trace-mapping" : " ^0.3.31" ,
112- "@ui5/project" : " ^5.0.0-alpha.8 " ,
112+ "@ui5/project" : " ^5.0.0-alpha.9 " ,
113113 "ava" : " ^8.0.1" ,
114114 "cross-env" : " ^10.1.0" ,
115115 "eslint" : " ^10.9.0" ,
Original file line number Diff line number Diff line change @@ -4,6 +4,21 @@ 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.9] ( https://github.com/UI5/cli/compare/cli-v5.0.0-alpha.8...cli-v5.0.0-alpha.9 ) (2026-08-25)
8+
9+
10+ ### Dependencies
11+
12+ * Bump chalk from 5.6.2 to 6.0.0 ([ 62a3e39] ( https://github.com/UI5/cli/commit/62a3e3971ca3079b7cbfb6cfd4c28bd2e902e767 ) )
13+ * Bump the npm group with 7 updates ([ 77718d7] ( https://github.com/UI5/cli/commit/77718d760db51a2ab248d0454df1eb3d64facc9a ) )
14+ * The following workspace dependencies were updated
15+ * dependencies
16+ * @ui5/builder bumped from ^5.0.0-alpha.8 to ^5.0.0-alpha.9
17+ * @ui5/fs bumped from ^5.0.0-alpha.8 to ^5.0.0-alpha.9
18+ * @ui5/logger bumped from ^5.0.0-alpha.8 to ^5.0.0-alpha.9
19+ * @ui5/project bumped from ^5.0.0-alpha.8 to ^5.0.0-alpha.9
20+ * @ui5/server bumped from ^5.0.0-alpha.8 to ^5.0.0-alpha.9
21+
722## [ 5.0.0-alpha.8] ( https://github.com/UI5/cli/compare/cli-v5.0.0-alpha.7...cli-v5.0.0-alpha.8 ) (2026-08-14)
823
924
Original file line number Diff line number Diff line change 11{
22 "name" : " @ui5/cli" ,
3- "version" : " 5.0.0-alpha.8 " ,
3+ "version" : " 5.0.0-alpha.9 " ,
44 "description" : " UI5 CLI - CLI" ,
55 "author" : {
66 "name" : " SAP SE" ,
5151 "directory" : " packages/cli"
5252 },
5353 "dependencies" : {
54- "@ui5/builder" : " ^5.0.0-alpha.8 " ,
55- "@ui5/fs" : " ^5.0.0-alpha.8 " ,
56- "@ui5/logger" : " ^5.0.0-alpha.8 " ,
57- "@ui5/project" : " ^5.0.0-alpha.8 " ,
58- "@ui5/server" : " ^5.0.0-alpha.8 " ,
54+ "@ui5/builder" : " ^5.0.0-alpha.9 " ,
55+ "@ui5/fs" : " ^5.0.0-alpha.9 " ,
56+ "@ui5/logger" : " ^5.0.0-alpha.9 " ,
57+ "@ui5/project" : " ^5.0.0-alpha.9 " ,
58+ "@ui5/server" : " ^5.0.0-alpha.9 " ,
5959 "chalk" : " ^6.0.0" ,
6060 "data-with-position" : " ^0.5.0" ,
6161 "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+ ## [ 5.0.0-alpha.9] ( https://github.com/UI5/cli/compare/fs-v5.0.0-alpha.8...fs-v5.0.0-alpha.9 ) (2026-08-25)
8+
9+
10+ ### Dependencies
11+
12+ * Bump the npm group with 7 updates ([ 77718d7] ( https://github.com/UI5/cli/commit/77718d760db51a2ab248d0454df1eb3d64facc9a ) )
13+ * The following workspace dependencies were updated
14+ * dependencies
15+ * @ui5/logger bumped from ^5.0.0-alpha.8 to ^5.0.0-alpha.9
16+
717## [ 5.0.0-alpha.8] ( https://github.com/UI5/cli/compare/fs-v5.0.0-alpha.7...fs-v5.0.0-alpha.8 ) (2026-08-14)
818
919
Original file line number Diff line number Diff line change 11{
22 "name" : " @ui5/fs" ,
3- "version" : " 5.0.0-alpha.8 " ,
3+ "version" : " 5.0.0-alpha.9 " ,
44 "description" : " UI5 CLI - File System Abstraction" ,
55 "author" : {
66 "name" : " SAP SE" ,
5656 "directory" : " packages/fs"
5757 },
5858 "dependencies" : {
59- "@ui5/logger" : " ^5.0.0-alpha.8 " ,
59+ "@ui5/logger" : " ^5.0.0-alpha.9 " ,
6060 "async-mutex" : " ^0.5.0" ,
6161 "escape-string-regexp" : " ^5.0.0" ,
6262 "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.9] ( https://github.com/UI5/cli/compare/logger-v5.0.0-alpha.8...logger-v5.0.0-alpha.9 ) (2026-08-25)
8+
9+
10+ ### Dependencies
11+
12+ * Bump chalk from 5.6.2 to 6.0.0 ([ 62a3e39] ( https://github.com/UI5/cli/commit/62a3e3971ca3079b7cbfb6cfd4c28bd2e902e767 ) )
13+
714## [ 5.0.0-alpha.8] ( https://github.com/UI5/cli/compare/logger-v5.0.0-alpha.7...logger-v5.0.0-alpha.8 ) (2026-08-14)
815
916
Original file line number Diff line number Diff line change 11{
22 "name" : " @ui5/logger" ,
3- "version" : " 5.0.0-alpha.8 " ,
3+ "version" : " 5.0.0-alpha.9 " ,
44 "description" : " UI5 CLI - Internal Logger" ,
55 "author" : {
66 "name" : " SAP SE" ,
You can’t perform that action at this time.
0 commit comments