Skip to content

Commit

Permalink
build: release version 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 2, 2024
1 parent f37a02e commit a139429
Show file tree
Hide file tree
Showing 23 changed files with 151 additions and 163 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

96 changes: 48 additions & 48 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.14.0","mainProject":"@visactor/vgrammar-core","nextBump":"minor"}]
[{"definitionName":"lockStepVersion","policyName":"vgrammarMain","version":"0.14.1","mainProject":"@visactor/vgrammar-core","nextBump":"patch"}]
20 changes: 10 additions & 10 deletions docs/dev-demos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",
"@visactor/vutils": "~0.18.15",
"@visactor/vgrammar": "workspace:0.14.0",
"@visactor/vgrammar-core": "workspace:0.14.0",
"@visactor/vgrammar-hierarchy": "workspace:0.14.0",
"@visactor/vgrammar-sankey": "workspace:0.14.0",
"@visactor/vgrammar-projection": "workspace:0.14.0",
"@visactor/vgrammar-wordcloud": "workspace:0.14.0",
"@visactor/vgrammar-wordcloud-shape": "workspace:0.14.0",
"@visactor/vgrammar-plot": "workspace:0.14.0",
"@visactor/vgrammar": "workspace:0.14.1",
"@visactor/vgrammar-core": "workspace:0.14.1",
"@visactor/vgrammar-hierarchy": "workspace:0.14.1",
"@visactor/vgrammar-sankey": "workspace:0.14.1",
"@visactor/vgrammar-projection": "workspace:0.14.1",
"@visactor/vgrammar-wordcloud": "workspace:0.14.1",
"@visactor/vgrammar-wordcloud-shape": "workspace:0.14.1",
"@visactor/vgrammar-plot": "workspace:0.14.1",
"@visactor/vrender-core": "0.20.1",
"@visactor/vrender-kits": "0.20.1",
"@visactor/vrender": "0.20.1",
"d3-scale-chromatic": "^3.0.0",
"lodash": "4.17.21",
"typescript": "4.9.5",
"vite": "3.2.6",
"@visactor/vgrammar-util": "workspace:0.14.0",
"@visactor/vgrammar-coordinate": "workspace:0.14.0",
"@visactor/vgrammar-util": "workspace:0.14.1",
"@visactor/vgrammar-coordinate": "workspace:0.14.1",
"@vitejs/plugin-react": "3.1.0"
}
}
22 changes: 11 additions & 11 deletions docs/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"dependencies": {
"@arco-design/web-react": "2.46.1",
"@visactor/vutils": "~0.18.15",
"@visactor/vgrammar": "workspace:0.14.0",
"@visactor/vgrammar-core": "workspace:0.14.0",
"@visactor/vgrammar-hierarchy": "workspace:0.14.0",
"@visactor/vgrammar-sankey": "workspace:0.14.0",
"@visactor/vgrammar-projection": "workspace:0.14.0",
"@visactor/vgrammar-wordcloud": "workspace:0.14.0",
"@visactor/vgrammar-wordcloud-shape": "workspace:0.14.0",
"@visactor/vgrammar-plot": "workspace:0.14.0",
"@visactor/vgrammar-util": "workspace:0.14.0",
"@visactor/vgrammar-coordinate": "workspace:0.14.0",
"@visactor/vgrammar-venn": "workspace:0.14.0",
"@visactor/vgrammar": "workspace:0.14.1",
"@visactor/vgrammar-core": "workspace:0.14.1",
"@visactor/vgrammar-hierarchy": "workspace:0.14.1",
"@visactor/vgrammar-sankey": "workspace:0.14.1",
"@visactor/vgrammar-projection": "workspace:0.14.1",
"@visactor/vgrammar-wordcloud": "workspace:0.14.1",
"@visactor/vgrammar-wordcloud-shape": "workspace:0.14.1",
"@visactor/vgrammar-plot": "workspace:0.14.1",
"@visactor/vgrammar-util": "workspace:0.14.1",
"@visactor/vgrammar-coordinate": "workspace:0.14.1",
"@visactor/vgrammar-venn": "workspace:0.14.1",
"@visactor/vrender-core": "0.20.1",
"@visactor/vrender-kits": "0.20.1",
"@visactor/vrender": "0.20.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/vgrammar-coordinate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vgrammar-coordinate",
"version": "0.14.0",
"version": "0.14.1",
"description": "Coordinates for VGrammar",
"keywords": [
"coordinate",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@visactor/vutils": "~0.18.15",
"@visactor/vgrammar-util": "workspace:0.14.0"
"@visactor/vgrammar-util": "workspace:0.14.1"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down
24 changes: 24 additions & 0 deletions packages/vgrammar-core/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
{
"name": "@visactor/vgrammar-core",
"entries": [
{
"version": "0.14.1",
"tag": "@visactor/vgrammar-core_v0.14.1",
"date": "Mon, 02 Sep 2024 02:02:24 GMT",
"comments": {
"none": [
{
"comment": "feat: treemap transform supports custom valueField"
},
{
"comment": "feat: support inverse of sankey\n\n"
},
{
"comment": "fix: fix error of no animation when direction change\n\n"
},
{
"comment": "fix: fix warning about `willReadFrequently`\n\n"
},
{
"comment": "perf: optimize performance of label component"
}
]
}
},
{
"version": "0.14.0",
"tag": "@visactor/vgrammar-core_v0.14.0",
Expand Down
19 changes: 18 additions & 1 deletion packages/vgrammar-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Change Log - @visactor/vgrammar-core

This log was last generated on Thu, 15 Aug 2024 08:29:53 GMT and should not be manually modified.
This log was last generated on Mon, 02 Sep 2024 02:02:24 GMT and should not be manually modified.

## 0.14.1
Mon, 02 Sep 2024 02:02:24 GMT

### Updates

- feat: treemap transform supports custom valueField
- feat: support inverse of sankey


- fix: fix error of no animation when direction change


- fix: fix warning about `willReadFrequently`


- perf: optimize performance of label component

## 0.14.0
Thu, 15 Aug 2024 08:29:53 GMT
Expand Down
Loading

0 comments on commit a139429

Please sign in to comment.