From 397d4937ea6935da14f8825e1c16b8a6f2a74588 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Tue, 14 Feb 2023 18:53:11 +0100 Subject: [PATCH 1/2] feat: bump console to 2.2.0 --- .gitmodules | 2 +- app/console | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index fd8c9312e2..fa914443fb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "app/console"] path = app/console url = https://github.com/appwrite/console - branch = 2.1.1 + branch = 2.2.0 diff --git a/app/console b/app/console index 5e2a40c1e3..2456d8f21c 160000 --- a/app/console +++ b/app/console @@ -1 +1 @@ -Subproject commit 5e2a40c1e397bd341a432698c9d76a3f96315841 +Subproject commit 2456d8f21c6e2554056d1a37eab3602024cbb739 From 92a20a224144b59951990f4df92d108114d5afea Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Tue, 14 Feb 2023 18:56:06 +0100 Subject: [PATCH 2/2] chore: add to changelog --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index b722bebf9d..6ab752f34e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,6 @@ # Version 1.2.1 ## Changes +- Upgrade Console to [2.2.0](https://github.com/appwrite/console/releases/tag/2.2.0) - Update DBIP Database [#5049](https://github.com/appwrite/appwrite/pull/5049) ## Bugs