Skip to content

Commit

Permalink
chore: prepare for v2.0.0-beta.34
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJacky committed Sep 17, 2024
1 parent 4504831 commit 46ae112
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
2 changes: 0 additions & 2 deletions app/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,7 @@ declare module 'vue' {
NodeSelectorNodeSelector: typeof import('./src/components/NodeSelector/NodeSelector.vue')['default']
NotificationNotification: typeof import('./src/components/Notification/Notification.vue')['default']
OTPInputOTPInput: typeof import('./src/components/OTPInput/OTPInput.vue')['default']
OTPOTPAuthorization: typeof import('./src/components/OTP/OTPAuthorization.vue')['default']
PageHeaderPageHeader: typeof import('./src/components/PageHeader/PageHeader.vue')['default']
PasskeyPasskeyRegistration: typeof import('./src/components/Passkey/PasskeyRegistration.vue')['default']
ReactiveFromNowReactiveFromNow: typeof import('./src/components/ReactiveFromNow/ReactiveFromNow.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"reconnecting-websocket": "^4.4.0",
"sortablejs": "^1.15.3",
"universal-cookie": "^7.2.0",
"vite-plugin-build-id": "^0.3.7",
"vite-plugin-build-id": "0.3.6",
"vue": "^3.5.6",
"vue-router": "^4.4.5",
"vue3-ace-editor": "2.2.4",
Expand Down
10 changes: 5 additions & 5 deletions app/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/src/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"2.0.0-beta.33","build_id":158,"total_build":362}
{"version":"2.0.0-beta.34","build_id":159,"total_build":363}

0 comments on commit 46ae112

Please sign in to comment.