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

Release 1.3.2

parent 8dbaf2cf
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.2] - 2022-05-05
### Fixed
- [`OXUIB-1621`)`](https://jira.open-xchange.com/browse/OXUIB-1621) /meta does not work with disabled redis [`0131ccb`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/0131ccb563d06ccfc91574b0d8eedd866fac98f0)
## [1.3.1] - 2022-05-04 ## [1.3.1] - 2022-05-04
### Added ### Added
...@@ -54,7 +60,8 @@ All notable changes to this project will be documented in this file. ...@@ -54,7 +60,8 @@ 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.1...main [unreleased]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.2...main
[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 [1.3.1]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.0...1.3.1
[1.3.0]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.2.1...1.3.0 [1.3.0]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.2.1...1.3.0
[1.2.1]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.2.0...1.2.1 [1.2.1]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.2.0...1.2.1
......
...@@ -21,7 +21,7 @@ version: 1.2.2 ...@@ -21,7 +21,7 @@ version: 1.2.2
# 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.1" appVersion: "1.3.2"
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.1", "version": "1.3.2",
"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