Skip to content

Commit

Permalink
update: version index
Browse files Browse the repository at this point in the history
  • Loading branch information
inureyes committed Apr 3, 2023
1 parent a9fa13e commit ad6bca3
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 7 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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";
</script>
<style>
body {
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"manifest_version": 8,
"name": "Backend.AI Web UI",
"short_name": "BackendAIWebUI",
"version": "22.09.18",
"version": "22.09.19",
"start_url": "/",
"display": "standalone",
"background_color": "#fff",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "backend.ai-webui",
"productName": "Backend.AI Desktop",
"version": "22.09.18",
"version": "22.09.19",
"repository": "https://github.com/lablup/backend.ai-webui.git",
"author": "Lablup Inc. <[email protected]>",
"license": "LGPL-3.0-or-later",
Expand Down
4 changes: 2 additions & 2 deletions src/components/backend-ai-webui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,7 @@ export default class BackendAIWebUI extends connect(store)(LitElement) {
</div>
<address class="full-menu">
<small class="sidebar-footer">Lablup Inc.</small>
<small class="sidebar-footer" style="font-size:9px;">22.09.18.230326</small>
<small class="sidebar-footer" style="font-size:9px;">22.09.19.230403</small>
</address>
<div id="sidebar-navbar-footer" class="vertical start end-justified layout" style="margin-left:16px;">
<backend-ai-help-button active style="margin-left:4px;"></backend-ai-help-button>
Expand All @@ -1175,7 +1175,7 @@ export default class BackendAIWebUI extends connect(store)(LitElement) {
</div>
<address class="full-menu">
<small class="sidebar-footer">Lablup Inc.</small>
<small class="sidebar-footer" style="font-size:9px;">22.09.18.230326</small>
<small class="sidebar-footer" style="font-size:9px;">22.09.19.230403</small>
</address>
<div id="sidebar-navbar-footer" class="vertical start end-justified layout" style="margin-left:16px;">
<backend-ai-help-button active style="margin-left:4px;"></backend-ai-help-button>
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "package": "22.09.18", "build": "230326.230303", "revision": "e7ba569b" }
{ "package": "22.09.19", "build": "230403.150427", "revision": "a9fa13ec" }

0 comments on commit ad6bca3

Please sign in to comment.