From 451c90237de1e0e285c108165f838b46ef5fd1d0 Mon Sep 17 00:00:00 2001
From: Richard Petersen <richard.petersen@open-xchange.com>
Date: Tue, 10 May 2022 17:21:44 +0200
Subject: [PATCH] Release 1.3.3

---
 CHANGELOG.md                       | 9 ++++++++-
 helm/core-ui-middleware/Chart.yaml | 2 +-
 package.json                       | 2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index aa9a0e1..7b5b79c 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 144fd42..748a878 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 2fedc1c..03b6003 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",
-- 
GitLab