From 7646b87da07ccdb49328b2ec15ded49fdded21f6 Mon Sep 17 00:00:00 2001 From: Jacky Date: Wed, 24 Jul 2024 23:10:04 +0800 Subject: [PATCH] chore: prepare v2.0.0-beta.28 --- app/components.d.ts | 3 --- app/package.json | 2 +- app/src/version.json | 2 +- app/version.json | 2 +- 4 files changed, 3 insertions(+), 6 deletions(-) diff --git a/app/components.d.ts b/app/components.d.ts index 74caa3d0..0257329d 100644 --- a/app/components.d.ts +++ b/app/components.d.ts @@ -78,11 +78,8 @@ declare module 'vue' { NginxControlNginxControl: typeof import('./src/components/NginxControl/NginxControl.vue')['default'] NodeSelectorNodeSelector: typeof import('./src/components/NodeSelector/NodeSelector.vue')['default'] NotificationNotification: typeof import('./src/components/Notification/Notification.vue')['default'] - OTP: typeof import('./src/components/OTP.vue')['default'] - OTPInput: typeof import('./src/components/OTPInput.vue')['default'] OTPInputOTPInput: typeof import('./src/components/OTPInput/OTPInput.vue')['default'] OTPOTPAuthorization: typeof import('./src/components/OTP/OTPAuthorization.vue')['default'] - OTPOTPAuthorizationModal: typeof import('./src/components/OTP/OTPAuthorizationModal.vue')['default'] PageHeaderPageHeader: typeof import('./src/components/PageHeader/PageHeader.vue')['default'] RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] diff --git a/app/package.json b/app/package.json index 9f1d49dd..c3944d32 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "nginx-ui-app-next", - "version": "2.0.0-beta.27", + "version": "2.0.0-beta.28", "type": "module", "scripts": { "dev": "vite --host", diff --git a/app/src/version.json b/app/src/version.json index 3935ea19..f5fb0c53 100644 --- a/app/src/version.json +++ b/app/src/version.json @@ -1 +1 @@ -{"version":"2.0.0-beta.27","build_id":146,"total_build":350} \ No newline at end of file +{"version":"2.0.0-beta.28","build_id":147,"total_build":351} \ No newline at end of file diff --git a/app/version.json b/app/version.json index 3935ea19..f5fb0c53 100644 --- a/app/version.json +++ b/app/version.json @@ -1 +1 @@ -{"version":"2.0.0-beta.27","build_id":146,"total_build":350} \ No newline at end of file +{"version":"2.0.0-beta.28","build_id":147,"total_build":351} \ No newline at end of file