Skip to content

Commit

Permalink
build: prelease version 1.2.8-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 19, 2024
1 parent 00b7c84 commit 804b41f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 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 packages/calculator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/calculator",
"version": "1.2.7",
"version": "1.2.8-alpha.0",
"description": "SQL-like query executor with DSL",
"main": "lib",
"module": "es",
Expand Down
2 changes: 1 addition & 1 deletion packages/chart-advisor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/chart-advisor",
"version": "1.2.7",
"version": "1.2.8-alpha.0",
"description": "图表推荐模块",
"main": "lib",
"module": "es",
Expand Down
6 changes: 3 additions & 3 deletions packages/vmind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vmind",
"version": "1.2.7",
"version": "1.2.8-alpha.0",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "esm/index.d.ts",
Expand Down Expand Up @@ -87,7 +87,7 @@
"canvas": "^2.11.2"
},
"dependencies": {
"@visactor/chart-advisor": "workspace:*",
"@visactor/chart-advisor": "workspace:1.2.8-alpha.0",
"@visactor/vdataset": "~0.17.4",
"@visactor/vutils": "~0.17.4",
"axios": "^1.4.0",
Expand All @@ -96,7 +96,7 @@
"json5": "~2.2.3",
"dayjs": "~1.11.10",
"js-yaml": "~4.1.0",
"@visactor/calculator": "workspace:*",
"@visactor/calculator": "workspace:1.2.8-alpha.0",
"alasql": "~4.3.2"
}
}

0 comments on commit 804b41f

Please sign in to comment.