Skip to content

Commit 19c5f6d

Browse files
committed
chore(release): publish
- ui5-middleware-ui5@3.0.0-alpha.9 - ui5-task-pwa-enabler@3.0.4 - ui5-tooling-less@3.1.1 - ui5-app@0.34.1 - ui5-bookshop-viewer@0.2.13 - ui5-tsapp@0.10.15
1 parent eb8aca2 commit 19c5f6d

File tree

12 files changed

+63
-6
lines changed

12 files changed

+63
-6
lines changed

packages/ui5-middleware-ui5/CHANGELOG.md

+11
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.0.0-alpha.9](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-middleware-ui5@3.0.0-alpha.8...ui5-middleware-ui5@3.0.0-alpha.9) (2023-10-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **ui5-middleware-ui5:** make it work without config ([#897](https://github.com/ui5-community/ui5-ecosystem-showcase/issues/897)) ([dd428bf](https://github.com/ui5-community/ui5-ecosystem-showcase/commit/dd428bfd56d4dd73af852f212c11c87b6a098788))
12+
13+
14+
15+
16+
617
# [3.0.0-alpha.8](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-middleware-ui5@3.0.0-alpha.7...ui5-middleware-ui5@3.0.0-alpha.8) (2023-10-17)
718

819

packages/ui5-middleware-ui5/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui5-middleware-ui5",
3-
"version": "3.0.0-alpha.8",
3+
"version": "3.0.0-alpha.9",
44
"description": "UI5 middleware to include UI5 application as dependencies",
55
"author": "Peter Muessig",
66
"license": "Apache-2.0",

packages/ui5-task-pwa-enabler/CHANGELOG.md

+8
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+
## [3.0.4](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-task-pwa-enabler@3.0.3...ui5-task-pwa-enabler@3.0.4) (2023-10-28)
7+
8+
**Note:** Version bump only for package ui5-task-pwa-enabler
9+
10+
11+
12+
13+
614
## [3.0.3](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-task-pwa-enabler@3.0.2...ui5-task-pwa-enabler@3.0.3) (2023-10-14)
715

816
**Note:** Version bump only for package ui5-task-pwa-enabler

packages/ui5-task-pwa-enabler/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui5-task-pwa-enabler",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "UI5 task to make a PWA out of a UI5 application.",
55
"author": "Mona Kaczun, Maximilian Moehl",
66
"license": "Apache-2.0",

packages/ui5-tooling-less/CHANGELOG.md

+11
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.1.1](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-tooling-less@3.1.0...ui5-tooling-less@3.1.1) (2023-10-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **ui5-tooling-less:** resolve globs relative to app namespace ([#898](https://github.com/ui5-community/ui5-ecosystem-showcase/issues/898)) ([eb8aca2](https://github.com/ui5-community/ui5-ecosystem-showcase/commit/eb8aca21f27412e1d4194fdbcb33b632dca9fc42)), closes [#896](https://github.com/ui5-community/ui5-ecosystem-showcase/issues/896)
12+
13+
14+
15+
16+
617
# 3.1.0 (2023-10-19)
718

819

packages/ui5-tooling-less/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui5-tooling-less",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "UI5 tooling extension for compiling less files",
55
"author": "Sebastian Mahr, Marcel Schork, Peter Muessig",
66
"license": "Apache-2.0",

showcases/ui5-app/CHANGELOG.md

+11
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.34.1](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-app@0.34.0...ui5-app@0.34.1) (2023-10-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **ui5-tooling-less:** resolve globs relative to app namespace ([#898](https://github.com/ui5-community/ui5-ecosystem-showcase/issues/898)) ([eb8aca2](https://github.com/ui5-community/ui5-ecosystem-showcase/commit/eb8aca21f27412e1d4194fdbcb33b632dca9fc42)), closes [#896](https://github.com/ui5-community/ui5-ecosystem-showcase/issues/896)
12+
13+
14+
15+
16+
617
# [0.34.0](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-app@0.33.3...ui5-app@0.34.0) (2023-10-19)
718

819

showcases/ui5-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui5-app",
3-
"version": "0.34.0",
3+
"version": "0.34.1",
44
"description": "UI5 application using custom middlewares and tasks",
55
"private": true,
66
"author": "Volker Buzek, Peter Muessig",

showcases/ui5-bookshop-viewer/CHANGELOG.md

+8
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.13](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-bookshop-viewer@0.2.12...ui5-bookshop-viewer@0.2.13) (2023-10-28)
7+
8+
**Note:** Version bump only for package ui5-bookshop-viewer
9+
10+
11+
12+
13+
614
## [0.2.12](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-bookshop-viewer@0.2.11...ui5-bookshop-viewer@0.2.12) (2023-10-18)
715

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

showcases/ui5-bookshop-viewer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui5-bookshop-viewer",
3-
"version": "0.2.12",
3+
"version": "0.2.13",
44
"description": "Standalone UI5 bookshop viewer using ui5-middleware-cap",
55
"private": true,
66
"author": "Nicolai Schoenteich, Peter Muessig",

showcases/ui5-tsapp/CHANGELOG.md

+8
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.10.15](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-tsapp@0.10.14...ui5-tsapp@0.10.15) (2023-10-28)
7+
8+
**Note:** Version bump only for package ui5-tsapp
9+
10+
11+
12+
13+
614
## [0.10.14](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-tsapp@0.10.13...ui5-tsapp@0.10.14) (2023-10-17)
715

816
**Note:** Version bump only for package ui5-tsapp

showcases/ui5-tsapp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui5-tsapp",
3-
"version": "0.10.14",
3+
"version": "0.10.15",
44
"description": "Showcase of a TypeScript setup for developing UI5 applications",
55
"private": true,
66
"author": "Jorge Martins, Peter Muessig",

0 commit comments

Comments
 (0)