Skip to content

Commit

Permalink
fix PluginRouteRecordRaw type + bump shell version (#12247)
Browse files Browse the repository at this point in the history
  • Loading branch information
aalves08 authored Oct 15, 2024
1 parent 86cde1f commit 0e5fc09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shell/core/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion shell/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0e5fc09

Please sign in to comment.