Skip to content

Commit

Permalink
feat: upgrade vrender version to 0.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
neuqzxy committed May 13, 2024
1 parent be65ef3 commit f170619
Show file tree
Hide file tree
Showing 13 changed files with 87 additions and 77 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@visactor/vgrammar-core",
"comment": "feat: upgrade vrender version to 0.19.3",
"type": "none"
}
],
"packageName": "@visactor/vgrammar-core"
}
106 changes: 53 additions & 53 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/dev-demos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"@visactor/vgrammar-wordcloud": "workspace:0.13.2",
"@visactor/vgrammar-wordcloud-shape": "workspace:0.13.2",
"@visactor/vgrammar-plot": "workspace:0.13.2",
"@visactor/vrender-core": "0.19.0",
"@visactor/vrender-kits": "0.19.0",
"@visactor/vrender": "0.19.0",
"@visactor/vrender-core": "0.19.3",
"@visactor/vrender-kits": "0.19.3",
"@visactor/vrender": "0.19.3",
"d3-scale-chromatic": "^3.0.0",
"lodash": "4.17.21",
"typescript": "4.9.5",
Expand Down
6 changes: 3 additions & 3 deletions docs/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"@visactor/vgrammar-util": "workspace:0.13.2",
"@visactor/vgrammar-coordinate": "workspace:0.13.2",
"@visactor/vgrammar-venn": "workspace:0.13.2",
"@visactor/vrender-core": "0.19.0",
"@visactor/vrender-kits": "0.19.0",
"@visactor/vrender": "0.19.0",
"@visactor/vrender-core": "0.19.3",
"@visactor/vrender-kits": "0.19.3",
"@visactor/vrender": "0.19.3",
"markdown-it": "^13.0.0",
"highlight.js": "^11.8.0",
"axios": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vgrammar-core/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"comments": {
"none": [
{
"comment": "fix: upgrade vrender to 0.19.0\n\n"
"comment": "fix: upgrade vrender to 0.19.3\n\n"
},
{
"comment": "feat: add more options of sankey\n\n"
Expand Down
2 changes: 1 addition & 1 deletion packages/vgrammar-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Mon, 06 May 2024 02:27:58 GMT

### Updates

- fix: upgrade vrender to 0.19.0
- fix: upgrade vrender to 0.19.3


- feat: add more options of sankey
Expand Down
6 changes: 3 additions & 3 deletions packages/vgrammar-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"@visactor/vgrammar-coordinate": "workspace:0.13.2",
"@visactor/vgrammar-util": "workspace:0.13.2",
"@visactor/vscale": "~0.18.6",
"@visactor/vrender-core": "0.19.0",
"@visactor/vrender-kits": "0.19.0",
"@visactor/vrender-components": "0.19.0"
"@visactor/vrender-core": "0.19.3",
"@visactor/vrender-kits": "0.19.3",
"@visactor/vrender-components": "0.19.3"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/vgrammar-hierarchy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"@visactor/vutils": "~0.18.6",
"@visactor/vgrammar-core": "workspace:0.13.2",
"@visactor/vgrammar-util": "workspace:0.13.2",
"@visactor/vrender-core": "0.19.0",
"@visactor/vrender-kits": "0.19.0"
"@visactor/vrender-core": "0.19.3",
"@visactor/vrender-kits": "0.19.3"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/vgrammar-plot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"@visactor/vgrammar-util": "workspace:0.13.2",
"@visactor/vgrammar-coordinate": "workspace:0.13.2",
"@visactor/vgrammar-core": "workspace:0.13.2",
"@visactor/vrender-components": "0.19.0",
"@visactor/vrender-core": "0.19.0",
"@visactor/vrender-kits": "0.19.0"
"@visactor/vrender-components": "0.19.3",
"@visactor/vrender-core": "0.19.3",
"@visactor/vrender-kits": "0.19.3"
},
"devDependencies": {
"d3-array": "1.x",
Expand Down
4 changes: 2 additions & 2 deletions packages/vgrammar-sankey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"@visactor/vutils": "~0.18.6",
"@visactor/vgrammar-core": "workspace:0.13.2",
"@visactor/vgrammar-util": "workspace:0.13.2",
"@visactor/vrender-core": "0.19.0",
"@visactor/vrender-kits": "0.19.0"
"@visactor/vrender-core": "0.19.3",
"@visactor/vrender-kits": "0.19.3"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/vgrammar-venn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"dependencies": {
"@visactor/vgrammar-core": "workspace:0.13.2",
"@visactor/vgrammar-util": "workspace:0.13.2",
"@visactor/vrender-core": "0.19.0",
"@visactor/vrender-kits": "0.19.0",
"@visactor/vrender-core": "0.19.3",
"@visactor/vrender-kits": "0.19.3",
"@visactor/vutils": "~0.18.6"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/vgrammar-wordcloud-shape/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"@visactor/vscale": "~0.18.6",
"@visactor/vgrammar-core": "workspace:0.13.2",
"@visactor/vgrammar-util": "workspace:0.13.2",
"@visactor/vrender-core": "0.19.0",
"@visactor/vrender-kits": "0.19.0"
"@visactor/vrender-core": "0.19.3",
"@visactor/vrender-kits": "0.19.3"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/vgrammar-wordcloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"@visactor/vutils": "~0.18.6",
"@visactor/vgrammar-core": "workspace:0.13.2",
"@visactor/vgrammar-util": "workspace:0.13.2",
"@visactor/vrender-core": "0.19.0",
"@visactor/vrender-kits": "0.19.0"
"@visactor/vrender-core": "0.19.3",
"@visactor/vrender-kits": "0.19.3"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down

0 comments on commit f170619

Please sign in to comment.