Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Auto release] release 0.3.3 #59

Merged
merged 12 commits into from
Jul 12, 2023
Merged
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,5 @@ docs/site/tutorials/**.js
docs/site/api/**.js
docs/site/examples/preview-image
docs/site/examples/preview-fail.json
docs/site/*_translate
docs/site/**.js
50 changes: 25 additions & 25 deletions common/config/rush/pnpm-lock.yaml

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

12 changes: 6 additions & 6 deletions docs/dev-demos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"devDependencies": {
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",
"@visactor/vgrammar": "workspace:0.3.2",
"@visactor/vgrammar-hierarchy": "workspace:0.3.2",
"@visactor/vgrammar-sankey": "workspace:0.3.2",
"@visactor/vgrammar-projection": "workspace:0.3.2",
"@visactor/vgrammar-wordcloud": "workspace:0.3.2",
"@visactor/vgrammar-wordcloud-shape": "workspace:0.3.2",
"@visactor/vgrammar": "workspace:0.3.3",
"@visactor/vgrammar-hierarchy": "workspace:0.3.3",
"@visactor/vgrammar-sankey": "workspace:0.3.3",
"@visactor/vgrammar-projection": "workspace:0.3.3",
"@visactor/vgrammar-wordcloud": "workspace:0.3.3",
"@visactor/vgrammar-wordcloud-shape": "workspace:0.3.3",
"@visactor/vutils": "~0.11.1",
"@visactor/vrender": "~0.12.0",
"d3-scale-chromatic": "^3.0.0",
Expand Down
Loading