Skip to content
Snippets Groups Projects
Commit 4c911814 authored by richard.petersen's avatar richard.petersen :sailboat:
Browse files

Release 1.4.2 (Helm chart: 1.3.2)

parent 991ff0e4
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
## [1.4.2] - 2022-11-11
### Added
- Documentation about architecture [`d82ed0d`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/d82ed0db05fb679e09751450585d5297873c9f30)
### Fixed
- [`OXUIB-1961`](https://jira.open-xchange.com/browse/OXUIB-1961): UI Middleware throwing "file not found exception" and not serving recent versions [`9dbf03d`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/9dbf03d0bda80b4e07037f299f72ceff713cbe04)
## [1.4.1] - 2022-09-13
### Fixed
......@@ -140,7 +151,7 @@ All notable changes to this project will be documented in this file.
- Start changelog
[unreleased]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.4.1...main
[unreleased]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.4.2...main
[1.3.5]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.3...1.3.5
[1.3.4]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.3...1.3.4
[1.3.3]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.2...1.3.3
......@@ -153,6 +164,7 @@ All notable changes to this project will be documented in this file.
[1.1.236708]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.1.236707...1.1.236708
[1.1.236707]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.1.0...1.1.236707
[1.4.2]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.4.1...1.4.2
[1.4.1]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.4.0...1.4.1
[1.4.0]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/list...1.4.0
[1.3.8]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.7...1.3.8
......
......@@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.3.1
version: 1.3.2
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.4.1"
appVersion: "1.4.2"
dependencies:
- name: ox-common
version: 1.0.22
......
{
"name": "@open-xchange/ui-middleware",
"version": "1.4.1",
"version": "1.4.2",
"description": "Provides a combined manifest.json",
"type": "module",
"main": "src/index.js",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment