Skip to content

Commit

Permalink
feat: new vstory version
Browse files Browse the repository at this point in the history
  • Loading branch information
neuqzxy committed Dec 23, 2024
1 parent cbe37b6 commit 271a46c
Show file tree
Hide file tree
Showing 9 changed files with 160 additions and 154 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- 'pre-release/[0-9]+.[0-9]+.[0-9]+-beta.[0-9]+'
- 'pre-release/[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+'
- 'pre-release/[0-9]+.[0-9]+.[0-9]+-hotfix.[0-9]+'
- 'pre-release/[0-9]+.[0-9]+.[0-9]+-vstory.[0-9]+'

jobs:
build:
Expand Down
239 changes: 122 additions & 117 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"@visactor/vchart-theme": "~1.6.6",
"@visactor/vmind": "1.2.4-alpha.5",
"@visactor/vutils": "~0.19.2",
"@visactor/vrender": "0.21.4",
"@visactor/vrender-kits": "0.21.4",
"@visactor/vgrammar": "0.15.2",
"@visactor/vrender": "0.21.5-vstory.1",
"@visactor/vrender-kits": "0.21.5-vstory.1",
"@visactor/vgrammar": "0.15.2-vstory.1",
"@visactor/vtable": "1.12.0",
"@visactor/vtable-editors": "1.12.0",
"@visactor/vtable-gantt": "1.12.0",
Expand Down Expand Up @@ -59,4 +59,4 @@
"react-device-detect": "^2.2.2",
"minimist": "1.2.8"
}
}
}
8 changes: 4 additions & 4 deletions packages/openinula-vchart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"dependencies": {
"@visactor/vchart": "workspace:1.13.1",
"@visactor/vutils": "~0.19.2",
"@visactor/vrender-core": "0.21.4",
"@visactor/vrender-kits": "0.21.4",
"@visactor/vgrammar-core": "0.15.2",
"@visactor/vrender-core": "0.21.5-vstory.1",
"@visactor/vrender-kits": "0.21.5-vstory.1",
"@visactor/vgrammar-core": "0.15.2-vstory.1",
"react-is": "^18.2.0"
},
"devDependencies": {
Expand Down Expand Up @@ -79,4 +79,4 @@
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}
}
8 changes: 4 additions & 4 deletions packages/react-vchart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"dependencies": {
"@visactor/vchart": "workspace:1.13.1",
"@visactor/vutils": "~0.19.2",
"@visactor/vrender-core": "0.21.4",
"@visactor/vrender-kits": "0.21.4",
"@visactor/vgrammar-core": "0.15.2",
"@visactor/vrender-core": "0.21.5-vstory.1",
"@visactor/vrender-kits": "0.21.5-vstory.1",
"@visactor/vgrammar-core": "0.15.2-vstory.1",
"react-is": "^18.2.0"
},
"devDependencies": {
Expand Down Expand Up @@ -83,4 +83,4 @@
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}
}
10 changes: 5 additions & 5 deletions packages/vchart-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"start": "ts-node __tests__/runtime/browser/scripts/initVite.ts && vite serve __tests__/runtime/browser"
},
"dependencies": {
"@visactor/vrender-core": "0.21.4",
"@visactor/vrender-kits": "0.21.4",
"@visactor/vrender-components": "0.21.4",
"@visactor/vgrammar-core": "0.15.2",
"@visactor/vrender-core": "0.21.5-vstory.1",
"@visactor/vrender-kits": "0.21.5-vstory.1",
"@visactor/vrender-components": "0.21.5-vstory.1",
"@visactor/vgrammar-core": "0.15.2-vstory.1",
"@visactor/vutils": "~0.19.2",
"@visactor/vdataset": "~0.19.2",
"@visactor/vchart": "workspace:1.13.1"
Expand Down Expand Up @@ -60,4 +60,4 @@
"registry": "https://registry.npmjs.org/"
},
"license": "MIT"
}
}
24 changes: 12 additions & 12 deletions packages/vchart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,21 +121,21 @@
"@visactor/vutils": "~0.19.2",
"@visactor/vdataset": "~0.19.2",
"@visactor/vscale": "~0.19.2",
"@visactor/vrender-core": "0.21.4",
"@visactor/vrender-kits": "0.21.4",
"@visactor/vrender-components": "0.21.4",
"@visactor/vgrammar-core": "0.15.2",
"@visactor/vgrammar-projection": "0.15.2",
"@visactor/vgrammar-wordcloud": "0.15.2",
"@visactor/vgrammar-wordcloud-shape": "0.15.2",
"@visactor/vgrammar-hierarchy": "0.15.2",
"@visactor/vgrammar-sankey": "0.15.2",
"@visactor/vgrammar-venn": "0.15.2",
"@visactor/vgrammar-util": "0.15.2",
"@visactor/vrender-core": "0.21.5-vstory.1",
"@visactor/vrender-kits": "0.21.5-vstory.1",
"@visactor/vrender-components": "0.21.5-vstory.1",
"@visactor/vgrammar-core": "0.15.2-vstory.1",
"@visactor/vgrammar-projection": "0.15.2-vstory.1",
"@visactor/vgrammar-wordcloud": "0.15.2-vstory.1",
"@visactor/vgrammar-wordcloud-shape": "0.15.2-vstory.1",
"@visactor/vgrammar-hierarchy": "0.15.2-vstory.1",
"@visactor/vgrammar-sankey": "0.15.2-vstory.1",
"@visactor/vgrammar-venn": "0.15.2-vstory.1",
"@visactor/vgrammar-util": "0.15.2-vstory.1",
"@visactor/vutils-extension": "workspace:1.13.1"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}
}
8 changes: 4 additions & 4 deletions packages/vstory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
},
"dependencies": {
"@visactor/vchart": "workspace:1.11.0",
"@visactor/vrender-core": "0.21.4",
"@visactor/vrender-kits": "0.21.4",
"@visactor/vrender-components": "0.21.4",
"@visactor/vrender-core": "0.21.5-vstory.1",
"@visactor/vrender-kits": "0.21.5-vstory.1",
"@visactor/vrender-components": "0.21.5-vstory.1",
"@visactor/vutils": "~0.19.2"
},
"devDependencies": {
Expand All @@ -42,4 +42,4 @@
"vite": "3.2.6",
"typescript": "4.9.5"
}
}
}
8 changes: 4 additions & 4 deletions tools/story-player/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
"vite": "3.2.6"
},
"dependencies": {
"@visactor/vrender-core": "0.21.4",
"@visactor/vrender-kits": "0.21.4",
"@visactor/vrender-core": "0.21.5-vstory.1",
"@visactor/vrender-kits": "0.21.5-vstory.1",
"@visactor/vchart": "workspace:1.13.1",
"@visactor/vrender": "0.21.4",
"@visactor/vrender": "0.21.5-vstory.1",
"@visactor/vutils": "~0.19.2"
}
}
}

0 comments on commit 271a46c

Please sign in to comment.