File tree Expand file tree Collapse file tree 14 files changed +172
-50
lines changed
Expand file tree Collapse file tree 14 files changed +172
-50
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.30 "
2+ "packages/logger" : " 5 .0.0 " ,
3+ "packages/fs" : " 5 .0.0 " ,
4+ "packages/builder" : " 5 .0.0 " ,
5+ "packages/server" : " 5 .0.0 " ,
6+ "packages/project" : " 5 .0.0 " ,
7+ "packages/cli" : " 5 .0.0 "
88}
Original file line number Diff line number Diff line change @@ -5,6 +5,28 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
55A list of unreleased changes can be found [ here] ( https://github.com/SAP/ui5-builder/compare/v4.0.11...HEAD ) .
66
77<a name =" 5.0.0-alpha.0 " ></a >
8+ ## [ 5.0.0] ( https://github.com/d3xter666/cli/compare/builder-v4.0.11...builder-v5.0.0 ) (2025-12-03)
9+
10+
11+ ### chore
12+
13+ * release 5.0.0 ([ 32f4dab] ( https://github.com/d3xter666/cli/commit/32f4dabc91a2e51af2678c3e86549bcdc397aaac ) )
14+
15+
16+ ### Features
17+
18+ * ** builder:** Enhance generateFlexChangeBundle task to add new 'flexBundle' property to the manifest.json ([ #1165 ] ( https://github.com/d3xter666/cli/issues/1165 ) ) ([ 7ee5914] ( https://github.com/d3xter666/cli/commit/7ee5914f5ee636b24846a8dbd9bc617adb9dbe45 ) )
19+
20+
21+ ### Dependencies
22+
23+ * The following workspace dependencies were updated
24+ * dependencies
25+ * @ui5/fs bumped from ^5.0.0-alpha.0 to ^5.0.0
26+ * @ui5/logger bumped from ^5.0.0-alpha.0 to ^5.0.0
27+ * devDependencies
28+ * @ui5/project bumped from ^5.0.0-alpha.0 to ^5.0.0
29+
830## [ 5.0.0-alpha.0] ( https://github.com/d3xter666/cli/compare/builder-v5.0.0-alpha.0...builder-v5.0.0-alpha.0 ) (2025-12-03)
931
1032
Original file line number Diff line number Diff line change 11{
22 "name" : " @ui5/builder" ,
3- "version" : " 5.0.0-alpha.0 " ,
3+ "version" : " 5.0.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" : " ^5.0.0-alpha.0 " ,
115- "@ui5/logger" : " ^5.0.0-alpha.0 " ,
114+ "@ui5/fs" : " ^5.0.0" ,
115+ "@ui5/logger" : " ^5.0.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" : " ^5.0.0-alpha.0 " ,
132+ "@ui5/project" : " ^5.0.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 @@ -5,6 +5,36 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
55A list of unreleased changes can be found [ here] ( https://github.com/SAP/ui5-cli/compare/v4.0.26...HEAD ) .
66
77<a name =" 5.0.0-alpha.0 " ></a >
8+ ## [ 5.0.0] ( https://github.com/d3xter666/cli/compare/cli-v4.0.30...cli-v5.0.0 ) (2025-12-03)
9+
10+
11+ ### chore
12+
13+ * release 5.0.0 ([ 32f4dab] ( https://github.com/d3xter666/cli/commit/32f4dabc91a2e51af2678c3e86549bcdc397aaac ) )
14+
15+
16+ ### Features
17+
18+ * ** cli:** Use specVersion 5.0 in init command ([ c1b1432] ( https://github.com/d3xter666/cli/commit/c1b1432e6aeace8f5bd6cb5a8fa42685e1701c9b ) )
19+
20+
21+ ### Bug Fixes
22+
23+ * ** cli:** Link to "Local vs. Global Installation" docs ([ 9312283] ( https://github.com/d3xter666/cli/commit/93122834a60d565ce4c37223b6b2f140930bc86c ) )
24+
25+
26+ ### Dependencies
27+
28+ * Bump js-yaml ([ #1197 ] ( https://github.com/d3xter666/cli/issues/1197 ) ) ([ 78d312b] ( https://github.com/d3xter666/cli/commit/78d312bc62fa7004ddca87f44ca6acac94e9d1fa ) )
29+ * ** cli:** Remove npm-shrinkwrap.json ([ fe48278] ( https://github.com/d3xter666/cli/commit/fe48278d8f1ee6ef810a627e0492298e52df1e43 ) )
30+ * The following workspace dependencies were updated
31+ * dependencies
32+ * @ui5/builder bumped from ^5.0.0-alpha.0 to ^5.0.0
33+ * @ui5/fs bumped from ^5.0.0-alpha.0 to ^5.0.0
34+ * @ui5/logger bumped from ^5.0.0-alpha.0 to ^5.0.0
35+ * @ui5/project bumped from ^5.0.0-alpha.0 to ^5.0.0
36+ * @ui5/server bumped from ^5.0.0-alpha.0 to ^5.0.0
37+
838## [ 5.0.0-alpha.0] ( https://github.com/d3xter666/cli/compare/cli-v5.0.0-alpha.0...cli-v5.0.0-alpha.0 ) (2025-12-03)
939
1040
Original file line number Diff line number Diff line change 11{
22 "name" : " @ui5/cli" ,
3- "version" : " 5.0.0-alpha.0 " ,
3+ "version" : " 5.0.0" ,
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.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 " ,
107+ "@ui5/builder" : " ^5.0.0" ,
108+ "@ui5/fs" : " ^5.0.0" ,
109+ "@ui5/logger" : " ^5.0.0" ,
110+ "@ui5/project" : " ^5.0.0" ,
111+ "@ui5/server" : " ^5.0.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 @@ -5,6 +5,21 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
55A list of unreleased changes can be found [ here] ( https://github.com/SAP/ui5-fs/compare/v4.0.2...HEAD ) .
66
77<a name =" 5.0.0-alpha.0 " ></a >
8+ ## [ 5.0.0] ( https://github.com/d3xter666/cli/compare/fs-v4.0.2...fs-v5.0.0 ) (2025-12-03)
9+
10+
11+ ### chore
12+
13+ * release 5.0.0 ([ 32f4dab] ( https://github.com/d3xter666/cli/commit/32f4dabc91a2e51af2678c3e86549bcdc397aaac ) )
14+
15+
16+ ### Dependencies
17+
18+ * bump globby from 14.1.0 to 15.0.0 ([ #1152 ] ( https://github.com/d3xter666/cli/issues/1152 ) ) ([ 2cb5cd1] ( https://github.com/d3xter666/cli/commit/2cb5cd1380f43086a2cf52ca7c15aa4a6ff09877 ) )
19+ * The following workspace dependencies were updated
20+ * dependencies
21+ * @ui5/logger bumped from ^5.0.0-alpha.0 to ^5.0.0
22+
823## [ 5.0.0-alpha.0] ( https://github.com/d3xter666/cli/compare/fs-v5.0.0-alpha.0...fs-v5.0.0-alpha.0 ) (2025-12-03)
924
1025
Original file line number Diff line number Diff line change 11{
22 "name" : " @ui5/fs" ,
3- "version" : " 5.0.0-alpha.0 " ,
3+ "version" : " 5.0.0" ,
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.0 " ,
115+ "@ui5/logger" : " ^5.0.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 @@ -5,6 +5,19 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
55A list of unreleased changes can be found [ here] ( https://github.com/SAP/ui5-logger/compare/v4.0.2...HEAD ) .
66
77<a name =" 5.0.0-alpha.0 " ></a >
8+ ## [ 5.0.0] ( https://github.com/d3xter666/cli/compare/logger-v4.0.2...logger-v5.0.0 ) (2025-12-03)
9+
10+
11+ ### chore
12+
13+ * release 5.0.0 ([ 32f4dab] ( https://github.com/d3xter666/cli/commit/32f4dabc91a2e51af2678c3e86549bcdc397aaac ) )
14+
15+
16+ ### Features
17+
18+ * ** logger:** Add module filtering, task-skip event ([ 5a1b071] ( https://github.com/d3xter666/cli/commit/5a1b07127ad91ba27deaface060235ddb16a9e21 ) )
19+ * Test ([ f91cb2d] ( https://github.com/d3xter666/cli/commit/f91cb2d4ecf4a052f67a3fb9b4564fc49075d983 ) )
20+
821## [ 5.0.0-alpha.0] ( https://github.com/d3xter666/cli/compare/logger-v5.0.0-alpha.0...logger-v5.0.0-alpha.0 ) (2025-12-03)
922
1023
Original file line number Diff line number Diff line change 11{
22 "name" : " @ui5/logger" ,
3- "version" : " 5.0.0-alpha.0 " ,
3+ "version" : " 5.0.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