diff --git a/CHANGELOG.md b/CHANGELOG.md index aa9a0e1988d766b31a2933edae863eadaed1eba1..7b5b79c7cf65fdf0db74d8d2d431702054012947 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.3.3] - 2022-05-10 + +### Fixed + +- [`OXUIB-1632`](https://jira.open-xchange.com/browse/OXUIB-1632) Multiple ui-middleware-nodes might end up in different configurations [`1ee3761`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/1ee376117a8468a267f2f2297694fc4d9003458f) + ## [1.3.2] - 2022-05-05 ### Fixed @@ -60,7 +66,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.2...main +[unreleased]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.3...main +[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 [1.3.0]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.2.1...1.3.0 diff --git a/helm/core-ui-middleware/Chart.yaml b/helm/core-ui-middleware/Chart.yaml index 144fd42144f7e6c522323784e33d858d54d56a8f..748a87878b8b663334f5f2a806c9671400284f29 100644 --- a/helm/core-ui-middleware/Chart.yaml +++ b/helm/core-ui-middleware/Chart.yaml @@ -21,7 +21,7 @@ version: 1.2.3 # 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.2" +appVersion: "1.3.3" dependencies: - name: ox-common version: 1.0.17 diff --git a/package.json b/package.json index 2fedc1c0c9d99b9969bbceb569879caee43e3e05..03b6003c94a0b2e7514113ac29a0cb5f322561bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-xchange/ui-middleware", - "version": "1.3.2", + "version": "1.3.3", "description": "Provides a combined manifest.json", "type": "module", "main": "src/index.js",