Skip to content

Commit acdadb5

Browse files
committed
Release 3.0.0-alpha.1
1 parent 8499f6b commit acdadb5

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,18 @@
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-alpha.0...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-project/compare/v3.0.0-alpha.1...HEAD).
6+
7+
<a name="v3.0.0-alpha.1"></a>
8+
## [v3.0.0-alpha.1] - 2022-01-25
9+
### Breaking Changes
10+
- Require Node.js >= 16.13.2 / npm >= 8 [`5e4dbff`](https://github.com/SAP/ui5-project/commit/5e4dbffcac6d3c8244b3e8fafcb5a219eeebe15d)
11+
12+
### BREAKING CHANGE
13+
14+
Support for older Node.js and npm releases has been dropped.
15+
Only Node.js v16.13.2 and npm v8 or higher are supported.
16+
617

718
<a name="v3.0.0-alpha.0"></a>
819
## [v3.0.0-alpha.0] - 2021-12-14
@@ -268,6 +279,7 @@ Renamed parameter "translator" of functions generateDependencyTree and generateP
268279
- **npm t8r:** Fix collection fallback with missing package.json [`578466f`](https://github.com/SAP/ui5-project/commit/578466fdedf871091874c93d1a9305859e34e3ed)
269280

270281

282+
[v3.0.0-alpha.1]: https://github.com/SAP/ui5-project/compare/v3.0.0-alpha.0...v3.0.0-alpha.1
271283
[v3.0.0-alpha.0]: https://github.com/SAP/ui5-project/compare/v2.6.0...v3.0.0-alpha.0
272284
[v2.6.0]: https://github.com/SAP/ui5-project/compare/v2.5.0...v2.6.0
273285
[v2.5.0]: https://github.com/SAP/ui5-project/compare/v2.4.0...v2.5.0

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-alpha.0",
3+
"version": "3.0.0-alpha.1",
44
"description": "UI5 Tooling - Project ",
55
"author": {
66
"name": "SAP SE",

0 commit comments

Comments
 (0)