Browse Source

chore: bump nginx-ui verison to v2.0.0-beta.5

0xJacky 1 year ago
parent
commit
f6712a80bb
4 changed files with 3 additions and 5 deletions
  1. 0 2
      app/components.d.ts
  2. 1 1
      app/package.json
  3. 1 1
      app/src/version.json
  4. 1 1
      app/version.json

+ 0 - 2
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']

+ 1 - 1
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",

+ 1 - 1
app/src/version.json

@@ -1 +1 @@
-{"version":"2.0.0-beta.4","build_id":73,"total_build":277}
+{"version":"2.0.0-beta.5","build_id":74,"total_build":278}

+ 1 - 1
app/version.json

@@ -1 +1 @@
-{"version":"2.0.0-beta.4","build_id":73,"total_build":277}
+{"version":"2.0.0-beta.5","build_id":74,"total_build":278}