Skip to content

Commit bfe3f0a

Browse files
release: UI5 CLI packages main
1 parent 5de82ba commit bfe3f0a

File tree

14 files changed

+169
-61
lines changed

14 files changed

+169
-61
lines changed

.release-please-manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
}

package-lock.json

Lines changed: 41 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/builder/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
44

55
A 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-02-13)
8+
9+
10+
### Bug Fixes
11+
12+
* Change Markdown syntax to [@example](https://github.com/example) in one place ([f7e2e73](https://github.com/UI5/cli/commit/f7e2e732570e3948d87c200ed5d64f65891a866d))
13+
* Fix gray code blocks in Markdown ([1cdd610](https://github.com/UI5/cli/commit/1cdd61060bd592b5c5f573635444d5ba37a8dc98))
14+
* Remove unnecessary space ([892ebca](https://github.com/UI5/cli/commit/892ebcadbd9ac4a3c0db84c7fb12c8c1e5daa1b6))
15+
16+
17+
### Dependencies
18+
19+
* 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))
20+
* 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))
21+
* The following workspace dependencies were updated
22+
* dependencies
23+
* @ui5/fs bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3
24+
* @ui5/logger bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3
25+
* devDependencies
26+
* @ui5/project bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3
27+
728
## [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)
829

930

packages/builder/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -91,8 +91,8 @@
9191
},
9292
"dependencies": {
9393
"@jridgewell/sourcemap-codec": "^1.5.5",
94-
"@ui5/fs": "^5.0.0-alpha.2",
95-
"@ui5/logger": "^5.0.0-alpha.2",
94+
"@ui5/fs": "^5.0.0-alpha.3",
95+
"@ui5/logger": "^5.0.0-alpha.3",
9696
"cheerio": "1.0.0",
9797
"escape-unicode": "^0.3.0",
9898
"escope": "^4.0.0",
@@ -109,7 +109,7 @@
109109
"devDependencies": {
110110
"@istanbuljs/esm-loader-hook": "^0.3.0",
111111
"@jridgewell/trace-mapping": "^0.3.31",
112-
"@ui5/project": "^5.0.0-alpha.2",
112+
"@ui5/project": "^5.0.0-alpha.3",
113113
"ava": "^6.4.1",
114114
"cross-env": "^7.0.3",
115115
"eslint": "^9.36.0",

packages/cli/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
44

55
A 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-02-13)
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

0 commit comments

Comments
 (0)