From c53bc84f301edfc7bcedd30a964b22c25f69eb8f Mon Sep 17 00:00:00 2001 From: Merlin Beutlberger Date: Tue, 9 Oct 2018 13:47:36 +0000 Subject: [PATCH] Release 0.2.3 --- CHANGELOG.md | 16 ++++++++++++++-- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 345e503d4..118975685 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,21 @@ 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/v0.2.2...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v0.2.3...HEAD). + + +## [v0.2.3] - 2018-10-08 +### Bug Fixes +- Replace copyright and version strings in *.json and .library files [`f305429`](https://github.com/SAP/ui5-builder/commit/f305429067610404f0958b55ef3a570e555a532e) +- **generateLibraryPreload:** Add new sap.ui.core library namespaces [`ea901a7`](https://github.com/SAP/ui5-builder/commit/ea901a78c27e5fd112f9ac761e621b7f1c474f07) + +### Internal Changes +- Fix tests after upgrade to less-openui5[@0](https://github.com/0).6.0 [`779e318`](https://github.com/SAP/ui5-builder/commit/779e3184c6ac2c4cf417492be70749a333ac189f) +- **Coveralls:** Use parallel setting to reduce number of PR comments [`6ee52c3`](https://github.com/SAP/ui5-builder/commit/6ee52c3e1cce4f707d8760e22bf7880479384096) + -## [v0.2.2] - 2018-10-01 +## [v0.2.2] - 2018-10-05 ### Bug Fixes - **processors/versionInfoGenerator:** Remove "gav" property [`2bf41e1`](https://github.com/SAP/ui5-builder/commit/2bf41e1622df70818f925aabafe16de082fa3884) @@ -100,6 +111,7 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-buil - **Travis:** Add node.js 10 to test matrix [`ce91dd1`](https://github.com/SAP/ui5-builder/commit/ce91dd17e4e28932a838ec743a489ff6495d21a9) +[v0.2.3]: https://github.com/SAP/ui5-builder/compare/v0.2.2...v0.2.3 [v0.2.2]: https://github.com/SAP/ui5-builder/compare/v0.2.1...v0.2.2 [v0.2.1]: https://github.com/SAP/ui5-builder/compare/v0.2.0...v0.2.1 [v0.2.0]: https://github.com/SAP/ui5-builder/compare/v0.1.1...v0.2.0 diff --git a/package-lock.json b/package-lock.json index 6d0cee633..85ff4fe51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ui5/builder", - "version": "0.2.2", + "version": "0.2.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5ca72c645..1bb79d46a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/builder", - "version": "0.2.2", + "version": "0.2.3", "description": "UI5 Build and Development Tooling - Builder", "author": "SAP SE (https://www.sap.com)", "license": "Apache-2.0",