Skip to content

Commit 3d1a244

Browse files
committed
chore(release): publish
- cds-plugin-ui5@0.13.3 - dev-approuter@0.5.7 - ui5-tooling-modules@3.29.0 - approuter@0.2.45 - cds-bookshop@0.5.12 - cds-bookshop-ui5-viewer@0.4.42 - ui5-app@0.48.33 - ui5-app-simple@0.10.7 - ui5-bookshop-viewer@0.4.45 - ui5-tsapp@0.17.12 - ui5-tsapp-webc@0.14.2 - ui5-tslib@0.10.2
1 parent 1a40cf3 commit 3d1a244

File tree

24 files changed

+114
-12
lines changed

24 files changed

+114
-12
lines changed

packages/cds-plugin-ui5/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.13.3](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/cds-plugin-ui5@0.13.2...cds-plugin-ui5@0.13.3) (2025-07-29)
7+
8+
9+
### Bug Fixes
10+
11+
* **cds-plugin-ui5:** fixes issue in lazy loading feature ([#1224](https://github.com/ui5-community/ui5-ecosystem-showcase/issues/1224)) ([a65b4bc](https://github.com/ui5-community/ui5-ecosystem-showcase/commit/a65b4bc13489484d6b755f3c530bc825f5c50f24))
12+
13+
14+
15+
16+
617
## [0.13.2](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/cds-plugin-ui5@0.13.1...cds-plugin-ui5@0.13.2) (2025-07-06)
718

819

packages/cds-plugin-ui5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cds-plugin-ui5",
3-
"version": "0.13.2",
3+
"version": "0.13.3",
44
"description": "A CDS server plugin to inject the middlewares of all related UI5 tooling based projects.",
55
"author": "Peter Muessig",
66
"license": "Apache-2.0",

packages/dev-approuter/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.5.7](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/dev-approuter@0.5.6...dev-approuter@0.5.7) (2025-07-29)
7+
8+
**Note:** Version bump only for package dev-approuter
9+
10+
11+
12+
13+
614
## [0.5.6](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/dev-approuter@0.5.5...dev-approuter@0.5.6) (2025-07-06)
715

816

packages/dev-approuter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dev-approuter",
3-
"version": "0.5.6",
3+
"version": "0.5.7",
44
"description": "A dev time wrapper for the SAP Application Router that can serve UI5 and CDS modules added as dependencies.",
55
"author": "Nico Schoenteich <nicolai.schoenteich@sap.com> (https://github.com/nicoschoenteich)",
66
"license": "Apache-2.0",

packages/ui5-tooling-modules/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.29.0](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-tooling-modules@3.28.1...ui5-tooling-modules@3.29.0) (2025-07-29)
7+
8+
9+
### Features
10+
11+
* use mutliple yamls with rte option ([#1238](https://github.com/ui5-community/ui5-ecosystem-showcase/issues/1238)) ([1a40cf3](https://github.com/ui5-community/ui5-ecosystem-showcase/commit/1a40cf3c17707d25db9a3cba4da8b7b063305388))
12+
13+
14+
15+
16+
617
## [3.28.1](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-tooling-modules@3.28.0...ui5-tooling-modules@3.28.1) (2025-07-14)
718

819

packages/ui5-tooling-modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui5-tooling-modules",
3-
"version": "3.28.1",
3+
"version": "3.29.0",
44
"description": "UI5 tooling extensions to load and convert node modules as UI5 AMD-like modules",
55
"author": "Peter Muessig",
66
"license": "Apache-2.0",

showcases/approuter/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.45](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/approuter@0.2.44...approuter@0.2.45) (2025-07-29)
7+
8+
**Note:** Version bump only for package approuter
9+
10+
11+
12+
13+
614
## [0.2.44](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/approuter@0.2.43...approuter@0.2.44) (2025-07-22)
715

816
**Note:** Version bump only for package approuter

showcases/approuter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "approuter",
33
"description": "Showcase for the dev-approuter",
4-
"version": "0.2.44",
4+
"version": "0.2.45",
55
"private": "true",
66
"author": "Nicolai Schoenteich, Peter Muessig",
77
"license": "Apache-2.0",

showcases/cds-bookshop-ui5-viewer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.4.42](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/cds-bookshop-ui5-viewer@0.4.41...cds-bookshop-ui5-viewer@0.4.42) (2025-07-29)
7+
8+
**Note:** Version bump only for package cds-bookshop-ui5-viewer
9+
10+
11+
12+
13+
614
## [0.4.41](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/cds-bookshop-ui5-viewer@0.4.40...cds-bookshop-ui5-viewer@0.4.41) (2025-07-22)
715

816
**Note:** Version bump only for package cds-bookshop-ui5-viewer

showcases/cds-bookshop-ui5-viewer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cds-bookshop-ui5-viewer",
3-
"version": "0.4.41",
3+
"version": "0.4.42",
44
"description": "UI5 bookshop viewer referenced in cds-bookshop",
55
"private": true,
66
"author": "Nicolai Schoenteich, Peter Muessig",

0 commit comments

Comments
 (0)