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

Release 1.3.4

parent aa849e81
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.
## [Unreleased]
## [1.3.4] - 2022-05-30
### Added
- Add trace logging for the cache [`c4fcec5`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/c4fcec5f90f10de02e22e03736774afa8f51215f)
### Fixed
- [`OXUIB-1631`](https://jira.open-xchange.com/browse/OXUIB-1631) memory spikes immediatly after startup [`43b4dd6`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/43b4dd6a6d3964123cff02bf7c55755fa3f9e058)
- [`OXUIB-1631`](https://jira.open-xchange.com/browse/OXUIB-1631) UI-middleware memory spikes after startup (3) [`c9d89ba`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/c9d89ba0c41c9e927b9e543b042e1fe4f93489ff)
- [`OXUIB-1631`](https://jira.open-xchange.com/browse/OXUIB-1631) UI-middleware memory spikes after startup (2) [`90e3c32`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/90e3c325e52b274273e8d8eba57b3947453c9a1b)
## [1.3.3] - 2022-05-10
### Fixed
......@@ -66,7 +78,8 @@ 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.3.3...main
[unreleased]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.4...main
[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.2]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.1...1.3.2
[1.3.1]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.0...1.3.1
......
......@@ -21,7 +21,7 @@ version: 1.2.4
# 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.3.3"
appVersion: "1.3.4"
dependencies:
- name: ox-common
version: 1.0.17
......
{
"name": "@open-xchange/ui-middleware",
"version": "1.3.3",
"version": "1.3.4",
"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