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

Release 1.3.8

parent 4a2a26c8
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. ...@@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
## [Unreleased] ## [Unreleased]
## [1.3.8] - 2022-07-20
### Fixed
- file logging does not contain the requested file version [`70e2686`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/70e2686498de3f608af8de73adff5399e513e8ae)
## [1.3.7] - 2022-07-19 ## [1.3.7] - 2022-07-19
### Added ### Added
...@@ -110,7 +116,7 @@ All notable changes to this project will be documented in this file. ...@@ -110,7 +116,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/1.3.7...main [unreleased]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.8...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
...@@ -123,4 +129,5 @@ All notable changes to this project will be documented in this file. ...@@ -123,4 +129,5 @@ 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
[1.3.8]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.7...1.3.8
[1.3.7]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.6...1.3.7 [1.3.7]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.6...1.3.7
...@@ -21,7 +21,7 @@ version: 1.2.8 ...@@ -21,7 +21,7 @@ version: 1.2.8
# 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: "1.3.7" appVersion: "1.3.8"
dependencies: dependencies:
- name: ox-common - name: ox-common
version: 1.0.17 version: 1.0.17
......
{ {
"name": "@open-xchange/ui-middleware", "name": "@open-xchange/ui-middleware",
"version": "1.3.7", "version": "1.3.8",
"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