Skip to content

Commit

Permalink
Merge pull request #2214 from VisActor/feat/gantt
Browse files Browse the repository at this point in the history
Feat/gantt
  • Loading branch information
fangsmile authored Aug 9, 2024
2 parents c162225 + bbed782 commit 110b2ac
Show file tree
Hide file tree
Showing 73 changed files with 1,110 additions and 1,117 deletions.
4 changes: 4 additions & 0 deletions .bashrc
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

This file was deleted.

11 changes: 11 additions & 0 deletions common/changes/@visactor/vtable/feat-gantt_2024-08-07-06-40.json
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]"
}
Loading

0 comments on commit 110b2ac

Please sign in to comment.