Skip to content

Commit

Permalink
build: prelease version 0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and xile611 committed Sep 1, 2023
1 parent f2d94a1 commit d0c596e
Show file tree
Hide file tree
Showing 18 changed files with 110 additions and 107 deletions.

This file was deleted.

This file was deleted.

76 changes: 38 additions & 38 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
Expand Up @@ -2,7 +2,7 @@
{
"definitionName": "lockStepVersion",
"policyName": "vgrammarMain",
"version": "0.6.5",
"version": "0.6.6",
"mainProject": "@visactor/vgrammar",
"nextBump": "patch"
}
Expand Down
18 changes: 9 additions & 9 deletions docs/dev-demos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@
"devDependencies": {
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",
"@visactor/vgrammar": "workspace:0.6.5",
"@visactor/vgrammar-hierarchy": "workspace:0.6.5",
"@visactor/vgrammar-sankey": "workspace:0.6.5",
"@visactor/vgrammar-projection": "workspace:0.6.5",
"@visactor/vgrammar-wordcloud": "workspace:0.6.5",
"@visactor/vgrammar-wordcloud-shape": "workspace:0.6.5",
"@visactor/vgrammar-plot": "workspace:0.6.5",
"@visactor/vgrammar": "workspace:0.6.6",
"@visactor/vgrammar-hierarchy": "workspace:0.6.6",
"@visactor/vgrammar-sankey": "workspace:0.6.6",
"@visactor/vgrammar-projection": "workspace:0.6.6",
"@visactor/vgrammar-wordcloud": "workspace:0.6.6",
"@visactor/vgrammar-wordcloud-shape": "workspace:0.6.6",
"@visactor/vgrammar-plot": "workspace:0.6.6",
"@visactor/vutils": "~0.15.8",
"@visactor/vrender": "~0.14.6",
"d3-scale-chromatic": "^3.0.0",
"lodash": "4.17.21",
"typescript": "4.9.5",
"vite": "3.2.6",
"@visactor/vgrammar-util": "workspace:0.6.5",
"@visactor/vgrammar-coordinate": "workspace:0.6.5"
"@visactor/vgrammar-util": "workspace:0.6.6",
"@visactor/vgrammar-coordinate": "workspace:0.6.6"
}
}
12 changes: 6 additions & 6 deletions docs/site/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.6.5",
"@visactor/vgrammar-hierarchy": "workspace:0.6.5",
"@visactor/vgrammar-sankey": "workspace:0.6.5",
"@visactor/vgrammar-projection": "workspace:0.6.5",
"@visactor/vgrammar-wordcloud": "workspace:0.6.5",
"@visactor/vgrammar-wordcloud-shape": "workspace:0.6.5",
"@visactor/vgrammar": "workspace:0.6.6",
"@visactor/vgrammar-hierarchy": "workspace:0.6.6",
"@visactor/vgrammar-sankey": "workspace:0.6.6",
"@visactor/vgrammar-projection": "workspace:0.6.6",
"@visactor/vgrammar-wordcloud": "workspace:0.6.6",
"@visactor/vgrammar-wordcloud-shape": "workspace:0.6.6",
"@visactor/vutils": "~0.15.8",
"@visactor/vrender": "~0.14.6",
"d3-scale-chromatic": "^3.0.0",
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.6.5",
"version": "0.6.6",
"description": "Coordinates for VGrammar",
"keywords": [
"coordinate",
Expand Down Expand Up @@ -34,7 +34,7 @@
"test-check": "DEBUG=jest jest --forceExit --detectOpenHandles --silent false --verbose false --runInBand"
},
"dependencies": {
"@visactor/vgrammar-util": "workspace:0.6.5",
"@visactor/vgrammar-util": "workspace:0.6.6",
"@visactor/vutils": "~0.15.8"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/vgrammar-hierarchy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vgrammar-hierarchy",
"version": "0.6.5",
"version": "0.6.6",
"description": "Layout of hierarchical data for VGrammar",
"keywords": [
"hierarchy",
Expand Down Expand Up @@ -38,8 +38,8 @@
"test-check": "DEBUG=jest jest --forceExit --detectOpenHandles --silent false --verbose false --runInBand"
},
"dependencies": {
"@visactor/vgrammar": "workspace:0.6.5",
"@visactor/vgrammar-util": "workspace:0.6.5",
"@visactor/vgrammar": "workspace:0.6.6",
"@visactor/vgrammar-util": "workspace:0.6.6",
"@visactor/vutils": "~0.15.8",
"@visactor/vrender": "~0.14.6"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/vgrammar-plot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vgrammar-plot",
"version": "0.6.5",
"version": "0.6.6",
"description": "Plots of vgrammar.",
"keywords": [
"plot",
Expand Down Expand Up @@ -40,9 +40,9 @@
"test-check": "DEBUG=jest jest --forceExit --detectOpenHandles --silent false --verbose false --runInBand"
},
"dependencies": {
"@visactor/vgrammar-util": "workspace:0.6.5",
"@visactor/vgrammar-coordinate": "workspace:0.6.5",
"@visactor/vgrammar": "workspace:0.6.5",
"@visactor/vgrammar-util": "workspace:0.6.6",
"@visactor/vgrammar-coordinate": "workspace:0.6.6",
"@visactor/vgrammar": "workspace:0.6.6",
"@visactor/vscale": "~0.15.8",
"@visactor/vrender-components": "~0.14.6",
"@visactor/vrender": "~0.14.6",
Expand Down
6 changes: 3 additions & 3 deletions packages/vgrammar-projection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vgrammar-projection",
"version": "0.6.5",
"version": "0.6.6",
"description": "Projections for map, used in VGrammar.",
"keywords": [
"projection",
Expand Down Expand Up @@ -41,8 +41,8 @@
"test-check": "DEBUG=jest jest --forceExit --detectOpenHandles --silent false --verbose false --runInBand"
},
"dependencies": {
"@visactor/vgrammar-util": "workspace:0.6.5",
"@visactor/vgrammar": "workspace:0.6.5",
"@visactor/vgrammar-util": "workspace:0.6.6",
"@visactor/vgrammar": "workspace:0.6.6",
"@visactor/vutils": "~0.15.8",
"d3-geo": "^1.12.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/vgrammar-sankey/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vgrammar-sankey",
"version": "0.6.5",
"version": "0.6.6",
"description": "Layout of sankey chart, used by VGrammar",
"keywords": [
"sankey",
Expand Down Expand Up @@ -36,8 +36,8 @@
"test-check": "DEBUG=jest jest --forceExit --detectOpenHandles --silent false --verbose false --runInBand"
},
"dependencies": {
"@visactor/vgrammar": "workspace:0.6.5",
"@visactor/vgrammar-util": "workspace:0.6.5",
"@visactor/vgrammar": "workspace:0.6.6",
"@visactor/vgrammar-util": "workspace:0.6.6",
"@visactor/vrender": "~0.14.6",
"@visactor/vutils": "~0.15.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vgrammar-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vgrammar-util",
"version": "0.6.5",
"version": "0.6.6",
"description": "The common utils functions of VGrammar",
"keywords": [
"utils",
Expand Down
6 changes: 3 additions & 3 deletions packages/vgrammar-wordcloud-shape/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vgrammar-wordcloud-shape",
"version": "0.6.5",
"version": "0.6.6",
"description": "Layout WordCloud in specified shape, this is a transform for VGrammar.",
"keywords": [
"wordcloud",
Expand Down Expand Up @@ -34,10 +34,10 @@
"test-check": "DEBUG=jest jest --forceExit --detectOpenHandles --silent false --verbose false --runInBand"
},
"dependencies": {
"@visactor/vgrammar": "workspace:0.6.5",
"@visactor/vgrammar": "workspace:0.6.6",
"@visactor/vrender": "~0.14.6",
"@visactor/vscale": "~0.15.8",
"@visactor/vgrammar-util": "workspace:0.6.5",
"@visactor/vgrammar-util": "workspace:0.6.6",
"@visactor/vutils": "~0.15.8"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/vgrammar-wordcloud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vgrammar-wordcloud",
"version": "0.6.5",
"version": "0.6.6",
"description": "WordCloud layout transform for VGrammar",
"keywords": [
"wordcloud",
Expand Down Expand Up @@ -34,8 +34,8 @@
"test-check": "DEBUG=jest jest --forceExit --detectOpenHandles --silent false --verbose false --runInBand"
},
"dependencies": {
"@visactor/vgrammar": "workspace:0.6.5",
"@visactor/vgrammar-util": "workspace:0.6.5",
"@visactor/vgrammar": "workspace:0.6.6",
"@visactor/vgrammar-util": "workspace:0.6.6",
"@visactor/vrender": "~0.14.6",
"@visactor/vutils": "~0.15.8"
},
Expand Down
15 changes: 15 additions & 0 deletions packages/vgrammar/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@visactor/vgrammar",
"entries": [
{
"version": "0.6.6",
"tag": "@visactor/vgrammar_v0.6.6",
"date": "Fri, 01 Sep 2023 07:09:07 GMT",
"comments": {
"none": [
{
"comment": "fix(grammar): rebuild layout tree when grammar updated"
},
{
"comment": "fix: fix unit animation parameters"
}
]
}
},
{
"version": "0.6.5",
"tag": "@visactor/vgrammar_v0.6.5",
Expand Down
Loading

0 comments on commit d0c596e

Please sign in to comment.