diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml
index 3ee22401e27..32a1c820ddc 100644
--- a/.github/workflows/release-please.yml
+++ b/.github/workflows/release-please.yml
@@ -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
@@ -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
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index bae642cfbe0..46c87966c66 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -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"
}
diff --git a/package-lock.json b/package-lock.json
index dcbc851af43..bcebc2efc42 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -22421,12 +22421,12 @@
},
"packages/builder": {
"name": "@ui5/builder",
- "version": "5.0.0-alpha.0",
+ "version": "5.0.0",
"license": "Apache-2.0",
"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",
@@ -22443,7 +22443,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",
@@ -22481,14 +22481,14 @@
},
"packages/cli": {
"name": "@ui5/cli",
- "version": "5.0.0-alpha.0",
+ "version": "5.0.0",
"license": "Apache-2.0",
"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",
@@ -22569,10 +22569,10 @@
},
"packages/fs": {
"name": "@ui5/fs",
- "version": "5.0.0-alpha.0",
+ "version": "5.0.0",
"license": "Apache-2.0",
"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",
@@ -22655,7 +22655,7 @@
},
"packages/logger": {
"name": "@ui5/logger",
- "version": "5.0.0-alpha.0",
+ "version": "5.0.0",
"license": "Apache-2.0",
"dependencies": {
"chalk": "^5.6.2",
@@ -22716,12 +22716,12 @@
},
"packages/project": {
"name": "@ui5/project",
- "version": "5.0.0-alpha.0",
+ "version": "5.0.0",
"license": "Apache-2.0",
"dependencies": {
"@npmcli/config": "^10.4.0",
- "@ui5/fs": "^5.0.0-alpha.0",
- "@ui5/logger": "^5.0.0-alpha.0",
+ "@ui5/fs": "^5.0.0",
+ "@ui5/logger": "^5.0.0",
"ajv": "^6.12.6",
"ajv-errors": "^1.0.1",
"chalk": "^5.6.2",
@@ -22762,7 +22762,7 @@
"npm": ">= 8"
},
"peerDependencies": {
- "@ui5/builder": "^5.0.0-alpha.0"
+ "@ui5/builder": "^5.0.0"
},
"peerDependenciesMeta": {
"@ui5/builder": {
@@ -22860,12 +22860,12 @@
},
"packages/server": {
"name": "@ui5/server",
- "version": "5.0.0-alpha.0",
+ "version": "5.0.0",
"license": "Apache-2.0",
"dependencies": {
- "@ui5/builder": "^5.0.0-alpha.0",
- "@ui5/fs": "^5.0.0-alpha.0",
- "@ui5/logger": "^5.0.0-alpha.0",
+ "@ui5/builder": "^5.0.0",
+ "@ui5/fs": "^5.0.0",
+ "@ui5/logger": "^5.0.0",
"body-parser": "^1.20.2",
"compression": "^1.8.1",
"cors": "^2.8.5",
@@ -22885,7 +22885,7 @@
},
"devDependencies": {
"@istanbuljs/esm-loader-hook": "^0.3.0",
- "@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",
diff --git a/packages/builder/CHANGELOG.md b/packages/builder/CHANGELOG.md
index 15ffb215f31..14fcc0d4dd1 100644
--- a/packages/builder/CHANGELOG.md
+++ b/packages/builder/CHANGELOG.md
@@ -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).
+## [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)
diff --git a/packages/builder/package.json b/packages/builder/package.json
index 62245d23ff4..fef03163fdd 100644
--- a/packages/builder/package.json
+++ b/packages/builder/package.json
@@ -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",
@@ -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",
@@ -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",
diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md
index 3a209b8a1df..c7f63c3d4a1 100644
--- a/packages/cli/CHANGELOG.md
+++ b/packages/cli/CHANGELOG.md
@@ -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).
+## [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)
diff --git a/packages/cli/package.json b/packages/cli/package.json
index c63f0325e0e..8e128655b68 100644
--- a/packages/cli/package.json
+++ b/packages/cli/package.json
@@ -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",
@@ -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",
diff --git a/packages/fs/CHANGELOG.md b/packages/fs/CHANGELOG.md
index bba64b66176..a44a8ee9115 100644
--- a/packages/fs/CHANGELOG.md
+++ b/packages/fs/CHANGELOG.md
@@ -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).
+## [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)
diff --git a/packages/fs/package.json b/packages/fs/package.json
index 73c4df724e3..46d5a1778d1 100644
--- a/packages/fs/package.json
+++ b/packages/fs/package.json
@@ -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",
@@ -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",
diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md
index 940a1949d68..19321f6918c 100644
--- a/packages/logger/CHANGELOG.md
+++ b/packages/logger/CHANGELOG.md
@@ -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).
+## [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)
diff --git a/packages/logger/LICENSE.txt b/packages/logger/LICENSE.txt
index 261eeb9e9f8..9e3d89a1173 100644
--- a/packages/logger/LICENSE.txt
+++ b/packages/logger/LICENSE.txt
@@ -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,
diff --git a/packages/logger/package.json b/packages/logger/package.json
index a42f2980e32..127f1e8ece4 100644
--- a/packages/logger/package.json
+++ b/packages/logger/package.json
@@ -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",
diff --git a/packages/project/CHANGELOG.md b/packages/project/CHANGELOG.md
index 112245c3836..0ee1fdd4f22 100644
--- a/packages/project/CHANGELOG.md
+++ b/packages/project/CHANGELOG.md
@@ -5,6 +5,43 @@ 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-project/compare/v4.0.6...HEAD).
+## [5.0.0](https://github.com/d3xter666/cli/compare/project-v4.0.6...project-v5.0.0) (2025-12-03)
+
+
+### chore
+
+* release 5.0.0 ([32f4dab](https://github.com/d3xter666/cli/commit/32f4dabc91a2e51af2678c3e86549bcdc397aaac))
+
+
+### Features
+
+* **project:** Add component type ([46eb4e4](https://github.com/d3xter666/cli/commit/46eb4e4ec45b26495b5248354966701eb8c6b374))
+* **project:** Add Specification Version 5.0 ([1452401](https://github.com/d3xter666/cli/commit/1452401b2a26bc60a34dae2d16ab82e0d78f404c))
+
+
+### Dependencies
+
+* Bump js-yaml ([#1197](https://github.com/d3xter666/cli/issues/1197)) ([78d312b](https://github.com/d3xter666/cli/commit/78d312bc62fa7004ddca87f44ca6acac94e9d1fa))
+* 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
+ * peerDependencies
+ * @ui5/builder bumped from ^5.0.0-alpha.0 to ^5.0.0
+
+## [5.0.0-alpha.0](https://github.com/d3xter666/cli/compare/project-v5.0.0-alpha.0...project-v5.0.0-alpha.0) (2025-12-03)
+
+
+### Features
+
+* **project:** Add component type ([46eb4e4](https://github.com/d3xter666/cli/commit/46eb4e4ec45b26495b5248354966701eb8c6b374))
+* **project:** Add Specification Version 5.0 ([1452401](https://github.com/d3xter666/cli/commit/1452401b2a26bc60a34dae2d16ab82e0d78f404c))
+
+
+### Dependencies
+
+* Bump js-yaml ([#1197](https://github.com/d3xter666/cli/issues/1197)) ([78d312b](https://github.com/d3xter666/cli/commit/78d312bc62fa7004ddca87f44ca6acac94e9d1fa))
+
## [5.0.0-alpha.0](https://github.com/UI5/cli/compare/project-v4.0.6...project-v5.0.0-alpha.0) (2025-11-25)
diff --git a/packages/project/package.json b/packages/project/package.json
index 1098feb6187..fa37fba8679 100644
--- a/packages/project/package.json
+++ b/packages/project/package.json
@@ -1,6 +1,6 @@
{
"name": "@ui5/project",
- "version": "5.0.0-alpha.0",
+ "version": "5.0.0",
"description": "UI5 CLI - Project",
"author": {
"name": "SAP SE",
@@ -110,8 +110,8 @@
},
"dependencies": {
"@npmcli/config": "^10.4.0",
- "@ui5/fs": "^5.0.0-alpha.0",
- "@ui5/logger": "^5.0.0-alpha.0",
+ "@ui5/fs": "^5.0.0",
+ "@ui5/logger": "^5.0.0",
"ajv": "^6.12.6",
"ajv-errors": "^1.0.1",
"chalk": "^5.6.2",
@@ -132,7 +132,7 @@
"yesno": "^0.4.0"
},
"peerDependencies": {
- "@ui5/builder": "^5.0.0-alpha.0"
+ "@ui5/builder": "^5.0.0"
},
"peerDependenciesMeta": {
"@ui5/builder": {
diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md
index 66fbc38719e..a4a50d0cee0 100644
--- a/packages/server/CHANGELOG.md
+++ b/packages/server/CHANGELOG.md
@@ -5,6 +5,31 @@ 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-server/compare/v4.0.7...HEAD).
+## [5.0.0](https://github.com/d3xter666/cli/compare/server-v4.0.7...server-v5.0.0) (2025-12-03)
+
+
+### chore
+
+* release 5.0.0 ([32f4dab](https://github.com/d3xter666/cli/commit/32f4dabc91a2e51af2678c3e86549bcdc397aaac))
+
+
+### Dependencies
+
+* 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
+ * 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/server-v5.0.0-alpha.0...server-v5.0.0-alpha.0) (2025-12-03)
+
+
+### chore
+
+* **server:** Synchronize ui5-cli-packages versions
+
## [5.0.0-alpha.0](https://github.com/UI5/cli/compare/server-v4.0.7...server-v5.0.0-alpha.0) (2025-11-25)
diff --git a/packages/server/package.json b/packages/server/package.json
index 67fc0cb7e7a..11d1ee7758a 100644
--- a/packages/server/package.json
+++ b/packages/server/package.json
@@ -1,6 +1,6 @@
{
"name": "@ui5/server",
- "version": "5.0.0-alpha.0",
+ "version": "5.0.0",
"description": "UI5 CLI - Server",
"author": {
"name": "SAP SE",
@@ -106,9 +106,9 @@
"directory": "packages/server"
},
"dependencies": {
- "@ui5/builder": "^5.0.0-alpha.0",
- "@ui5/fs": "^5.0.0-alpha.0",
- "@ui5/logger": "^5.0.0-alpha.0",
+ "@ui5/builder": "^5.0.0",
+ "@ui5/fs": "^5.0.0",
+ "@ui5/logger": "^5.0.0",
"body-parser": "^1.20.2",
"compression": "^1.8.1",
"cors": "^2.8.5",
@@ -128,7 +128,7 @@
},
"devDependencies": {
"@istanbuljs/esm-loader-hook": "^0.3.0",
- "@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",
diff --git a/release-please-config.json b/release-please-config.json
index 17d985ac833..192c312656f 100644
--- a/release-please-config.json
+++ b/release-please-config.json
@@ -6,7 +6,7 @@
"pull-request-header": ":tractor: New release prepared",
"prerelease": true,
"prerelease-type": "alpha",
- "release-as": "5.0.0-alpha.0",
+ "release-as": "5.0.0-alpha.Zzzz",
"packages": {
"packages/logger": {
"component": "logger"