Skip to content

Commit

Permalink
chore: update generated types and tag v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ferferga committed Apr 3, 2023
1 parent 772dd65 commit 8dce0e2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jellyfin-vue/frontend",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"homepage": "https://jellyfin.org/",
"bugs": {
Expand Down
6 changes: 4 additions & 2 deletions frontend/types/global/components.d.ts
Original file line number Diff line number Diff line change
@@ -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'

Expand Down
2 changes: 2 additions & 0 deletions frontend/types/global/routes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ declare module 'vue-router/auto' {
export function onBeforeRouteLeave(guard: NavigationGuard<RouteNamedMap>): void
export function onBeforeRouteUpdate(guard: NavigationGuard<RouteNamedMap>): void

export const RouterLink: RouterLinkTyped<RouteNamedMap>

// Experimental Data Fetching

export function defineLoader<
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

0 comments on commit 8dce0e2

Please sign in to comment.