From 0671cab05873b1b49fbf507a40b401b72ef37ba3 Mon Sep 17 00:00:00 2001 From: Merlin Beutlberger Date: Tue, 9 Aug 2022 13:48:05 +0000 Subject: [PATCH] Release 3.0.0-alpha.10 --- CHANGELOG.md | 6 +++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d173f57b0..b7fbf804c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v3.0.0-alpha.9...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v3.0.0-alpha.10...HEAD). + + +## [v3.0.0-alpha.10] - 2022-08-08 ## [v3.0.0-alpha.9] - 2022-07-27 @@ -750,6 +753,7 @@ to load the custom bundle file instead. - Add ability to configure component preloads and custom bundles [`2241e5f`](https://github.com/SAP/ui5-builder/commit/2241e5ff98fd95f1f80cc74959655ae7a9c660e7) +[v3.0.0-alpha.10]: https://github.com/SAP/ui5-builder/compare/v3.0.0-alpha.9...v3.0.0-alpha.10 [v3.0.0-alpha.9]: https://github.com/SAP/ui5-builder/compare/v3.0.0-alpha.8...v3.0.0-alpha.9 [v3.0.0-alpha.8]: https://github.com/SAP/ui5-builder/compare/v3.0.0-alpha.7...v3.0.0-alpha.8 [v3.0.0-alpha.7]: https://github.com/SAP/ui5-builder/compare/v3.0.0-alpha.6...v3.0.0-alpha.7 diff --git a/package-lock.json b/package-lock.json index 7fdb16b88..6ba9bf03c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ui5/builder", - "version": "3.0.0-alpha.9", + "version": "3.0.0-alpha.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ui5/builder", - "version": "3.0.0-alpha.9", + "version": "3.0.0-alpha.10", "license": "Apache-2.0", "dependencies": { "@jridgewell/sourcemap-codec": "^1.4.14", diff --git a/package.json b/package.json index b69848e97..f5dca9456 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/builder", - "version": "3.0.0-alpha.9", + "version": "3.0.0-alpha.10", "description": "UI5 Tooling - Builder", "author": { "name": "SAP SE",