-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2214 from VisActor/feat/gantt
Feat/gantt
- Loading branch information
Showing
73 changed files
with
1,110 additions
and
1,117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
export NVM_DIR="$HOME/.nvm" | ||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm | ||
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads | ||
nvm bash_completion |
11 changes: 0 additions & 11 deletions
11
common/changes/@visactor/vtable-gantt/feat-gantt_2024-08-07-06-40.json
This file was deleted.
Oops, something went wrong.
11 changes: 11 additions & 0 deletions
11
common/changes/@visactor/vtable/feat-gantt_2024-08-07-06-40.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"comment": "feat: add gantt chart\n\n", | ||
"type": "minor", | ||
"packageName": "@visactor/vtable" | ||
} | ||
], | ||
"packageName": "@visactor/vtable", | ||
"email": "[email protected]" | ||
} |
Oops, something went wrong.