From ad6bca35e238950cbcad10098266ad8cb99c5b33 Mon Sep 17 00:00:00 2001 From: Jeongkyu Shin Date: Mon, 3 Apr 2023 15:01:45 +0900 Subject: [PATCH] update: version index --- CHANGELOG.md | 22 ++++++++++++++++++++++ index.html | 4 ++-- manifest.json | 2 +- package.json | 2 +- src/components/backend-ai-webui.ts | 4 ++-- version.json | 2 +- 6 files changed, 29 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fab54af425..7db682e1e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## v22.09.18 (26/03/2023) + +## What's Changed +* fix: use SI unit (e.g., GB not GiB) for quota-related fields by @adrysn in https://github.com/lablup/backend.ai-webui/pull/1650 +* fix : remain highlight after click on help button by @kin4496 in https://github.com/lablup/backend.ai-webui/pull/1655 +* feat: add confirm dialog for delete credentials by @raipen in https://github.com/lablup/backend.ai-webui/pull/1658 +* feat: vscode prettier extension issue by @krokerdile in https://github.com/lablup/backend.ai-webui/pull/1657 +* fix: sorting installed environments up when visiting environment menu by @seokiis in https://github.com/lablup/backend.ai-webui/pull/1659 +* fix: change messege type of delete user by @raipen in https://github.com/lablup/backend.ai-webui/pull/1662 +* fix: add margin to resource preset dialog by @inureyes in https://github.com/lablup/backend.ai-webui/pull/1654 +* fix: resize column for resolve disappearing-icon by @raipen in https://github.com/lablup/backend.ai-webui/pull/1663 +* fix: session launcher's environment variable editor dialog button is broken in Korean by @krokerdile in https://github.com/lablup/backend.ai-webui/pull/1665 +* add: add utilization idle checks column by @Sujin-Kim1 in https://github.com/lablup/backend.ai-webui/pull/1651 + +## New Contributors +* @kin4496 made their first contribution in https://github.com/lablup/backend.ai-webui/pull/1655 +* @raipen made their first contribution in https://github.com/lablup/backend.ai-webui/pull/1658 +* @krokerdile made their first contribution in https://github.com/lablup/backend.ai-webui/pull/1657 +* @seokiis made their first contribution in https://github.com/lablup/backend.ai-webui/pull/1659 + +**Full Changelog**: https://github.com/lablup/backend.ai-webui/compare/v22.09.17...v22.09.18 + ## v22.09.17 (23/03/2023) ## What's Changed * feat: add `allowPreferredPort` to show/hide `Try preferred port` by @Sujin-Kim1 in https://github.com/lablup/backend.ai-webui/pull/1647 diff --git a/index.html b/index.html index d0a6a36ecc..1d46bd7741 100644 --- a/index.html +++ b/index.html @@ -29,8 +29,8 @@ NODE_ENV: 'production' } }; - globalThis.packageVersion = "22.09.18"; - globalThis.buildVersion = "230326.230303"; + globalThis.packageVersion = "22.09.19"; + globalThis.buildVersion = "230403.150427";