fix PluginRouteRecordRaw type + bump shell version (#12247)

This commit is contained in:
Alexandre Alves 2024-10-15 15:47:06 +01:00 committed by GitHub
parent 86cde1ff3a
commit 0e5fc092a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ export type CoreStoreInit = (store: any, ctx: any) => void;
export type RegisterStore = () => (store: any) => void
export type UnregisterStore = (store: any) => void
export type PluginRouteRecordRaw = {parent?: string, route: RouteRecordRaw}
export type PluginRouteRecordRaw = { [key: string]: any }
export type OnEnterLeavePackageConfig = {
clusterId: string,

View File

@ -1,6 +1,6 @@
{
"name": "@rancher/shell",
"version": "3.0.0-rc.6",
"version": "3.0.0-rc.7",
"description": "Rancher Dashboard Shell",
"repository": "https://github.com/rancherlabs/dashboard",
"license": "Apache-2.0",