diff --git a/frontend/package.json b/frontend/package.json index caf77b66e74..f2eb9a75db6 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@jellyfin-vue/frontend", - "version": "0.3.0", + "version": "0.3.1", "private": true, "homepage": "https://jellyfin.org/", "bugs": { diff --git a/frontend/types/global/components.d.ts b/frontend/types/global/components.d.ts index f2c5da89931..87a93e5c61d 100644 --- a/frontend/types/global/components.d.ts +++ b/frontend/types/global/components.d.ts @@ -1,5 +1,7 @@ -// generated by unplugin-vue-components -// We suggest you to commit this file into source control +/* eslint-disable */ +/* prettier-ignore */ +// @ts-nocheck +// Generated by unplugin-vue-components // Read more: https://github.com/vuejs/core/pull/3399 import '@vue/runtime-core' diff --git a/frontend/types/global/routes.d.ts b/frontend/types/global/routes.d.ts index 36ca285a509..f5c5dbfcb69 100644 --- a/frontend/types/global/routes.d.ts +++ b/frontend/types/global/routes.d.ts @@ -111,6 +111,8 @@ declare module 'vue-router/auto' { export function onBeforeRouteLeave(guard: NavigationGuard): void export function onBeforeRouteUpdate(guard: NavigationGuard): void + export const RouterLink: RouterLinkTyped + // Experimental Data Fetching export function defineLoader< diff --git a/package-lock.json b/package-lock.json index 7aaaeac4f7b..483d7de5d40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ }, "frontend": { "name": "@jellyfin-vue/frontend", - "version": "0.3.0", + "version": "0.3.1", "license": "GPL-3.0-only", "dependencies": { "@fontsource/roboto": "4.5.8",