Skip to content
Snippets Groups Projects
Commit 630571ae authored by julian.baeume's avatar julian.baeume :pick:
Browse files

Release 2.0.4 (Helm chart: 3.0.7)

parent 03e26f59
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. ...@@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file.
## [Unreleased] ## [Unreleased]
## [2.0.4] - 2024-04-05
### Added
- Improve 404 error message in HTML mode
### Fixed
- Copy & paste error in helm chart secret template [`03e26f5`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/03e26f59c10c4174ea3ab50fd2f1082ce061b376)
## [2.0.3] - 2024-04-02 ## [2.0.3] - 2024-04-02
### Added ### Added
...@@ -279,7 +289,7 @@ All notable changes to this project will be documented in this file. ...@@ -279,7 +289,7 @@ All notable changes to this project will be documented in this file.
- Start changelog - Start changelog
[unreleased]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/2.0.3...main [unreleased]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/2.0.4...main
[1.3.5]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.3...1.3.5 [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.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 [1.3.3]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.2...1.3.3
...@@ -292,6 +302,7 @@ All notable changes to this project will be documented in this file. ...@@ -292,6 +302,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.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.1.236707]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.1.0...1.1.236707
[2.0.4]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/2.0.3...2.0.4
[2.0.3]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/2.0.2...2.0.3 [2.0.3]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/2.0.2...2.0.3
[2.0.2]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/2.0.1...2.0.2 [2.0.2]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/2.0.1...2.0.2
[2.0.1]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/2.0.0...2.0.1 [2.0.1]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/2.0.0...2.0.1
......
...@@ -15,13 +15,13 @@ type: application ...@@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # 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. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 3.0.6 version: 3.0.7
# This is the version number of the application being deployed. This version number should be # 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 # 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. # follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes. # It is recommended to use it with quotes.
appVersion: "2.0.3" appVersion: "2.0.4"
dependencies: dependencies:
- name: ox-common - name: ox-common
version: ~1.0.38 version: ~1.0.38
......
{ {
"name": "@open-xchange/ui-middleware", "name": "@open-xchange/ui-middleware",
"version": "2.0.3", "version": "2.0.4",
"description": "Provides a combined manifest.json", "description": "Provides a combined manifest.json",
"type": "module", "type": "module",
"main": "src/index.js", "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