Skip to content

Commit

Permalink
build: prelease version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and TingLittleKang committed Sep 15, 2023
1 parent 775a88e commit 39e6a7e
Show file tree
Hide file tree
Showing 18 changed files with 115 additions and 110 deletions.
90 changes: 46 additions & 44 deletions common/config/rush/pnpm-lock.yaml

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

10 changes: 1 addition & 9 deletions common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
[
{
"definitionName": "lockStepVersion",
"policyName": "vgrammarMain",
"version": "0.6.6",
"mainProject": "@visactor/vgrammar-core",
"nextBump": "patch"
}
]
[{"definitionName":"lockStepVersion","policyName":"vgrammarMain","version":"0.7.0","mainProject":"@visactor/vgrammar-core","nextBump":"minor"}]
20 changes: 10 additions & 10 deletions docs/dev-demos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@
"devDependencies": {
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",
"@visactor/vgrammar": "workspace:0.6.6",
"@visactor/vgrammar-core": "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/vgrammar": "workspace:0.7.0",
"@visactor/vgrammar-core": "workspace:0.7.0",
"@visactor/vgrammar-hierarchy": "workspace:0.7.0",
"@visactor/vgrammar-sankey": "workspace:0.7.0",
"@visactor/vgrammar-projection": "workspace:0.7.0",
"@visactor/vgrammar-wordcloud": "workspace:0.7.0",
"@visactor/vgrammar-wordcloud-shape": "workspace:0.7.0",
"@visactor/vgrammar-plot": "workspace:0.7.0",
"@visactor/vutils": "~0.15.12",
"@visactor/vrender": "~0.15.1",
"d3-scale-chromatic": "^3.0.0",
"lodash": "4.17.21",
"typescript": "4.9.5",
"vite": "3.2.6",
"@visactor/vgrammar-util": "workspace:0.6.6",
"@visactor/vgrammar-coordinate": "workspace:0.6.6",
"@visactor/vgrammar-util": "workspace:0.7.0",
"@visactor/vgrammar-coordinate": "workspace:0.7.0",
"@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 @@ -11,15 +11,15 @@
},
"dependencies": {
"@arco-design/web-react": "2.46.1",
"@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/vgrammar-util": "workspace:0.6.6",
"@visactor/vgrammar-coordinate": "workspace:0.6.6",
"@visactor/vgrammar": "workspace:0.7.0",
"@visactor/vgrammar-hierarchy": "workspace:0.7.0",
"@visactor/vgrammar-sankey": "workspace:0.7.0",
"@visactor/vgrammar-projection": "workspace:0.7.0",
"@visactor/vgrammar-wordcloud": "workspace:0.7.0",
"@visactor/vgrammar-wordcloud-shape": "workspace:0.7.0",
"@visactor/vgrammar-plot": "workspace:0.7.0",
"@visactor/vgrammar-util": "workspace:0.7.0",
"@visactor/vgrammar-coordinate": "workspace:0.7.0",
"@visactor/vutils": "~0.15.12",
"@visactor/vrender": "~0.15.1",
"markdown-it": "^13.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.6",
"version": "0.7.0",
"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.6",
"@visactor/vgrammar-util": "workspace:0.7.0",
"@visactor/vutils": "~0.15.12"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/vgrammar-core/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@visactor/vgrammar-core",
"entries": [
{
"version": "0.7.0",
"tag": "@visactor/vgrammar-core_v0.7.0",
"date": "Thu, 14 Sep 2023 12:34:20 GMT",
"comments": {}
},
{
"version": "0.6.6",
"tag": "@visactor/vgrammar_v0.6.6",
Expand Down
9 changes: 7 additions & 2 deletions packages/vgrammar-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @visactor/vgrammar
# Change Log - @visactor/vgrammar-core

This log was last generated on Fri, 01 Sep 2023 07:09:07 GMT and should not be manually modified.
This log was last generated on Thu, 14 Sep 2023 12:34:20 GMT and should not be manually modified.

## 0.7.0
Thu, 14 Sep 2023 12:34:20 GMT

_Version update only_

## 0.6.6
Fri, 01 Sep 2023 07:09:07 GMT
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.6.6",
"version": "0.7.0",
"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.6.6",
"@visactor/vgrammar-util": "workspace:0.6.6",
"@visactor/vgrammar-coordinate": "workspace:0.7.0",
"@visactor/vgrammar-util": "workspace:0.7.0",
"@visactor/vscale": "~0.15.12",
"@visactor/vrender": "~0.15.1",
"@visactor/vrender-components": "~0.15.1",
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.6.6",
"version": "0.7.0",
"description": "full packages of vgrammar.",
"keywords": [
"visualization",
Expand Down Expand Up @@ -37,13 +37,13 @@
"test": ""
},
"dependencies": {
"@visactor/vgrammar-core": "workspace:0.6.6",
"@visactor/vgrammar-hierarchy": "workspace:0.6.6",
"@visactor/vgrammar-plot": "workspace:0.6.6",
"@visactor/vgrammar-projection": "workspace:0.6.6",
"@visactor/vgrammar-sankey": "workspace:0.6.6",
"@visactor/vgrammar-wordcloud": "workspace:0.6.6",
"@visactor/vgrammar-wordcloud-shape": "workspace:0.6.6"
"@visactor/vgrammar-core": "workspace:0.7.0",
"@visactor/vgrammar-hierarchy": "workspace:0.7.0",
"@visactor/vgrammar-plot": "workspace:0.7.0",
"@visactor/vgrammar-projection": "workspace:0.7.0",
"@visactor/vgrammar-sankey": "workspace:0.7.0",
"@visactor/vgrammar-wordcloud": "workspace:0.7.0",
"@visactor/vgrammar-wordcloud-shape": "workspace:0.7.0"
},
"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.6.6",
"version": "0.7.0",
"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.6.6",
"@visactor/vgrammar-util": "workspace:0.6.6",
"@visactor/vgrammar-core": "workspace:0.7.0",
"@visactor/vgrammar-util": "workspace:0.7.0",
"@visactor/vutils": "~0.15.12",
"@visactor/vrender": "~0.15.1"
},
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.6",
"version": "0.7.0",
"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.6",
"@visactor/vgrammar-coordinate": "workspace:0.6.6",
"@visactor/vgrammar-core": "workspace:0.6.6",
"@visactor/vgrammar-util": "workspace:0.7.0",
"@visactor/vgrammar-coordinate": "workspace:0.7.0",
"@visactor/vgrammar-core": "workspace:0.7.0",
"@visactor/vscale": "~0.15.12",
"@visactor/vrender-components": "~0.15.1",
"@visactor/vrender": "~0.15.1",
Expand Down
Loading

0 comments on commit 39e6a7e

Please sign in to comment.