Skip to content

Commit

Permalink
build: release version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and xile611 committed Oct 16, 2023
1 parent 25a8820 commit 2f027de
Show file tree
Hide file tree
Showing 21 changed files with 132 additions and 139 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

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.

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.7.7","mainProject":"@visactor/vgrammar-core","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vgrammarMain","version":"0.8.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 @@ -11,14 +11,14 @@
"devDependencies": {
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",
"@visactor/vgrammar": "workspace:0.7.7",
"@visactor/vgrammar-core": "workspace:0.7.7",
"@visactor/vgrammar-hierarchy": "workspace:0.7.7",
"@visactor/vgrammar-sankey": "workspace:0.7.7",
"@visactor/vgrammar-projection": "workspace:0.7.7",
"@visactor/vgrammar-wordcloud": "workspace:0.7.7",
"@visactor/vgrammar-wordcloud-shape": "workspace:0.7.7",
"@visactor/vgrammar-plot": "workspace:0.7.7",
"@visactor/vgrammar": "workspace:0.8.0",
"@visactor/vgrammar-core": "workspace:0.8.0",
"@visactor/vgrammar-hierarchy": "workspace:0.8.0",
"@visactor/vgrammar-sankey": "workspace:0.8.0",
"@visactor/vgrammar-projection": "workspace:0.8.0",
"@visactor/vgrammar-wordcloud": "workspace:0.8.0",
"@visactor/vgrammar-wordcloud-shape": "workspace:0.8.0",
"@visactor/vgrammar-plot": "workspace:0.8.0",
"@visactor/vutils": "~0.16.4",
"@visactor/vrender-core": "~0.16.1",
"@visactor/vrender-kits": "~0.16.1",
Expand All @@ -27,8 +27,8 @@
"lodash": "4.17.21",
"typescript": "4.9.5",
"vite": "3.2.6",
"@visactor/vgrammar-util": "workspace:0.7.7",
"@visactor/vgrammar-coordinate": "workspace:0.7.7",
"@visactor/vgrammar-util": "workspace:0.8.0",
"@visactor/vgrammar-coordinate": "workspace:0.8.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.7.7",
"@visactor/vgrammar-hierarchy": "workspace:0.7.7",
"@visactor/vgrammar-sankey": "workspace:0.7.7",
"@visactor/vgrammar-projection": "workspace:0.7.7",
"@visactor/vgrammar-wordcloud": "workspace:0.7.7",
"@visactor/vgrammar-wordcloud-shape": "workspace:0.7.7",
"@visactor/vgrammar-plot": "workspace:0.7.7",
"@visactor/vgrammar-util": "workspace:0.7.7",
"@visactor/vgrammar-coordinate": "workspace:0.7.7",
"@visactor/vgrammar": "workspace:0.8.0",
"@visactor/vgrammar-hierarchy": "workspace:0.8.0",
"@visactor/vgrammar-sankey": "workspace:0.8.0",
"@visactor/vgrammar-projection": "workspace:0.8.0",
"@visactor/vgrammar-wordcloud": "workspace:0.8.0",
"@visactor/vgrammar-wordcloud-shape": "workspace:0.8.0",
"@visactor/vgrammar-plot": "workspace:0.8.0",
"@visactor/vgrammar-util": "workspace:0.8.0",
"@visactor/vgrammar-coordinate": "workspace:0.8.0",
"@visactor/vutils": "~0.16.4",
"@visactor/vrender-core": "~0.16.1",
"@visactor/vrender-kits": "~0.16.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.7.7",
"version": "0.8.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.7.7",
"@visactor/vgrammar-util": "workspace:0.8.0",
"@visactor/vutils": "~0.16.4"
},
"devDependencies": {
Expand Down
21 changes: 21 additions & 0 deletions packages/vgrammar-core/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@visactor/vgrammar-core",
"entries": [
{
"version": "0.8.0",
"tag": "@visactor/vgrammar-core_v0.8.0",
"date": "Mon, 16 Oct 2023 09:32:28 GMT",
"comments": {
"none": [
{
"comment": "feat: add interactions"
},
{
"comment": "fix: fix animate performance issue"
},
{
"comment": "fix(vgrammar): exclude invalid animation channels when animating"
},
{
"comment": "refactor: access vrender core, closed #203"
}
]
}
},
{
"version": "0.7.7",
"tag": "@visactor/vgrammar-core_v0.7.7",
Expand Down
12 changes: 11 additions & 1 deletion packages/vgrammar-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Change Log - @visactor/vgrammar-core

This log was last generated on Wed, 11 Oct 2023 03:13:43 GMT and should not be manually modified.
This log was last generated on Mon, 16 Oct 2023 09:32:28 GMT and should not be manually modified.

## 0.8.0
Mon, 16 Oct 2023 09:32:28 GMT

### Updates

- feat: add interactions
- fix: fix animate performance issue
- fix(vgrammar): exclude invalid animation channels when animating
- refactor: access vrender core, closed #203

## 0.7.7
Wed, 11 Oct 2023 03:13:43 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.7.7",
"version": "0.8.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.7.7",
"@visactor/vgrammar-util": "workspace:0.7.7",
"@visactor/vgrammar-coordinate": "workspace:0.8.0",
"@visactor/vgrammar-util": "workspace:0.8.0",
"@visactor/vscale": "~0.16.4",
"@visactor/vrender-core": "~0.16.1",
"@visactor/vrender-kits": "~0.16.1",
Expand Down
Loading

0 comments on commit 2f027de

Please sign in to comment.