Skip to content

Commit 99b2f1d

Browse files
committed
release: v26.5.0-rc.0
1 parent 0728f73 commit 99b2f1d

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

electron-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "backend.ai-webui",
33
"productName": "Backend.AI Desktop",
4-
"version": "26.5.0-beta.0",
4+
"version": "26.5.0-rc.0",
55
"repository": "https://github.com/lablup/backend.ai-webui.git",
66
"author": "Lablup Inc. <contact@lablup.com>",
77
"license": "LGPL-3.0-or-later",

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
}
3939
globalThis.enableSW = true;
4040

41-
globalThis.packageVersion = "26.5.0-beta.0";
42-
globalThis.buildNumber = "8010";
41+
globalThis.packageVersion = "26.5.0-rc.0";
42+
globalThis.buildNumber = "8038";
4343
globalThis.baiNonce = "{{nonce}}";
4444

4545
// DO NOT CHANGE BELOW LINE

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"manifest_version": 9,
44
"name": "Backend.AI Web UI",
55
"short_name": "BackendAIWebUI",
6-
"version": "26.5.0-beta.0",
6+
"version": "26.5.0-rc.0",
77
"start_url": "/",
88
"display": "standalone",
99
"background_color": "#fff",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "backend.ai-webui",
33
"productName": "Backend.AI Desktop",
4-
"version": "26.5.0-beta.0",
4+
"version": "26.5.0-rc.0",
55
"repository": "https://github.com/lablup/backend.ai-webui.git",
66
"author": "Lablup Inc. <contact@lablup.com>",
77
"license": "LGPL-3.0-or-later",

packages/backend.ai-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backend.ai-ui",
3-
"version": "26.5.0-beta.0",
3+
"version": "26.5.0-rc.0",
44
"description": "React components for Backend.AI",
55
"repository": {
66
"type": "git",

react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backend-ai-webui-react",
3-
"version": "26.5.0-beta.0",
3+
"version": "26.5.0-rc.0",
44
"private": true,
55
"type": "module",
66
"dependencies": {

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "package": "26.5.0-beta.0", "buildNumber": "8010", "buildDate": "260504.100558", "revision": "a574c56ef" }
1+
{ "package": "26.5.0-rc.0", "buildNumber": "8038", "buildDate": "260505.070524", "revision": "0728f737f" }

0 commit comments

Comments
 (0)