Skip to content

Commit

Permalink
Merge pull request #369 from VisActor/release/0.11.11
Browse files Browse the repository at this point in the history
[Auto release] release 0.11.11
  • Loading branch information
xile611 authored Feb 23, 2024
2 parents d2ffa8a + f446c8b commit 6f7b601
Show file tree
Hide file tree
Showing 23 changed files with 285 additions and 179 deletions.
194 changes: 97 additions & 97 deletions common/config/rush/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"definitionName":"lockStepVersion","policyName":"vgrammarMain","version":"0.11.10","mainProject":"@visactor/vgrammar-core","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vgrammarMain","version":"0.11.11","mainProject":"@visactor/vgrammar-core","nextBump":"patch"}]
26 changes: 13 additions & 13 deletions docs/dev-demos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@
"devDependencies": {
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",
"@visactor/vgrammar": "workspace:0.11.10",
"@visactor/vgrammar-core": "workspace:0.11.10",
"@visactor/vgrammar-hierarchy": "workspace:0.11.10",
"@visactor/vgrammar-sankey": "workspace:0.11.10",
"@visactor/vgrammar-projection": "workspace:0.11.10",
"@visactor/vgrammar-wordcloud": "workspace:0.11.10",
"@visactor/vgrammar-wordcloud-shape": "workspace:0.11.10",
"@visactor/vgrammar-plot": "workspace:0.11.10",
"@visactor/vgrammar": "workspace:0.11.11",
"@visactor/vgrammar-core": "workspace:0.11.11",
"@visactor/vgrammar-hierarchy": "workspace:0.11.11",
"@visactor/vgrammar-sankey": "workspace:0.11.11",
"@visactor/vgrammar-projection": "workspace:0.11.11",
"@visactor/vgrammar-wordcloud": "workspace:0.11.11",
"@visactor/vgrammar-wordcloud-shape": "workspace:0.11.11",
"@visactor/vgrammar-plot": "workspace:0.11.11",
"@visactor/vutils": "~0.17.4",
"@visactor/vrender-core": "0.17.22",
"@visactor/vrender-kits": "0.17.22",
"@visactor/vrender": "0.17.22",
"@visactor/vrender-core": "0.17.23",
"@visactor/vrender-kits": "0.17.23",
"@visactor/vrender": "0.17.23",
"d3-scale-chromatic": "^3.0.0",
"lodash": "4.17.21",
"typescript": "4.9.5",
"vite": "3.2.6",
"@visactor/vgrammar-util": "workspace:0.11.10",
"@visactor/vgrammar-coordinate": "workspace:0.11.10",
"@visactor/vgrammar-util": "workspace:0.11.11",
"@visactor/vgrammar-coordinate": "workspace:0.11.11",
"@vitejs/plugin-react": "3.1.0"
}
}
Loading

0 comments on commit 6f7b601

Please sign in to comment.