Skip to content

Commit

Permalink
build: release version 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and xile611 committed Nov 24, 2023
1 parent 0f0a0d0 commit fe37585
Show file tree
Hide file tree
Showing 14 changed files with 99 additions and 97 deletions.
88 changes: 45 additions & 43 deletions common/config/rush/pnpm-lock.yaml

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

20 changes: 10 additions & 10 deletions docs/dev-demos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"devDependencies": {
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",
"@visactor/vgrammar": "workspace:0.9.1",
"@visactor/vgrammar-core": "workspace:0.9.1",
"@visactor/vgrammar-hierarchy": "workspace:0.9.1",
"@visactor/vgrammar-sankey": "workspace:0.9.1",
"@visactor/vgrammar-projection": "workspace:0.9.1",
"@visactor/vgrammar-wordcloud": "workspace:0.9.1",
"@visactor/vgrammar-wordcloud-shape": "workspace:0.9.1",
"@visactor/vgrammar-plot": "workspace:0.9.1",
"@visactor/vgrammar": "workspace:0.9.2",
"@visactor/vgrammar-core": "workspace:0.9.2",
"@visactor/vgrammar-hierarchy": "workspace:0.9.2",
"@visactor/vgrammar-sankey": "workspace:0.9.2",
"@visactor/vgrammar-projection": "workspace:0.9.2",
"@visactor/vgrammar-wordcloud": "workspace:0.9.2",
"@visactor/vgrammar-wordcloud-shape": "workspace:0.9.2",
"@visactor/vgrammar-plot": "workspace:0.9.2",
"@visactor/vutils": "~0.16.18",
"@visactor/vrender-core": "~0.16.17",
"@visactor/vrender-kits": "~0.16.17",
Expand All @@ -27,8 +27,8 @@
"lodash": "4.17.21",
"typescript": "4.9.5",
"vite": "3.2.6",
"@visactor/vgrammar-util": "workspace:0.9.1",
"@visactor/vgrammar-coordinate": "workspace:0.9.1",
"@visactor/vgrammar-util": "workspace:0.9.2",
"@visactor/vgrammar-coordinate": "workspace:0.9.2",
"@vitejs/plugin-react": "3.1.0"
}
}
18 changes: 9 additions & 9 deletions docs/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
},
"dependencies": {
"@arco-design/web-react": "2.46.1",
"@visactor/vgrammar": "workspace:0.9.1",
"@visactor/vgrammar-hierarchy": "workspace:0.9.1",
"@visactor/vgrammar-sankey": "workspace:0.9.1",
"@visactor/vgrammar-projection": "workspace:0.9.1",
"@visactor/vgrammar-wordcloud": "workspace:0.9.1",
"@visactor/vgrammar-wordcloud-shape": "workspace:0.9.1",
"@visactor/vgrammar-plot": "workspace:0.9.1",
"@visactor/vgrammar-util": "workspace:0.9.1",
"@visactor/vgrammar-coordinate": "workspace:0.9.1",
"@visactor/vgrammar": "workspace:0.9.2",
"@visactor/vgrammar-hierarchy": "workspace:0.9.2",
"@visactor/vgrammar-sankey": "workspace:0.9.2",
"@visactor/vgrammar-projection": "workspace:0.9.2",
"@visactor/vgrammar-wordcloud": "workspace:0.9.2",
"@visactor/vgrammar-wordcloud-shape": "workspace:0.9.2",
"@visactor/vgrammar-plot": "workspace:0.9.2",
"@visactor/vgrammar-util": "workspace:0.9.2",
"@visactor/vgrammar-coordinate": "workspace:0.9.2",
"@visactor/vutils": "~0.16.18",
"@visactor/vrender-core": "~0.16.17",
"@visactor/vrender-kits": "~0.16.17",
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.9.1",
"version": "0.9.2",
"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.9.1",
"@visactor/vgrammar-util": "workspace:0.9.2",
"@visactor/vutils": "~0.16.18"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/vgrammar-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vgrammar-core",
"version": "0.9.1",
"version": "0.9.2",
"description": "VGrammar is a visual grammar library",
"keywords": [
"grammar",
Expand Down Expand Up @@ -36,8 +36,8 @@
"test-check": "DEBUG=jest jest --forceExit --detectOpenHandles --silent false --verbose false --runInBand"
},
"dependencies": {
"@visactor/vgrammar-coordinate": "workspace:0.9.1",
"@visactor/vgrammar-util": "workspace:0.9.1",
"@visactor/vgrammar-coordinate": "workspace:0.9.2",
"@visactor/vgrammar-util": "workspace:0.9.2",
"@visactor/vscale": "~0.16.18",
"@visactor/vrender-core": "~0.16.17",
"@visactor/vrender-kits": "~0.16.17",
Expand Down
16 changes: 8 additions & 8 deletions packages/vgrammar-full/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vgrammar-full",
"version": "0.9.1",
"version": "0.9.2",
"description": "full packages of vgrammar.",
"keywords": [
"visualization",
Expand Down Expand Up @@ -33,13 +33,13 @@
"test": ""
},
"dependencies": {
"@visactor/vgrammar-core": "workspace:0.9.1",
"@visactor/vgrammar-hierarchy": "workspace:0.9.1",
"@visactor/vgrammar-plot": "workspace:0.9.1",
"@visactor/vgrammar-projection": "workspace:0.9.1",
"@visactor/vgrammar-sankey": "workspace:0.9.1",
"@visactor/vgrammar-wordcloud": "workspace:0.9.1",
"@visactor/vgrammar-wordcloud-shape": "workspace:0.9.1"
"@visactor/vgrammar-core": "workspace:0.9.2",
"@visactor/vgrammar-hierarchy": "workspace:0.9.2",
"@visactor/vgrammar-plot": "workspace:0.9.2",
"@visactor/vgrammar-projection": "workspace:0.9.2",
"@visactor/vgrammar-sankey": "workspace:0.9.2",
"@visactor/vgrammar-wordcloud": "workspace:0.9.2",
"@visactor/vgrammar-wordcloud-shape": "workspace:0.9.2"
},
"devDependencies": {
"d3-array": "1.x",
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.9.1",
"version": "0.9.2",
"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-core": "workspace:0.9.1",
"@visactor/vgrammar-util": "workspace:0.9.1",
"@visactor/vgrammar-core": "workspace:0.9.2",
"@visactor/vgrammar-util": "workspace:0.9.2",
"@visactor/vutils": "~0.16.18",
"@visactor/vrender-core": "~0.16.17",
"@visactor/vrender-kits": "~0.16.17"
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.9.1",
"version": "0.9.2",
"description": "Plots of vgrammar.",
"keywords": [
"plot",
Expand Down Expand Up @@ -34,9 +34,9 @@
"test-check": "DEBUG=jest jest --forceExit --detectOpenHandles --silent false --verbose false --runInBand"
},
"dependencies": {
"@visactor/vgrammar-util": "workspace:0.9.1",
"@visactor/vgrammar-coordinate": "workspace:0.9.1",
"@visactor/vgrammar-core": "workspace:0.9.1",
"@visactor/vgrammar-util": "workspace:0.9.2",
"@visactor/vgrammar-coordinate": "workspace:0.9.2",
"@visactor/vgrammar-core": "workspace:0.9.2",
"@visactor/vscale": "~0.16.18",
"@visactor/vrender-components": "~0.16.17",
"@visactor/vrender-core": "~0.16.17",
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.9.1",
"version": "0.9.2",
"description": "Projections for map, used in VGrammar.",
"keywords": [
"projection",
Expand Down Expand Up @@ -34,8 +34,8 @@
"test-check": "DEBUG=jest jest --forceExit --detectOpenHandles --silent false --verbose false --runInBand"
},
"dependencies": {
"@visactor/vgrammar-util": "workspace:0.9.1",
"@visactor/vgrammar-core": "workspace:0.9.1",
"@visactor/vgrammar-util": "workspace:0.9.2",
"@visactor/vgrammar-core": "workspace:0.9.2",
"@visactor/vutils": "~0.16.18",
"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.9.1",
"version": "0.9.2",
"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-core": "workspace:0.9.1",
"@visactor/vgrammar-util": "workspace:0.9.1",
"@visactor/vgrammar-core": "workspace:0.9.2",
"@visactor/vgrammar-util": "workspace:0.9.2",
"@visactor/vrender-core": "~0.16.17",
"@visactor/vrender-kits": "~0.16.17",
"@visactor/vutils": "~0.16.18"
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.9.1",
"version": "0.9.2",
"description": "The common utils functions of VGrammar",
"keywords": [
"utils",
Expand Down
Loading

0 comments on commit fe37585

Please sign in to comment.