Skip to content

Commit 5e13f2d

Browse files
committed
refactor: Reformat document
1 parent 2edbc8e commit 5e13f2d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

internal/documentation/docs/updates/migrate-v5.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ Or update your global install via: `npm i --global @ui5/cli@next`
1111

1212
## Breaking Changes
1313

14-
**All UI5 CLI Modules: Require Node.js >= 22.20.0 or >= 24.0.0**
14+
- **All UI5 CLI Modules require Node.js >= 22.20.0 or >= 24.0.0**
1515

16-
**@ui5/cli: `ui5 init` defaults to Specification Version 5.0**
16+
- **@ui5/cli: `ui5 init` defaults to Specification Version 5.0**
1717

18-
**@ui5/project: New Component Type**
18+
- **@ui5/project: New Component Type**
1919

20-
A new project type `component` has been introduced with **Specification Version 5.0**. Component Type projects follow standardized conventions:
21-
- Source files in `/src` directory
22-
- Test files in `/test` directory
20+
A new project type `component` has been introduced with **Specification Version 5.0**. Component Type projects follow standardized conventions:
21+
- Source files in `/src` directory
22+
- Test files in `/test` directory
2323

24-
See [RFC 1083](https://github.com/SAP/ui5-tooling/issues/1083) for details.
24+
See [RFC 1083](https://github.com/SAP/ui5-tooling/issues/1083) for details.
2525

2626
## Node.js and npm Version Support
2727

0 commit comments

Comments
 (0)