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 <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2023-08-23 16:37:07 +05:30 committed by GitHub
parent d87f39ad27
commit b37834fe75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
ui/package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "cloudstack-ui",
"version": "1.0.0",
"version": "4.18.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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",