Skip to content

Commit f6712a8

Browse files
committed
chore: bump nginx-ui verison to v2.0.0-beta.5
1 parent 994b908 commit f6712a8

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

app/components.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ declare module 'vue' {
4040
AListItem: typeof import('ant-design-vue/es')['ListItem']
4141
AListItemMeta: typeof import('ant-design-vue/es')['ListItemMeta']
4242
AMenu: typeof import('ant-design-vue/es')['Menu']
43-
AMenuDivider: typeof import('ant-design-vue/es')['MenuDivider']
4443
AMenuItem: typeof import('ant-design-vue/es')['MenuItem']
4544
AModal: typeof import('ant-design-vue/es')['Modal']
4645
APagination: typeof import('ant-design-vue/es')['Pagination']
@@ -74,7 +73,6 @@ declare module 'vue' {
7473
LogoLogo: typeof import('./src/components/Logo/Logo.vue')['default']
7574
NginxControlNginxControl: typeof import('./src/components/NginxControl/NginxControl.vue')['default']
7675
NodeSelectorNodeSelector: typeof import('./src/components/NodeSelector/NodeSelector.vue')['default']
77-
NotificationClearNotifications: typeof import('./src/components/Notification/ClearNotifications.vue')['default']
7876
NotificationNotification: typeof import('./src/components/Notification/Notification.vue')['default']
7977
PageHeaderPageHeader: typeof import('./src/components/PageHeader/PageHeader.vue')['default']
8078
RouterLink: typeof import('vue-router')['RouterLink']

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nginx-ui-app-next",
3-
"version": "2.0.0-beta.4",
3+
"version": "2.0.0-beta.5",
44
"type": "module",
55
"scripts": {
66
"dev": "vite",

app/src/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"2.0.0-beta.4","build_id":73,"total_build":277}
1+
{"version":"2.0.0-beta.5","build_id":74,"total_build":278}

app/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"2.0.0-beta.4","build_id":73,"total_build":277}
1+
{"version":"2.0.0-beta.5","build_id":74,"total_build":278}

0 commit comments

Comments
 (0)