Skip to content

Commit

Permalink
update: version index / CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
inureyes committed Nov 1, 2023
1 parent 0fe4d0a commit 07b4033
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 7 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v23.09.3 (01/11/2023)
## What's Changed
* fix: remove image naming checking when selecting sftp image by @agatha197 in https://github.com/lablup/backend.ai-webui/pull/2007
* fix: touchup sftp connection example text by @agatha197 in https://github.com/lablup/backend.ai-webui/pull/2004
* fix: limit number of characters of model service name by @kyujin-cho in https://github.com/lablup/backend.ai-webui/pull/2003
* build(deps): bump actions/setup-node from 3 to 4 by @dependabot in https://github.com/lablup/backend.ai-webui/pull/2001
* feat: add config option that can hide custom resource allocation by @agatha197 in https://github.com/lablup/backend.ai-webui/pull/1998
* fix: hide inference app from app launcher by @kyujin-cho in https://github.com/lablup/backend.ai-webui/pull/2002
* feat: add passwordless sudo user management UI by @agatha197 in https://github.com/lablup/backend.ai-webui/pull/2005

**Full Changelog**: https://github.com/lablup/backend.ai-webui/compare/v23.09.2...v23.09.3

## v23.09.2 (26/10/2023)
## What's Changed
* update: i18n resources by @inureyes in https://github.com/lablup/backend.ai-webui/pull/1989
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 = "23.09.2";
globalThis.buildVersion = "231026.221058";
globalThis.packageVersion = "23.09.3";
globalThis.buildVersion = "231101.201121";
</script>
<!-- DO NOT CHANGE BELOW LINE -->
<!-- REACT_BUNDLE_INJECTING FOR DEV-->
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": 9,
"name": "Backend.AI Web UI",
"short_name": "BackendAIWebUI",
"version": "23.09.2",
"version": "23.09.3",
"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": "23.09.2",
"version": "23.09.3",
"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 @@ -1758,7 +1758,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;">23.09.2.231026</small>
<small class="sidebar-footer" style="font-size:9px;">23.09.3.231101</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 Expand Up @@ -1796,7 +1796,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;">23.09.2.231026</small>
<small class="sidebar-footer" style="font-size:9px;">23.09.3.231101</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": "23.09.2", "build": "231026.221058", "revision": "1003ed28" }
{ "package": "23.09.3", "build": "231101.201121", "revision": "0fe4d0a4" }

0 comments on commit 07b4033

Please sign in to comment.