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

Release 1.3.0

parent e058cda0
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.0] - 2022-05-04
### Added
- Redis-based cache to allow scalability [`8c921c8`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/8c921c8f7da44d59ec9a3a098cb6c3579bcdb840)
## [1.2.1] - 2022-04-05 ## [1.2.1] - 2022-04-05
### Changed ### Changed
...@@ -42,7 +48,8 @@ All notable changes to this project will be documented in this file. ...@@ -42,7 +48,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.2.1...main [unreleased]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.0...main
[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
[1.2.0]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.1.236709...1.2.0 [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.236709]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.1.236708...1.1.236709
......
...@@ -21,7 +21,7 @@ version: 1.2.0 ...@@ -21,7 +21,7 @@ version: 1.2.0
# 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.2.1" appVersion: "1.3.0"
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.2.1", "version": "1.3.0",
"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