From 853d48e36752163afcefec45089703ef02027e69 Mon Sep 17 00:00:00 2001 From: Peter Muessig Date: Mon, 10 Feb 2025 17:30:56 +0100 Subject: [PATCH] chore(release): publish - ui5-tooling-modules@3.22.1 - approuter@0.2.3 - cds-bookshop@0.4.3 - cds-bookshop-ui5-viewer@0.4.3 - ui5-app@0.46.3 - ui5-app-simple@0.9.3 - ui5-bookshop-viewer@0.4.3 - ui5-tsapp@0.16.3 - ui5-tsapp-webc@0.9.3 - ui5-tslib@0.8.3 --- packages/ui5-tooling-modules/CHANGELOG.md | 11 +++++++++++ packages/ui5-tooling-modules/package.json | 2 +- showcases/approuter/CHANGELOG.md | 8 ++++++++ showcases/approuter/package.json | 2 +- showcases/cds-bookshop-ui5-viewer/CHANGELOG.md | 8 ++++++++ showcases/cds-bookshop-ui5-viewer/package.json | 2 +- showcases/cds-bookshop/CHANGELOG.md | 8 ++++++++ showcases/cds-bookshop/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-bookshop-viewer/CHANGELOG.md | 8 ++++++++ showcases/ui5-bookshop-viewer/package.json | 2 +- showcases/ui5-tsapp-webc/CHANGELOG.md | 8 ++++++++ showcases/ui5-tsapp-webc/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 +- 20 files changed, 93 insertions(+), 10 deletions(-) diff --git a/packages/ui5-tooling-modules/CHANGELOG.md b/packages/ui5-tooling-modules/CHANGELOG.md index 98f21d60..924c654f 100644 --- a/packages/ui5-tooling-modules/CHANGELOG.md +++ b/packages/ui5-tooling-modules/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.22.1](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-tooling-modules@3.22.0...ui5-tooling-modules@3.22.1) (2025-02-10) + + +### Bug Fixes + +* **ui5-tooling-modules:** avoid issues with modified id in import-meta rollup plugin ([#1170](https://github.com/ui5-community/ui5-ecosystem-showcase/issues/1170)) ([21cd701](https://github.com/ui5-community/ui5-ecosystem-showcase/commit/21cd7012d7e7ee1c9e0c0c847f8da5a4a7b8ab27)) + + + + + # [3.22.0](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-tooling-modules@3.21.0...ui5-tooling-modules@3.22.0) (2025-02-07) diff --git a/packages/ui5-tooling-modules/package.json b/packages/ui5-tooling-modules/package.json index d72a17e4..202f95b2 100644 --- a/packages/ui5-tooling-modules/package.json +++ b/packages/ui5-tooling-modules/package.json @@ -1,6 +1,6 @@ { "name": "ui5-tooling-modules", - "version": "3.22.0", + "version": "3.22.1", "description": "UI5 tooling extensions to load and convert node modules as UI5 AMD-like modules", "author": "Peter Muessig", "license": "Apache-2.0", diff --git a/showcases/approuter/CHANGELOG.md b/showcases/approuter/CHANGELOG.md index dabc88a7..ccba3550 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.2.3](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/approuter@0.2.2...approuter@0.2.3) (2025-02-10) + +**Note:** Version bump only for package approuter + + + + + ## [0.2.2](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/approuter@0.2.1...approuter@0.2.2) (2025-02-07) **Note:** Version bump only for package approuter diff --git a/showcases/approuter/package.json b/showcases/approuter/package.json index 7e3c7ae0..d7e200f3 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.2.2", + "version": "0.2.3", "private": "true", "author": "Nicolai Schoenteich, Peter Muessig", "license": "Apache-2.0", diff --git a/showcases/cds-bookshop-ui5-viewer/CHANGELOG.md b/showcases/cds-bookshop-ui5-viewer/CHANGELOG.md index dd07fe5e..77978327 100644 --- a/showcases/cds-bookshop-ui5-viewer/CHANGELOG.md +++ b/showcases/cds-bookshop-ui5-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.4.3](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/cds-bookshop-ui5-viewer@0.4.2...cds-bookshop-ui5-viewer@0.4.3) (2025-02-10) + +**Note:** Version bump only for package cds-bookshop-ui5-viewer + + + + + ## [0.4.2](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/cds-bookshop-ui5-viewer@0.4.1...cds-bookshop-ui5-viewer@0.4.2) (2025-02-07) **Note:** Version bump only for package cds-bookshop-ui5-viewer diff --git a/showcases/cds-bookshop-ui5-viewer/package.json b/showcases/cds-bookshop-ui5-viewer/package.json index 2424d686..df838fcb 100644 --- a/showcases/cds-bookshop-ui5-viewer/package.json +++ b/showcases/cds-bookshop-ui5-viewer/package.json @@ -1,6 +1,6 @@ { "name": "cds-bookshop-ui5-viewer", - "version": "0.4.2", + "version": "0.4.3", "description": "UI5 bookshop viewer referenced in cds-bookshop", "private": true, "author": "Nicolai Schoenteich, Peter Muessig", diff --git a/showcases/cds-bookshop/CHANGELOG.md b/showcases/cds-bookshop/CHANGELOG.md index 9c1cb41b..bbba4316 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.4.3](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/cds-bookshop@0.4.2...cds-bookshop@0.4.3) (2025-02-10) + +**Note:** Version bump only for package cds-bookshop + + + + + ## [0.4.2](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/cds-bookshop@0.4.1...cds-bookshop@0.4.2) (2025-02-07) **Note:** Version bump only for package cds-bookshop diff --git a/showcases/cds-bookshop/package.json b/showcases/cds-bookshop/package.json index 0e3f27e0..e7b8cedc 100644 --- a/showcases/cds-bookshop/package.json +++ b/showcases/cds-bookshop/package.json @@ -1,6 +1,6 @@ { "name": "cds-bookshop", - "version": "0.4.2", + "version": "0.4.3", "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 e77221e9..a7f52042 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.9.3](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-app-simple@0.9.2...ui5-app-simple@0.9.3) (2025-02-10) + +**Note:** Version bump only for package ui5-app-simple + + + + + ## [0.9.2](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-app-simple@0.9.1...ui5-app-simple@0.9.2) (2025-02-07) **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 e4687569..bb71509d 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.9.2", + "version": "0.9.3", "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 a197c45a..bf767f60 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.46.3](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-app@0.46.2...ui5-app@0.46.3) (2025-02-10) + +**Note:** Version bump only for package ui5-app + + + + + ## [0.46.2](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-app@0.46.1...ui5-app@0.46.2) (2025-02-07) **Note:** Version bump only for package ui5-app diff --git a/showcases/ui5-app/package.json b/showcases/ui5-app/package.json index c6ed5470..caef48cd 100644 --- a/showcases/ui5-app/package.json +++ b/showcases/ui5-app/package.json @@ -1,6 +1,6 @@ { "name": "ui5-app", - "version": "0.46.2", + "version": "0.46.3", "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 c3ca43d0..03c43b96 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.4.3](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-bookshop-viewer@0.4.2...ui5-bookshop-viewer@0.4.3) (2025-02-10) + +**Note:** Version bump only for package ui5-bookshop-viewer + + + + + ## [0.4.2](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-bookshop-viewer@0.4.1...ui5-bookshop-viewer@0.4.2) (2025-02-07) **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 bbec5c86..0e8d0e32 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.4.2", + "version": "0.4.3", "description": "Standalone UI5 bookshop viewer using ui5-middleware-cap", "private": true, "author": "Nicolai Schoenteich, Peter Muessig", diff --git a/showcases/ui5-tsapp-webc/CHANGELOG.md b/showcases/ui5-tsapp-webc/CHANGELOG.md index bfa56c64..ca170cf3 100644 --- a/showcases/ui5-tsapp-webc/CHANGELOG.md +++ b/showcases/ui5-tsapp-webc/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.9.3](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-tsapp-webc@0.9.2...ui5-tsapp-webc@0.9.3) (2025-02-10) + +**Note:** Version bump only for package ui5-tsapp-webc + + + + + ## [0.9.2](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-tsapp-webc@0.9.1...ui5-tsapp-webc@0.9.2) (2025-02-07) **Note:** Version bump only for package ui5-tsapp-webc diff --git a/showcases/ui5-tsapp-webc/package.json b/showcases/ui5-tsapp-webc/package.json index 85d407ef..b5360795 100644 --- a/showcases/ui5-tsapp-webc/package.json +++ b/showcases/ui5-tsapp-webc/package.json @@ -1,6 +1,6 @@ { "name": "ui5-tsapp-webc", - "version": "0.9.2", + "version": "0.9.3", "description": "Showcase of a TypeScript setup for developing UI5 applications with UI5 Web Components", "private": true, "author": "Peter Muessig", diff --git a/showcases/ui5-tsapp/CHANGELOG.md b/showcases/ui5-tsapp/CHANGELOG.md index 89469ef7..ac062685 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.16.3](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-tsapp@0.16.2...ui5-tsapp@0.16.3) (2025-02-10) + +**Note:** Version bump only for package ui5-tsapp + + + + + ## [0.16.2](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-tsapp@0.16.1...ui5-tsapp@0.16.2) (2025-02-07) **Note:** Version bump only for package ui5-tsapp diff --git a/showcases/ui5-tsapp/package.json b/showcases/ui5-tsapp/package.json index 0cc6c776..dc90c30e 100644 --- a/showcases/ui5-tsapp/package.json +++ b/showcases/ui5-tsapp/package.json @@ -1,6 +1,6 @@ { "name": "ui5-tsapp", - "version": "0.16.2", + "version": "0.16.3", "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 2213f7f1..4b6c9b3b 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.8.3](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-tslib@0.8.2...ui5-tslib@0.8.3) (2025-02-10) + +**Note:** Version bump only for package ui5-tslib + + + + + ## [0.8.2](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-tslib@0.8.1...ui5-tslib@0.8.2) (2025-02-07) **Note:** Version bump only for package ui5-tslib diff --git a/showcases/ui5-tslib/package.json b/showcases/ui5-tslib/package.json index c157b803..018b4d94 100644 --- a/showcases/ui5-tslib/package.json +++ b/showcases/ui5-tslib/package.json @@ -1,6 +1,6 @@ { "name": "ui5-tslib", - "version": "0.8.2", + "version": "0.8.3", "description": "Showcase of a TypeScript setup for developing UI5 libraries", "private": true, "author": "Peter Muessig",