bump release version to v1.0.4

Signed-off-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
Andy Lee 2025-03-11 12:11:37 +08:00
parent ff1d5925a8
commit 56a0fefd40
No known key found for this signature in database
GPG Key ID: EC774C32160918ED
3 changed files with 5 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "harvester-ui-extension",
"version": "0.1.0",
"version": "1.0.4",
"private": false,
"engines": {
"node": ">=20.0.0"
@ -46,4 +46,4 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^7.1.0"
}
}
}

View File

@ -35,8 +35,7 @@ const featuresV140 = [
'improveMaintenanceMode',
];
// TODO: add v1.4.1 official release note
// https://github.com/harvester/dashboard/releases/tag/v1.4.1-rc1
// https://github.com/harvester/dashboard/releases/tag/v1.4.1
const featuresV141 = [
...featuresV140
];
@ -49,7 +48,7 @@ const featuresV142 = [
// TODO: add v1.5.0 official release note
const featuresV150 = [
...featuresV141
...featuresV142
];
export const RELEASE_FEATURES = {

View File

@ -1,7 +1,7 @@
{
"name": "harvester",
"description": "Rancher UI Extension for Harvester",
"version": "1.0.4-rc2",
"version": "1.0.4",
"private": false,
"rancher": {
"annotations": {