Skip to content
Snippets Groups Projects
Commit 6e4066f6 authored by david.bauer's avatar david.bauer :fire:
Browse files

Release 1.3.5

parent a4c02f14
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.5] - 2022-06-15
### Fixed
- Release toolchain
## [1.3.4] - 2022-05-30 ## [1.3.4] - 2022-05-30
### Added ### Added
...@@ -11,7 +17,7 @@ All notable changes to this project will be documented in this file. ...@@ -11,7 +17,7 @@ All notable changes to this project will be documented in this file.
### Fixed ### 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) [`c9d89ba`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/c9d89ba0c41c9e927b9e543b042e1fe4f93489ff) [`90e3c32`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/90e3c325e52b274273e8d8eba57b3947453c9a1b) - [`OXUIB-1631`](https://jira.open-xchange.com/browse/OXUIB-1631) memory spikes immediately after startup [`43b4dd6`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/43b4dd6a6d3964123cff02bf7c55755fa3f9e058) [`c9d89ba`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/c9d89ba0c41c9e927b9e543b042e1fe4f93489ff) [`90e3c32`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/90e3c325e52b274273e8d8eba57b3947453c9a1b)
## [1.3.3] - 2022-05-10 ## [1.3.3] - 2022-05-10
...@@ -50,33 +56,44 @@ All notable changes to this project will be documented in this file. ...@@ -50,33 +56,44 @@ All notable changes to this project will be documented in this file.
## [1.2.0] - 2022-03-28 ## [1.2.0] - 2022-03-28
### Changed ### Changed
- Improve version detection - Improve version detection
### Fixed ### Fixed
- /ready might trigger warmup multiple times - /ready might trigger warmup multiple times
## [1.1.236709] - 2022-03-03 ## [1.1.236709] - 2022-03-03
### Fixed ### Fixed
- OXUIB-1397 - Parent or opener do not reference opening window - OXUIB-1397 - Parent or opener do not reference opening window
## [1.1.236708] - 2022-03-01 ## [1.1.236708] - 2022-03-01
### Fixed ### Fixed
- OXUIB-1378 - 7.10.x share links don't work with 8.0 - OXUIB-1378 - 7.10.x share links don't work with 8.0
- more sane default for memory limits - more sane default for memory limits
- version hash in scaled environments - version hash in scaled environments
- OXUIB-1380 - UI forever (enough) broken after update - OXUIB-1380 - UI forever (enough) broken after update
### Added ### Added
- redirect endpoint for login redirects - redirect endpoint for login redirects
## [1.1.236707] - 2022-02-10 ## [1.1.236707] - 2022-02-10
- Add release workflow - Add release workflow
## [1.1.236706] ## [1.1.236706]
### Added ### Added
- Start changelog
- Start changelog
[unreleased]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.4...main [unreleased]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.5...main
[1.3.5]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.3...1.3.5
[1.3.4]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.3...1.3.4 [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.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.2]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.1...1.3.2
......
...@@ -21,7 +21,7 @@ version: 1.2.5 ...@@ -21,7 +21,7 @@ version: 1.2.5
# 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.4" appVersion: "1.3.5"
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.4", "version": "1.3.5",
"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