Skip to content

Commit 7646b87

Browse files
committed
chore: prepare v2.0.0-beta.28
1 parent 106397e commit 7646b87

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

app/components.d.ts

-3
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,8 @@ declare module 'vue' {
7878
NginxControlNginxControl: typeof import('./src/components/NginxControl/NginxControl.vue')['default']
7979
NodeSelectorNodeSelector: typeof import('./src/components/NodeSelector/NodeSelector.vue')['default']
8080
NotificationNotification: typeof import('./src/components/Notification/Notification.vue')['default']
81-
OTP: typeof import('./src/components/OTP.vue')['default']
82-
OTPInput: typeof import('./src/components/OTPInput.vue')['default']
8381
OTPInputOTPInput: typeof import('./src/components/OTPInput/OTPInput.vue')['default']
8482
OTPOTPAuthorization: typeof import('./src/components/OTP/OTPAuthorization.vue')['default']
85-
OTPOTPAuthorizationModal: typeof import('./src/components/OTP/OTPAuthorizationModal.vue')['default']
8683
PageHeaderPageHeader: typeof import('./src/components/PageHeader/PageHeader.vue')['default']
8784
RouterLink: typeof import('vue-router')['RouterLink']
8885
RouterView: typeof import('vue-router')['RouterView']

app/package.json

+1-1
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.27",
3+
"version": "2.0.0-beta.28",
44
"type": "module",
55
"scripts": {
66
"dev": "vite --host",

app/src/version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"2.0.0-beta.27","build_id":146,"total_build":350}
1+
{"version":"2.0.0-beta.28","build_id":147,"total_build":351}

app/version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"2.0.0-beta.27","build_id":146,"total_build":350}
1+
{"version":"2.0.0-beta.28","build_id":147,"total_build":351}

0 commit comments

Comments
 (0)