@ui5/server 5.0.0-alpha.0 → 5.0.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -4,6 +4,25 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
4
4
 
5
5
  A list of unreleased changes can be found [here](https://github.com/SAP/ui5-server/compare/v4.0.7...HEAD).
6
6
 
7
+ <a name="5.0.0-alpha.1"></a>
8
+ ## [5.0.0-alpha.1](https://github.com/UI5/cli/compare/server-v5.0.0-alpha.0...server-v5.0.0-alpha.1) (2025-12-10)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * Bump from 5.0.0-alpha.0 to 5.0.0-alpha.1 ([#1236](https://github.com/UI5/cli/issues/1236)) ([220452a](https://github.com/UI5/cli/commit/220452a77f6062e24d4473f7eb4098e5d3700aed))
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * The following workspace dependencies were updated
19
+ * dependencies
20
+ * @ui5/builder bumped from ^5.0.0-alpha.0 to ^5.0.0-alpha.1
21
+ * @ui5/fs bumped from ^5.0.0-alpha.0 to ^5.0.0-alpha.1
22
+ * @ui5/logger bumped from ^5.0.0-alpha.0 to ^5.0.0-alpha.1
23
+ * devDependencies
24
+ * @ui5/project bumped from ^5.0.0-alpha.0 to ^5.0.0-alpha.1
25
+
7
26
  <a name="5.0.0-alpha.0"></a>
8
27
  ## [5.0.0-alpha.0](https://github.com/UI5/cli/compare/server-v4.0.7...server-v5.0.0-alpha.0) (2025-11-25)
9
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/server",
3
- "version": "5.0.0-alpha.0",
3
+ "version": "5.0.0-alpha.1",
4
4
  "description": "UI5 CLI - Server",
5
5
  "author": {
6
6
  "name": "SAP SE",
@@ -102,13 +102,13 @@
102
102
  },
103
103
  "repository": {
104
104
  "type": "git",
105
- "url": "git@github.com:UI5/cli.git",
105
+ "url": "git+ssh://git@github.com/UI5/cli.git",
106
106
  "directory": "packages/server"
107
107
  },
108
108
  "dependencies": {
109
- "@ui5/builder": "^5.0.0-alpha.0",
110
- "@ui5/fs": "^5.0.0-alpha.0",
111
- "@ui5/logger": "^5.0.0-alpha.0",
109
+ "@ui5/builder": "^5.0.0-alpha.1",
110
+ "@ui5/fs": "^5.0.0-alpha.1",
111
+ "@ui5/logger": "^5.0.0-alpha.1",
112
112
  "body-parser": "^1.20.2",
113
113
  "compression": "^1.8.1",
114
114
  "cors": "^2.8.5",
@@ -128,7 +128,7 @@
128
128
  },
129
129
  "devDependencies": {
130
130
  "@istanbuljs/esm-loader-hook": "^0.3.0",
131
- "@ui5/project": "^5.0.0-alpha.0",
131
+ "@ui5/project": "^5.0.0-alpha.1",
132
132
  "ava": "^6.4.1",
133
133
  "cross-env": "^7.0.3",
134
134
  "depcheck": "^1.4.7",