From f6712a80bba35c57bc78a0430b7425b7bd58574a Mon Sep 17 00:00:00 2001 From: 0xJacky Date: Tue, 5 Dec 2023 14:38:07 +0800 Subject: [PATCH] chore: bump nginx-ui verison to v2.0.0-beta.5 --- app/components.d.ts | 2 -- app/package.json | 2 +- app/src/version.json | 2 +- app/version.json | 2 +- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/app/components.d.ts b/app/components.d.ts index a82374ba..f60a877d 100644 --- a/app/components.d.ts +++ b/app/components.d.ts @@ -40,7 +40,6 @@ declare module 'vue' { AListItem: typeof import('ant-design-vue/es')['ListItem'] AListItemMeta: typeof import('ant-design-vue/es')['ListItemMeta'] AMenu: typeof import('ant-design-vue/es')['Menu'] - AMenuDivider: typeof import('ant-design-vue/es')['MenuDivider'] AMenuItem: typeof import('ant-design-vue/es')['MenuItem'] AModal: typeof import('ant-design-vue/es')['Modal'] APagination: typeof import('ant-design-vue/es')['Pagination'] @@ -74,7 +73,6 @@ declare module 'vue' { LogoLogo: typeof import('./src/components/Logo/Logo.vue')['default'] NginxControlNginxControl: typeof import('./src/components/NginxControl/NginxControl.vue')['default'] NodeSelectorNodeSelector: typeof import('./src/components/NodeSelector/NodeSelector.vue')['default'] - NotificationClearNotifications: typeof import('./src/components/Notification/ClearNotifications.vue')['default'] NotificationNotification: typeof import('./src/components/Notification/Notification.vue')['default'] PageHeaderPageHeader: typeof import('./src/components/PageHeader/PageHeader.vue')['default'] RouterLink: typeof import('vue-router')['RouterLink'] diff --git a/app/package.json b/app/package.json index 7c035a65..3995766a 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "nginx-ui-app-next", - "version": "2.0.0-beta.4", + "version": "2.0.0-beta.5", "type": "module", "scripts": { "dev": "vite", diff --git a/app/src/version.json b/app/src/version.json index 2524c50d..d31ba32e 100644 --- a/app/src/version.json +++ b/app/src/version.json @@ -1 +1 @@ -{"version":"2.0.0-beta.4","build_id":73,"total_build":277} \ No newline at end of file +{"version":"2.0.0-beta.5","build_id":74,"total_build":278} \ No newline at end of file diff --git a/app/version.json b/app/version.json index 2524c50d..d31ba32e 100644 --- a/app/version.json +++ b/app/version.json @@ -1 +1 @@ -{"version":"2.0.0-beta.4","build_id":73,"total_build":277} \ No newline at end of file +{"version":"2.0.0-beta.5","build_id":74,"total_build":278} \ No newline at end of file