diff --git a/packages/cds-plugin-ui5/CHANGELOG.md b/packages/cds-plugin-ui5/CHANGELOG.md index f1ae98b6d..57d3e0085 100644 --- a/packages/cds-plugin-ui5/CHANGELOG.md +++ b/packages/cds-plugin-ui5/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.3](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/cds-plugin-ui5@0.7.2...cds-plugin-ui5@0.7.3) (2023-12-04) + + +### Bug Fixes + +* **cds-plugin-ui5:** package name in logs ([#918](https://github.com/ui5-community/ui5-ecosystem-showcase/issues/918)) ([cc9a8e2](https://github.com/ui5-community/ui5-ecosystem-showcase/commit/cc9a8e281cd4c7f7d3ebf809c428f0552e258cd5)) + + + + + ## [0.7.2](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/cds-plugin-ui5@0.7.1...cds-plugin-ui5@0.7.2) (2023-10-30) diff --git a/packages/cds-plugin-ui5/package.json b/packages/cds-plugin-ui5/package.json index d8471e04b..91489c412 100644 --- a/packages/cds-plugin-ui5/package.json +++ b/packages/cds-plugin-ui5/package.json @@ -1,6 +1,6 @@ { "name": "cds-plugin-ui5", - "version": "0.7.2", + "version": "0.7.3", "description": "A CDS server plugin to inject the middlewares of all related UI5 tooling based projects.", "author": "Peter Muessig", "license": "Apache-2.0", diff --git a/packages/dev-approuter/CHANGELOG.md b/packages/dev-approuter/CHANGELOG.md index 500f1a3e3..5b66b3bc7 100644 --- a/packages/dev-approuter/CHANGELOG.md +++ b/packages/dev-approuter/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.2.8](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/dev-approuter@0.2.7...dev-approuter@0.2.8) (2023-12-04) + +**Note:** Version bump only for package dev-approuter + + + + + ## [0.2.7](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/dev-approuter@0.2.6...dev-approuter@0.2.7) (2023-11-03) **Note:** Version bump only for package dev-approuter diff --git a/packages/dev-approuter/package.json b/packages/dev-approuter/package.json index 9dabb72f7..4234c4ecd 100644 --- a/packages/dev-approuter/package.json +++ b/packages/dev-approuter/package.json @@ -1,6 +1,6 @@ { "name": "dev-approuter", - "version": "0.2.7", + "version": "0.2.8", "description": "A dev time wrapper for the SAP Application Router that can serve UI5 and CDS modules added as dependencies.", "author": "Nico Schoenteich (https://github.com/nicoschoenteich)", "license": "Apache-2.0", diff --git a/packages/karma-ui5-transpile/CHANGELOG.md b/packages/karma-ui5-transpile/CHANGELOG.md index 8000bd05b..69ff95daf 100644 --- a/packages/karma-ui5-transpile/CHANGELOG.md +++ b/packages/karma-ui5-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. +# [3.3.0](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/karma-ui5-transpile@3.2.7...karma-ui5-transpile@3.3.0) (2023-12-04) + + +### Features + +* **ui5-tooling-transpile:** support generation of interfaces in task ([#920](https://github.com/ui5-community/ui5-ecosystem-showcase/issues/920)) ([67f277c](https://github.com/ui5-community/ui5-ecosystem-showcase/commit/67f277cd095dd9af6fbaeaa0f5f5beeabdfaf6e5)), closes [#919](https://github.com/ui5-community/ui5-ecosystem-showcase/issues/919) + + + + + ## [3.2.7](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/karma-ui5-transpile@3.2.6...karma-ui5-transpile@3.2.7) (2023-10-14) **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 1bd2d1247..dd6142170 100644 --- a/packages/karma-ui5-transpile/package.json +++ b/packages/karma-ui5-transpile/package.json @@ -1,6 +1,6 @@ { "name": "karma-ui5-transpile", - "version": "3.2.7", + "version": "3.3.0", "description": "", "author": "Peter Muessig", "license": "Apache-2.0", diff --git a/packages/ui5-middleware-serveframework/CHANGELOG.md b/packages/ui5-middleware-serveframework/CHANGELOG.md index 90d15a678..c1c5b6e9e 100644 --- a/packages/ui5-middleware-serveframework/CHANGELOG.md +++ b/packages/ui5-middleware-serveframework/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. +## [3.0.1](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-middleware-serveframework@3.0.0...ui5-middleware-serveframework@3.0.1) (2023-12-04) + + +### Bug Fixes + +* **ui5-middleware-serveframework:** disable for UI5 workspaces ([#917](https://github.com/ui5-community/ui5-ecosystem-showcase/issues/917)) ([e8f726e](https://github.com/ui5-community/ui5-ecosystem-showcase/commit/e8f726e7e9e8e35476db85d93aef9cc093e1c751)) + + + + + # [3.0.0](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-middleware-serveframework@3.0.0-alpha.4...ui5-middleware-serveframework@3.0.0) (2023-11-10) diff --git a/packages/ui5-middleware-serveframework/package.json b/packages/ui5-middleware-serveframework/package.json index dfcf34400..87d6abdf6 100644 --- a/packages/ui5-middleware-serveframework/package.json +++ b/packages/ui5-middleware-serveframework/package.json @@ -1,6 +1,6 @@ { "name": "ui5-middleware-serveframework", - "version": "3.0.0", + "version": "3.0.1", "description": "UI5 middleware to serve a locally built framework", "author": "Peter Muessig", "license": "Apache-2.0", diff --git a/packages/ui5-tooling-transpile/CHANGELOG.md b/packages/ui5-tooling-transpile/CHANGELOG.md index 637c188ac..36ae757d7 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. +# [3.3.0](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-tooling-transpile@3.2.7...ui5-tooling-transpile@3.3.0) (2023-12-04) + + +### Features + +* **ui5-tooling-transpile:** support generation of interfaces in task ([#920](https://github.com/ui5-community/ui5-ecosystem-showcase/issues/920)) ([67f277c](https://github.com/ui5-community/ui5-ecosystem-showcase/commit/67f277cd095dd9af6fbaeaa0f5f5beeabdfaf6e5)), closes [#919](https://github.com/ui5-community/ui5-ecosystem-showcase/issues/919) + + + + + ## [3.2.7](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-tooling-transpile@3.2.6...ui5-tooling-transpile@3.2.7) (2023-10-14) diff --git a/packages/ui5-tooling-transpile/package.json b/packages/ui5-tooling-transpile/package.json index f036961e9..a2e873673 100644 --- a/packages/ui5-tooling-transpile/package.json +++ b/packages/ui5-tooling-transpile/package.json @@ -1,6 +1,6 @@ { "name": "ui5-tooling-transpile", - "version": "3.2.7", + "version": "3.3.0", "description": "UI5 tooling extensions to transpile code", "author": "Jorge Martins, Peter Muessig", "license": "Apache-2.0", diff --git a/showcases/approuter/CHANGELOG.md b/showcases/approuter/CHANGELOG.md index 75d730a09..6e5e81503 100644 --- a/showcases/approuter/CHANGELOG.md +++ b/showcases/approuter/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.0.28](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/approuter@0.0.27...approuter@0.0.28) (2023-12-04) + +**Note:** Version bump only for package approuter + + + + + ## [0.0.27](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/approuter@0.0.26...approuter@0.0.27) (2023-11-03) **Note:** Version bump only for package approuter diff --git a/showcases/approuter/package.json b/showcases/approuter/package.json index cf552c5fb..961ab364e 100644 --- a/showcases/approuter/package.json +++ b/showcases/approuter/package.json @@ -1,7 +1,7 @@ { "name": "approuter", "description": "Showcase for the dev-approuter", - "version": "0.0.27", + "version": "0.0.28", "private": "true", "author": "Nicolai Schoenteich, Peter Muessig", "license": "Apache-2.0", diff --git a/showcases/cds-bookshop/CHANGELOG.md b/showcases/cds-bookshop/CHANGELOG.md index cb0003292..6db0712c5 100644 --- a/showcases/cds-bookshop/CHANGELOG.md +++ b/showcases/cds-bookshop/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.2.21](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/cds-bookshop@0.2.20...cds-bookshop@0.2.21) (2023-12-04) + +**Note:** Version bump only for package cds-bookshop + + + + + ## [0.2.20](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/cds-bookshop@0.2.19...cds-bookshop@0.2.20) (2023-11-03) **Note:** Version bump only for package cds-bookshop diff --git a/showcases/cds-bookshop/package.json b/showcases/cds-bookshop/package.json index cc07540ef..e88960e3d 100644 --- a/showcases/cds-bookshop/package.json +++ b/showcases/cds-bookshop/package.json @@ -1,6 +1,6 @@ { "name": "cds-bookshop", - "version": "0.2.20", + "version": "0.2.21", "description": "CAP bookshop app to showcase cds-plugin-ui5", "private": true, "author": "Nicolai Schoenteich, Peter Muessig", diff --git a/showcases/ui5-app-simple/CHANGELOG.md b/showcases/ui5-app-simple/CHANGELOG.md index 9c655b4ad..a0903dd92 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.6.16](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-app-simple@0.6.15...ui5-app-simple@0.6.16) (2023-12-04) + +**Note:** Version bump only for package ui5-app-simple + + + + + ## [0.6.15](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-app-simple@0.6.14...ui5-app-simple@0.6.15) (2023-11-10) **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 1f57016c1..c6bcd73c6 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.6.15", + "version": "0.6.16", "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 c8c3af9e8..f46d40c83 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.35.2](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-app@0.35.1...ui5-app@0.35.2) (2023-12-04) + +**Note:** Version bump only for package ui5-app + + + + + ## [0.35.1](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-app@0.35.0...ui5-app@0.35.1) (2023-11-10) **Note:** Version bump only for package ui5-app diff --git a/showcases/ui5-app/package.json b/showcases/ui5-app/package.json index 8397ddac3..311d71e86 100644 --- a/showcases/ui5-app/package.json +++ b/showcases/ui5-app/package.json @@ -1,6 +1,6 @@ { "name": "ui5-app", - "version": "0.35.1", + "version": "0.35.2", "description": "UI5 application using custom middlewares and tasks", "private": true, "author": "Volker Buzek, Peter Muessig", diff --git a/showcases/ui5-bookshop-viewer/CHANGELOG.md b/showcases/ui5-bookshop-viewer/CHANGELOG.md index fd10c876a..5d03b7084 100644 --- a/showcases/ui5-bookshop-viewer/CHANGELOG.md +++ b/showcases/ui5-bookshop-viewer/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.2.19](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-bookshop-viewer@0.2.18...ui5-bookshop-viewer@0.2.19) (2023-12-04) + +**Note:** Version bump only for package ui5-bookshop-viewer + + + + + ## [0.2.18](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-bookshop-viewer@0.2.17...ui5-bookshop-viewer@0.2.18) (2023-11-10) **Note:** Version bump only for package ui5-bookshop-viewer diff --git a/showcases/ui5-bookshop-viewer/package.json b/showcases/ui5-bookshop-viewer/package.json index d20210297..2ca0ce35a 100644 --- a/showcases/ui5-bookshop-viewer/package.json +++ b/showcases/ui5-bookshop-viewer/package.json @@ -1,6 +1,6 @@ { "name": "ui5-bookshop-viewer", - "version": "0.2.18", + "version": "0.2.19", "description": "Standalone UI5 bookshop viewer using ui5-middleware-cap", "private": true, "author": "Nicolai Schoenteich, Peter Muessig", diff --git a/showcases/ui5-tsapp-simple/CHANGELOG.md b/showcases/ui5-tsapp-simple/CHANGELOG.md index 72c58ff41..6a1174d2c 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.7.16](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-tsapp-simple@0.7.15...ui5-tsapp-simple@0.7.16) (2023-12-04) + +**Note:** Version bump only for package ui5-tsapp-simple + + + + + ## [0.7.15](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-tsapp-simple@0.7.14...ui5-tsapp-simple@0.7.15) (2023-10-31) **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 2ca8588e4..0c3a09c04 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.7.15", + "version": "0.7.16", "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 68e6ed22b..a0e0744bc 100644 --- a/showcases/ui5-tsapp/CHANGELOG.md +++ b/showcases/ui5-tsapp/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.11.0](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-tsapp@0.10.17...ui5-tsapp@0.11.0) (2023-12-04) + + +### Features + +* **ui5-tooling-transpile:** support generation of interfaces in task ([#920](https://github.com/ui5-community/ui5-ecosystem-showcase/issues/920)) ([67f277c](https://github.com/ui5-community/ui5-ecosystem-showcase/commit/67f277cd095dd9af6fbaeaa0f5f5beeabdfaf6e5)), closes [#919](https://github.com/ui5-community/ui5-ecosystem-showcase/issues/919) + + + + + ## [0.10.17](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-tsapp@0.10.16...ui5-tsapp@0.10.17) (2023-10-31) **Note:** Version bump only for package ui5-tsapp diff --git a/showcases/ui5-tsapp/package.json b/showcases/ui5-tsapp/package.json index 3c23867c0..c43a9dfa9 100644 --- a/showcases/ui5-tsapp/package.json +++ b/showcases/ui5-tsapp/package.json @@ -1,6 +1,6 @@ { "name": "ui5-tsapp", - "version": "0.10.17", + "version": "0.11.0", "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 9513e0e5e..31fbba571 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.5.18](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-tslib@0.5.17...ui5-tslib@0.5.18) (2023-12-04) + +**Note:** Version bump only for package ui5-tslib + + + + + ## [0.5.17](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-tslib@0.5.16...ui5-tslib@0.5.17) (2023-10-31) **Note:** Version bump only for package ui5-tslib diff --git a/showcases/ui5-tslib/package.json b/showcases/ui5-tslib/package.json index a8f5b0a2e..326c6bb7a 100644 --- a/showcases/ui5-tslib/package.json +++ b/showcases/ui5-tslib/package.json @@ -1,6 +1,6 @@ { "name": "ui5-tslib", - "version": "0.5.17", + "version": "0.5.18", "description": "Showcase of a TypeScript setup for developing UI5 libraries", "private": true, "author": "Peter Muessig",