From c74a5e0028b01b10477c25ef25ec040e0ddfa280 Mon Sep 17 00:00:00 2001 From: Peter Muessig Date: Mon, 17 Jul 2023 22:02:22 +0200 Subject: [PATCH] chore(release): publish - karma-ui5-transpile@0.3.25 - ui5-tooling-transpile@0.7.20 - ui5-app@0.27.31 - ui5-app-simple@0.3.28 - ui5-tsapp@0.8.32 - ui5-tsapp-simple@0.4.28 - ui5-tslib@0.3.33 --- packages/karma-ui5-transpile/CHANGELOG.md | 8 ++++++++ packages/karma-ui5-transpile/package.json | 2 +- packages/ui5-tooling-transpile/CHANGELOG.md | 11 +++++++++++ packages/ui5-tooling-transpile/package.json | 2 +- showcases/ui5-app-simple/CHANGELOG.md | 8 ++++++++ showcases/ui5-app-simple/package.json | 2 +- showcases/ui5-app/CHANGELOG.md | 8 ++++++++ showcases/ui5-app/package.json | 2 +- showcases/ui5-tsapp-simple/CHANGELOG.md | 8 ++++++++ showcases/ui5-tsapp-simple/package.json | 2 +- showcases/ui5-tsapp/CHANGELOG.md | 8 ++++++++ showcases/ui5-tsapp/package.json | 2 +- showcases/ui5-tslib/CHANGELOG.md | 8 ++++++++ showcases/ui5-tslib/package.json | 2 +- 14 files changed, 66 insertions(+), 7 deletions(-) diff --git a/packages/karma-ui5-transpile/CHANGELOG.md b/packages/karma-ui5-transpile/CHANGELOG.md index 58d69b293..99e6ac0e1 100644 --- a/packages/karma-ui5-transpile/CHANGELOG.md +++ b/packages/karma-ui5-transpile/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.25](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/karma-ui5-transpile@0.3.24...karma-ui5-transpile@0.3.25) (2023-07-17) + +**Note:** Version bump only for package karma-ui5-transpile + + + + + ## [0.3.24](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/karma-ui5-transpile@0.3.23...karma-ui5-transpile@0.3.24) (2023-07-16) **Note:** Version bump only for package karma-ui5-transpile diff --git a/packages/karma-ui5-transpile/package.json b/packages/karma-ui5-transpile/package.json index 35a2be6c9..4002c1c11 100644 --- a/packages/karma-ui5-transpile/package.json +++ b/packages/karma-ui5-transpile/package.json @@ -1,6 +1,6 @@ { "name": "karma-ui5-transpile", - "version": "0.3.24", + "version": "0.3.25", "description": "", "author": "Peter Muessig", "license": "Apache-2.0", diff --git a/packages/ui5-tooling-transpile/CHANGELOG.md b/packages/ui5-tooling-transpile/CHANGELOG.md index c655bd092..b0701f96a 100644 --- a/packages/ui5-tooling-transpile/CHANGELOG.md +++ b/packages/ui5-tooling-transpile/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.7.20](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-tooling-transpile@0.7.19...ui5-tooling-transpile@0.7.20) (2023-07-17) + + +### Bug Fixes + +* **ui5-tooling-transpile:** allow to forward config options for presets ([#768](https://github.com/ui5-community/ui5-ecosystem-showcase/issues/768)) ([1e61090](https://github.com/ui5-community/ui5-ecosystem-showcase/commit/1e61090a721e854319eecdfabb501966fc137d1f)) + + + + + ## [0.7.19](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-tooling-transpile@0.7.18...ui5-tooling-transpile@0.7.19) (2023-07-16) diff --git a/packages/ui5-tooling-transpile/package.json b/packages/ui5-tooling-transpile/package.json index 768b71634..b5aea7886 100644 --- a/packages/ui5-tooling-transpile/package.json +++ b/packages/ui5-tooling-transpile/package.json @@ -1,6 +1,6 @@ { "name": "ui5-tooling-transpile", - "version": "0.7.19", + "version": "0.7.20", "description": "UI5 tooling extensions to transpile code", "author": "Jorge Martins, Peter Muessig", "license": "Apache-2.0", diff --git a/showcases/ui5-app-simple/CHANGELOG.md b/showcases/ui5-app-simple/CHANGELOG.md index f0d3f5057..8bb670778 100644 --- a/showcases/ui5-app-simple/CHANGELOG.md +++ b/showcases/ui5-app-simple/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.28](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-app-simple@0.3.27...ui5-app-simple@0.3.28) (2023-07-17) + +**Note:** Version bump only for package ui5-app-simple + + + + + ## [0.3.27](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-app-simple@0.3.26...ui5-app-simple@0.3.27) (2023-07-17) **Note:** Version bump only for package ui5-app-simple diff --git a/showcases/ui5-app-simple/package.json b/showcases/ui5-app-simple/package.json index e6822b2d0..32b8f369a 100644 --- a/showcases/ui5-app-simple/package.json +++ b/showcases/ui5-app-simple/package.json @@ -1,6 +1,6 @@ { "name": "ui5-app-simple", - "version": "0.3.27", + "version": "0.3.28", "description": "UI5 application using custom middlewares and tasks", "private": true, "author": "Volker Buzek, Peter Muessig", diff --git a/showcases/ui5-app/CHANGELOG.md b/showcases/ui5-app/CHANGELOG.md index 96803eeec..a3279fbd2 100644 --- a/showcases/ui5-app/CHANGELOG.md +++ b/showcases/ui5-app/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.27.31](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-app@0.27.30...ui5-app@0.27.31) (2023-07-17) + +**Note:** Version bump only for package ui5-app + + + + + ## [0.27.30](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-app@0.27.29...ui5-app@0.27.30) (2023-07-17) **Note:** Version bump only for package ui5-app diff --git a/showcases/ui5-app/package.json b/showcases/ui5-app/package.json index 44a20eaf5..3a1efc4f5 100644 --- a/showcases/ui5-app/package.json +++ b/showcases/ui5-app/package.json @@ -1,6 +1,6 @@ { "name": "ui5-app", - "version": "0.27.30", + "version": "0.27.31", "description": "UI5 application using custom middlewares and tasks", "private": true, "author": "Volker Buzek, Peter Muessig", diff --git a/showcases/ui5-tsapp-simple/CHANGELOG.md b/showcases/ui5-tsapp-simple/CHANGELOG.md index 729d50ca7..54775e676 100644 --- a/showcases/ui5-tsapp-simple/CHANGELOG.md +++ b/showcases/ui5-tsapp-simple/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.28](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-tsapp-simple@0.4.27...ui5-tsapp-simple@0.4.28) (2023-07-17) + +**Note:** Version bump only for package ui5-tsapp-simple + + + + + ## [0.4.27](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-tsapp-simple@0.4.26...ui5-tsapp-simple@0.4.27) (2023-07-17) **Note:** Version bump only for package ui5-tsapp-simple diff --git a/showcases/ui5-tsapp-simple/package.json b/showcases/ui5-tsapp-simple/package.json index 3a539dd1d..46a41679f 100644 --- a/showcases/ui5-tsapp-simple/package.json +++ b/showcases/ui5-tsapp-simple/package.json @@ -1,6 +1,6 @@ { "name": "ui5-tsapp-simple", - "version": "0.4.27", + "version": "0.4.28", "description": "Simple showcase of a TypeScript setup for developing UI5 applications", "private": true, "author": "Peter Muessig", diff --git a/showcases/ui5-tsapp/CHANGELOG.md b/showcases/ui5-tsapp/CHANGELOG.md index cd726bd68..ff3fc1ef4 100644 --- a/showcases/ui5-tsapp/CHANGELOG.md +++ b/showcases/ui5-tsapp/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.8.32](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-tsapp@0.8.31...ui5-tsapp@0.8.32) (2023-07-17) + +**Note:** Version bump only for package ui5-tsapp + + + + + ## [0.8.31](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-tsapp@0.8.30...ui5-tsapp@0.8.31) (2023-07-17) **Note:** Version bump only for package ui5-tsapp diff --git a/showcases/ui5-tsapp/package.json b/showcases/ui5-tsapp/package.json index c3db719e1..6e3cc0bdd 100644 --- a/showcases/ui5-tsapp/package.json +++ b/showcases/ui5-tsapp/package.json @@ -1,6 +1,6 @@ { "name": "ui5-tsapp", - "version": "0.8.31", + "version": "0.8.32", "description": "Showcase of a TypeScript setup for developing UI5 applications", "private": true, "author": "Jorge Martins, Peter Muessig", diff --git a/showcases/ui5-tslib/CHANGELOG.md b/showcases/ui5-tslib/CHANGELOG.md index 3986d60ce..e7f38386f 100644 --- a/showcases/ui5-tslib/CHANGELOG.md +++ b/showcases/ui5-tslib/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.33](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-tslib@0.3.32...ui5-tslib@0.3.33) (2023-07-17) + +**Note:** Version bump only for package ui5-tslib + + + + + ## [0.3.32](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-tslib@0.3.31...ui5-tslib@0.3.32) (2023-07-17) **Note:** Version bump only for package ui5-tslib diff --git a/showcases/ui5-tslib/package.json b/showcases/ui5-tslib/package.json index 11d9ca275..d1642c99c 100644 --- a/showcases/ui5-tslib/package.json +++ b/showcases/ui5-tslib/package.json @@ -1,6 +1,6 @@ { "name": "ui5-tslib", - "version": "0.3.32", + "version": "0.3.33", "description": "Showcase of a TypeScript setup for developing UI5 libraries", "private": true, "author": "Peter Muessig",