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

Release 1.3.6

parent fea07f12
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. ...@@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file.
## [Unreleased] ## [Unreleased]
## [1.3.6] - 2022-07-11
### Added
- Add extended logging to some modules [`6906d7f`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/6906d7f213f67324cf0f609d56d47dd4d6d15142)
- Add logging to the version check functions on log level 'info' and 'debug'
- Add some time measures on ready checks to see what's taking so long on startup
### Changed
- Changed all 'trace' logs to level 'debug'
## [1.3.5] - 2022-06-15 ## [1.3.5] - 2022-06-15
### Fixed ### Fixed
......
...@@ -21,7 +21,7 @@ version: 1.2.6 ...@@ -21,7 +21,7 @@ version: 1.2.6
# 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.5" appVersion: "1.3.6"
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.5", "version": "1.3.6",
"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