Skip to content

Commit 00d6db5

Browse files
committed
Release 3.4.0
1 parent 66ded81 commit 00d6db5

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,19 @@
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.3.2...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-project/compare/v3.4.0...HEAD).
6+
7+
<a name="v3.4.0"></a>
8+
## [v3.4.0] - 2023-06-21
9+
### Bug Fixes
10+
- **maven/Registry:** Prevent socket timeouts when installing framework libraries [`3de767f`](https://github.com/SAP/ui5-project/commit/3de767fb7cc9278bf984ff88064a16e593db6db0)
11+
12+
### Features
13+
- **Sapui5MavenSnapshotResolver:** Use npm-dist.zip artifact for 1.116.0 and later ([#622](https://github.com/SAP/ui5-project/issues/622)) [`45dcee0`](https://github.com/SAP/ui5-project/commit/45dcee00f141b6632d5a1217affbd212f6faf1f4)
14+
615

716
<a name="v3.3.2"></a>
8-
## [v3.3.2] - 2023-06-05
17+
## [v3.3.2] - 2023-06-06
918
### Bug Fixes
1019
- **ui5Framework:** Treat 'optional' dependencies of root project as non-optional [`f3318f0`](https://github.com/SAP/ui5-project/commit/f3318f0daff617e12ac97050e19d41a16ecbc748)
1120
- **ui5Framework:** Choose correct resolver for snapshot framework version overrides [`ba860de`](https://github.com/SAP/ui5-project/commit/ba860de97bc1674fa8381706cc09bd68ee08df38)
@@ -401,6 +410,7 @@ Renamed parameter "translator" of functions generateDependencyTree and generateP
401410
## v0.0.1 - 2018-06-06
402411
### Bug Fixes
403412
- **npm t8r:** Fix collection fallback with missing package.json [`578466f`](https://github.com/SAP/ui5-project/commit/578466fdedf871091874c93d1a9305859e34e3ed)
413+
[v3.4.0]: https://github.com/SAP/ui5-project/compare/v3.3.2...v3.4.0
404414
[v3.3.2]: https://github.com/SAP/ui5-project/compare/v3.3.1...v3.3.2
405415
[v3.3.1]: https://github.com/SAP/ui5-project/compare/v3.3.0...v3.3.1
406416
[v3.3.0]: https://github.com/SAP/ui5-project/compare/v3.2.2...v3.3.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.3.2",
3+
"version": "3.4.0",
44
"description": "UI5 Tooling - Project ",
55
"author": {
66
"name": "SAP SE",

0 commit comments

Comments
 (0)