Skip to content

Commit

Permalink
fix(shell-client): fix bug
Browse files Browse the repository at this point in the history
Signed-off-by: Anoop N <[email protected]>
  • Loading branch information
anooparveti committed Nov 11, 2024
1 parent b6b2c7c commit c382e39
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"conventionalCommits": true
},
"version": {
"allowBranch": "master"
"allowBranch": "test/shell-client-versioning"
}
},
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/manager/core/shell-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-react-shell-client",
"version": "0.8.0-alpha.3",
"version": "0.8.0",
"description": "OVH manager react shell client",
"license": "BSD-3-Clause",
"author": "OVH SAS",
Expand Down
2 changes: 2 additions & 0 deletions packages/manager/core/shell-client/src/initShell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ export const initShellContext = async (
return { shell, environment, tracking };
};

// patch fix

export default initShellContext;

0 comments on commit c382e39

Please sign in to comment.