Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
working-directory: packages/${{ matrix.package }}
run: |
echo "🚀 Publishing @ui5/${{ matrix.package }}"
npm publish --access public --tag next
# npm publish --access public --tag next

publish-cli:
runs-on: ubuntu-24.04
Expand All @@ -108,4 +108,4 @@ jobs:
working-directory: packages/cli
run: |
echo "🚀 Publishing @ui5/cli"
npm publish --access public --tag next
# npm publish --access public --tag next
12 changes: 6 additions & 6 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"packages/logger": "5.0.0-alpha.0",
"packages/fs": "5.0.0-alpha.0",
"packages/builder": "5.0.0-alpha.0",
"packages/server": "5.0.0-alpha.0",
"packages/project": "5.0.0-alpha.0",
"packages/cli": "5.0.0-alpha.0"
"packages/logger": "5.0.0",
"packages/fs": "5.0.0",
"packages/builder": "5.0.0",
"packages/server": "5.0.0",
"packages/project": "5.0.0",
"packages/cli": "5.0.0"
}
44 changes: 22 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions packages/builder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,35 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v4.0.11...HEAD).

<a name="5.0.0-alpha.0"></a>
## [5.0.0](https://github.com/d3xter666/cli/compare/builder-v4.0.11...builder-v5.0.0) (2025-12-03)


### chore

* release 5.0.0 ([32f4dab](https://github.com/d3xter666/cli/commit/32f4dabc91a2e51af2678c3e86549bcdc397aaac))


### Features

* **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))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ui5/fs bumped from ^5.0.0-alpha.0 to ^5.0.0
* @ui5/logger bumped from ^5.0.0-alpha.0 to ^5.0.0
* devDependencies
* @ui5/project bumped from ^5.0.0-alpha.0 to ^5.0.0

## [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)


### Features

* **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))

## [5.0.0-alpha.0](https://github.com/UI5/cli/compare/builder-v4.0.11...builder-v5.0.0-alpha.0) (2025-11-25)


Expand Down
8 changes: 4 additions & 4 deletions packages/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/builder",
"version": "5.0.0-alpha.0",
"version": "5.0.0",
"description": "UI5 CLI - Builder",
"author": {
"name": "SAP SE",
Expand Down Expand Up @@ -111,8 +111,8 @@
},
"dependencies": {
"@jridgewell/sourcemap-codec": "^1.5.5",
"@ui5/fs": "^5.0.0-alpha.0",
"@ui5/logger": "^5.0.0-alpha.0",
"@ui5/fs": "^5.0.0",
"@ui5/logger": "^5.0.0",
"cheerio": "1.0.0",
"escape-unicode": "^0.2.0",
"escope": "^4.0.0",
Expand All @@ -129,7 +129,7 @@
"devDependencies": {
"@istanbuljs/esm-loader-hook": "^0.3.0",
"@jridgewell/trace-mapping": "^0.3.31",
"@ui5/project": "^5.0.0-alpha.0",
"@ui5/project": "^5.0.0",
"ava": "^6.4.1",
"cross-env": "^7.0.3",
"depcheck": "^1.4.7",
Expand Down
48 changes: 48 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,54 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v4.0.26...HEAD).

<a name="5.0.0-alpha.0"></a>
## [5.0.0](https://github.com/d3xter666/cli/compare/cli-v4.0.30...cli-v5.0.0) (2025-12-03)


### chore

* release 5.0.0 ([32f4dab](https://github.com/d3xter666/cli/commit/32f4dabc91a2e51af2678c3e86549bcdc397aaac))


### Features

* **cli:** Use specVersion 5.0 in init command ([c1b1432](https://github.com/d3xter666/cli/commit/c1b1432e6aeace8f5bd6cb5a8fa42685e1701c9b))


### Bug Fixes

* **cli:** Link to "Local vs. Global Installation" docs ([9312283](https://github.com/d3xter666/cli/commit/93122834a60d565ce4c37223b6b2f140930bc86c))


### Dependencies

* Bump js-yaml ([#1197](https://github.com/d3xter666/cli/issues/1197)) ([78d312b](https://github.com/d3xter666/cli/commit/78d312bc62fa7004ddca87f44ca6acac94e9d1fa))
* **cli:** Remove npm-shrinkwrap.json ([fe48278](https://github.com/d3xter666/cli/commit/fe48278d8f1ee6ef810a627e0492298e52df1e43))
* The following workspace dependencies were updated
* dependencies
* @ui5/builder bumped from ^5.0.0-alpha.0 to ^5.0.0
* @ui5/fs bumped from ^5.0.0-alpha.0 to ^5.0.0
* @ui5/logger bumped from ^5.0.0-alpha.0 to ^5.0.0
* @ui5/project bumped from ^5.0.0-alpha.0 to ^5.0.0
* @ui5/server bumped from ^5.0.0-alpha.0 to ^5.0.0

## [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)


### Features

* **cli:** Use specVersion 5.0 in init command ([c1b1432](https://github.com/d3xter666/cli/commit/c1b1432e6aeace8f5bd6cb5a8fa42685e1701c9b))


### Bug Fixes

* **cli:** Link to "Local vs. Global Installation" docs ([9312283](https://github.com/d3xter666/cli/commit/93122834a60d565ce4c37223b6b2f140930bc86c))


### Dependencies

* Bump js-yaml ([#1197](https://github.com/d3xter666/cli/issues/1197)) ([78d312b](https://github.com/d3xter666/cli/commit/78d312bc62fa7004ddca87f44ca6acac94e9d1fa))
* **cli:** Remove npm-shrinkwrap.json ([fe48278](https://github.com/d3xter666/cli/commit/fe48278d8f1ee6ef810a627e0492298e52df1e43))

## [5.0.0-alpha.0](https://github.com/UI5/cli/compare/cli-v4.0.26...cli-v5.0.0-alpha.0) (2025-11-25)


Expand Down
12 changes: 6 additions & 6 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/cli",
"version": "5.0.0-alpha.0",
"version": "5.0.0",
"description": "UI5 CLI - CLI",
"author": {
"name": "SAP SE",
Expand Down Expand Up @@ -104,11 +104,11 @@
"directory": "packages/cli"
},
"dependencies": {
"@ui5/builder": "^5.0.0-alpha.0",
"@ui5/fs": "^5.0.0-alpha.0",
"@ui5/logger": "^5.0.0-alpha.0",
"@ui5/project": "^5.0.0-alpha.0",
"@ui5/server": "^5.0.0-alpha.0",
"@ui5/builder": "^5.0.0",
"@ui5/fs": "^5.0.0",
"@ui5/logger": "^5.0.0",
"@ui5/project": "^5.0.0",
"@ui5/server": "^5.0.0",
"chalk": "^5.6.2",
"data-with-position": "^0.5.0",
"import-local": "^3.2.0",
Expand Down
22 changes: 22 additions & 0 deletions packages/fs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-fs/compare/v4.0.2...HEAD).

<a name="5.0.0-alpha.0"></a>
## [5.0.0](https://github.com/d3xter666/cli/compare/fs-v4.0.2...fs-v5.0.0) (2025-12-03)


### chore

* release 5.0.0 ([32f4dab](https://github.com/d3xter666/cli/commit/32f4dabc91a2e51af2678c3e86549bcdc397aaac))


### Dependencies

* 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))
* The following workspace dependencies were updated
* dependencies
* @ui5/logger bumped from ^5.0.0-alpha.0 to ^5.0.0

## [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)


### Dependencies

* 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))

## [5.0.0-alpha.0](https://github.com/UI5/cli/compare/fs-v4.0.2...fs-v5.0.0-alpha.0) (2025-11-25)


Expand Down
4 changes: 2 additions & 2 deletions packages/fs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/fs",
"version": "5.0.0-alpha.0",
"version": "5.0.0",
"description": "UI5 CLI - File System Abstraction",
"author": {
"name": "SAP SE",
Expand Down Expand Up @@ -112,7 +112,7 @@
"directory": "packages/fs"
},
"dependencies": {
"@ui5/logger": "^5.0.0-alpha.0",
"@ui5/logger": "^5.0.0",
"clone": "^2.1.2",
"escape-string-regexp": "^5.0.0",
"globby": "^15.0.0",
Expand Down
20 changes: 20 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-logger/compare/v4.0.2...HEAD).

<a name="5.0.0-alpha.0"></a>
## [5.0.0](https://github.com/d3xter666/cli/compare/logger-v4.0.2...logger-v5.0.0) (2025-12-03)


### chore

* release 5.0.0 ([32f4dab](https://github.com/d3xter666/cli/commit/32f4dabc91a2e51af2678c3e86549bcdc397aaac))


### Features

* **logger:** Add module filtering, task-skip event ([5a1b071](https://github.com/d3xter666/cli/commit/5a1b07127ad91ba27deaface060235ddb16a9e21))
* Test ([f91cb2d](https://github.com/d3xter666/cli/commit/f91cb2d4ecf4a052f67a3fb9b4564fc49075d983))

## [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)


### Features

* **logger:** Add module filtering, task-skip event ([5a1b071](https://github.com/d3xter666/cli/commit/5a1b07127ad91ba27deaface060235ddb16a9e21))

## [5.0.0-alpha.0](https://github.com/UI5/cli/compare/logger-v4.0.2...logger-v5.0.0-alpha.0) (2025-11-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/logger/LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
http://www.apache.org/licenses/

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

1. Definitions.

"License" shall mean the terms and conditions for use, reproduction,
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/logger",
"version": "5.0.0-alpha.0",
"version": "5.0.0",
"description": "UI5 CLI - Internal Logger",
"author": {
"name": "SAP SE",
Expand Down
Loading
Loading