From 43a997c2e9ca25c1c7fe7918202aad4dc1284baa Mon Sep 17 00:00:00 2001 From: Pe5h4 Date: Thu, 1 Dec 2022 10:25:57 +0100 Subject: [PATCH 1/4] Version bump --- asab-webui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asab-webui b/asab-webui index 343d91c6..e7c9b7eb 160000 --- a/asab-webui +++ b/asab-webui @@ -1 +1 @@ -Subproject commit 343d91c6f5cca475f4fd0e013d21a6396d0752ee +Subproject commit e7c9b7eb60eaba9cae39ea18d569301dcc7500c4 From ae2261ad9eb74b14ca221adb76893a7fb9e13d6f Mon Sep 17 00:00:00 2001 From: Pe5h4 Date: Thu, 1 Dec 2022 11:03:09 +0100 Subject: [PATCH 2/4] Fix dependabot vulnerability reports on github --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e2a3319f..10dccefd 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "dependencies": { "@coreui/icons": "^1.0.1", "axios": "^0.21.1", - "bootstrap": "4", + "bootstrap": "^4", "core-js": "3", "date-fns": "^2.28.0", "file-saver": "^2.0.5", From d44e92aa9d31024b77eeb064718df1f4d1659592 Mon Sep 17 00:00:00 2001 From: Pe5h4 Date: Thu, 1 Dec 2022 11:03:33 +0100 Subject: [PATCH 3/4] Update changelog --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd93f010..5d8b7eec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ ## Release Candidate +## v22.48 + +### Compatibility + +- [x] **ASAB UI `v22.48` or newer** +- [x] **SeaCat Auth `v22.48` or newer** + +⚠️ Due to breaking changes in the OpenID Connect module, tenant authorization will not work with older versions of SeaCat Auth service and ASAB UI based apps. + +### Features + +- ASAB WebUI submodule version bump [[e7c9b7eb](https://github.com/TeskaLabs/asab-webui/commit/e7c9b7eb60eaba9cae39ea18d569301dcc7500c4)] commit (INDIGO Sprint 221125, [!5](https://github.com/TeskaLabs/seacat-admin-webui/pull/5)) + +### Refactoring + +- Fix the height of the ClientDetailContainer card in edit mode (INDIGO Sprint 221125, [!5](https://github.com/TeskaLabs/seacat-admin-webui/pull/5)) + ## v22.46 ### Features @@ -12,7 +29,6 @@ - Refactor put and post requests in Credentials. When creating credentials, phone and email will be send in a body of a request only when filled in. When updating the credentials, phone or email will be defined in a request body as `null` if value not specified. (INDIGO Sprint 221111, [!3](https://github.com/TeskaLabs/seacat-admin-webui/pull/3)) -- Fix the height of the ClientDetailContainer card in edit mode (INDIGO Sprint 221125, [!5](https://github.com/TeskaLabs/seacat-admin-webui/pull/5)) ### Bugfix From 73f88f0984e4bad89e91b25f5c4f408a2779fa95 Mon Sep 17 00:00:00 2001 From: Pe5h4 Date: Thu, 1 Dec 2022 11:07:20 +0100 Subject: [PATCH 4/4] Update changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d8b7eec..5b55ecf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ ### Features -- ASAB WebUI submodule version bump [[e7c9b7eb](https://github.com/TeskaLabs/asab-webui/commit/e7c9b7eb60eaba9cae39ea18d569301dcc7500c4)] commit (INDIGO Sprint 221125, [!5](https://github.com/TeskaLabs/seacat-admin-webui/pull/5)) +- ASAB WebUI submodule version bump [[e7c9b7eb](https://github.com/TeskaLabs/asab-webui/commit/e7c9b7eb60eaba9cae39ea18d569301dcc7500c4)] commit (INDIGO Sprint 221125, [!6](https://github.com/TeskaLabs/seacat-admin-webui/pull/6)) ### Refactoring @@ -23,7 +23,7 @@ ### Features -- ASAB WebUI submodule version bump [[343d91c](https://github.com/TeskaLabs/asab-webui/commit/343d91c6f5cca475f4fd0e013d21a6396d0752ee)] commit (INDIGO Sprint 221125, [!5](https://github.com/TeskaLabs/seacat-admin-webui/pull/5)) +- ASAB WebUI submodule version bump [[bd1bb40](https://github.com/TeskaLabs/asab-webui/commit/bd1bb40c82badf4c8363bbc077d7b67320ad59e6)] commit (INDIGO Sprint 221111, [!3](https://github.com/TeskaLabs/seacat-admin-webui/pull/3)) ### Refactoring