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

Release 1.2.1

parent 2ab7dd8f
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.
## [Unreleased]
## [1.2.1] - 2022-04-05
### Changed
- **Breaking change:** unify name prefix of metrics exposed using promclient [`ae56d8c`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/ae56d8c0eb18e2aefd2938291616ed1ac24dc366)
### Fixed
- [`OXUIB-1528`](https://jira.open-xchange.com/browse/OXUIB-1528): Read-through cache not working [`ba11d96`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/ba11d966ff86b2f1dc2611e1be7f4ceb1ad3f310)
## [1.2.0] - 2022-03-28
### Changed
......@@ -32,7 +42,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.2.0...main
[unreleased]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.2.1...main
[1.2.1]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.2.0...1.2.1
[1.2.0]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.1.236709...1.2.0
[1.1.236709]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.1.236708...1.1.236709
[1.1.236708]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.1.236707...1.1.236708
......
......@@ -21,7 +21,7 @@ version: 1.1.1
# 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.2.0"
appVersion: "1.2.1"
dependencies:
- name: ox-common
version: 1.0.17
......
{
"name": "@open-xchange/ui-middleware",
"version": "1.2.0",
"version": "1.2.1",
"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