Skip to content

Commit 467be9e

Browse files
committed
Release 3.0.0-rc.8
1 parent 0f01f22 commit 467be9e

File tree

3 files changed

+33
-4
lines changed

3 files changed

+33
-4
lines changed

CHANGELOG.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,35 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
44

5-
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-project/compare/v3.0.0-rc.7...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-project/compare/v3.0.0-rc.8...HEAD).
6+
7+
<a name="v3.0.0-rc.8"></a>
8+
## [v3.0.0-rc.8] - 2023-02-03
9+
### Breaking Changes
10+
- **Schema:** Restrict metadata.name for specVersion >= 3.0 ([#552](https://github.com/SAP/ui5-project/issues/552)) [`d0ea703`](https://github.com/SAP/ui5-project/commit/d0ea703e8b7e74079fba48b62045608d4d49ab3b)
11+
12+
### Bug Fixes
13+
- **Registry:** Do not use custom logger for pacote [`242601f`](https://github.com/SAP/ui5-project/commit/242601f5c0c63c0d51cf086089101df30dcf017e)
14+
15+
### Features
16+
- Add 'UI5 Workspace' Support ([#494](https://github.com/SAP/ui5-project/issues/494)) [`b77ca2f`](https://github.com/SAP/ui5-project/commit/b77ca2f02a96fa7fba5c4c565551aca8c1e11847)
17+
18+
### BREAKING CHANGE
19+
20+
For projects and extensions defining specVersion 3.0 and later, the
21+
metadata.name property must satisfy the following conditions:
22+
23+
* Must be at least 3 characters long
24+
* Must be no longer than 50 characters
25+
* Must contain lowercase characters only
26+
* Must contain alphanumeric characters, dash, underscore and period only
27+
- Exception: `@` and `/` are allowed at certain positions as
28+
explained below
29+
* Must start with an alphabetic character or an `@`-character
30+
* If a name starts with an `@`-character, it must contain exactly one
31+
forward-slash `/`
32+
- This is aligned with the npm concept for package scopes
33+
634

735
<a name="v3.0.0-rc.7"></a>
836
## [v3.0.0-rc.7] - 2023-01-25
@@ -406,6 +434,7 @@ Renamed parameter "translator" of functions generateDependencyTree and generateP
406434
- **npm t8r:** Fix collection fallback with missing package.json [`578466f`](https://github.com/SAP/ui5-project/commit/578466fdedf871091874c93d1a9305859e34e3ed)
407435

408436

437+
[v3.0.0-rc.8]: https://github.com/SAP/ui5-project/compare/v3.0.0-rc.7...v3.0.0-rc.8
409438
[v3.0.0-rc.7]: https://github.com/SAP/ui5-project/compare/v3.0.0-rc.6...v3.0.0-rc.7
410439
[v3.0.0-rc.6]: https://github.com/SAP/ui5-project/compare/v3.0.0-rc.5...v3.0.0-rc.6
411440
[v3.0.0-rc.5]: https://github.com/SAP/ui5-project/compare/v3.0.0-rc.4...v3.0.0-rc.5

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/project",
3-
"version": "3.0.0-rc.7",
3+
"version": "3.0.0-rc.8",
44
"description": "UI5 Tooling - Project ",
55
"author": {
66
"name": "SAP SE",

0 commit comments

Comments
 (0)