This is an automated email from the ASF dual-hosted git repository.
weizhou pushed a commit to branch 4.18
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.18 by this push:
new b37834fe759 ui: bump UI pkg version to match CloudStacks (#7894)
b37834fe759 is described below
commit b37834fe759b8caa57c89f05a9f21c9401c462dc
Author: Rohit Yadav <[email protected]>
AuthorDate: Wed Aug 23 16:37:07 2023 +0530
ui: bump UI pkg version to match CloudStacks (#7894)
This uses the version in UI's package.json same as CloudStack's. The idea
is that static assets aren't cached per discussion on
https://github.com/apache/cloudstack/issues/7546
Fixes #7546
Signed-off-by: Rohit Yadav <[email protected]>
---
ui/package-lock.json | 2 +-
ui/package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ui/package-lock.json b/ui/package-lock.json
index 97cebc39d28..a2040516ead 100644
--- a/ui/package-lock.json
+++ b/ui/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "cloudstack-ui",
- "version": "1.0.0",
+ "version": "4.18.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/ui/package.json b/ui/package.json
index 55a9c96b6c3..459646a85b4 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -1,7 +1,7 @@
{
"name": "cloudstack-ui",
"description": "Modern role-based Apache CloudStack UI",
- "version": "1.0.0",
+ "version": "4.18.1",
"homepage": "https://cloudstack.apache.org/",
"repository": {
"type": "git",