Skip to content

Commit

Permalink
Merge pull request #90 from VisActor/release/1.2.11
Browse files Browse the repository at this point in the history
[Auto release] release 1.2.11
  • Loading branch information
da730 authored Apr 24, 2024
2 parents ef2815f + c7184d0 commit d854aae
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 10 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 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": "vmindMin",
"version": "1.2.10",
"version": "1.2.11",
"mainProject": "@visactor/vmind",
"nextBump": "patch"
}
Expand Down
2 changes: 1 addition & 1 deletion common/scripts/set-prerelease-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function writePrereleaseVersion(nextBump, preReleaseName, nextVersionStr, buildN

let nextVersion = nextVersionStr ? nextVersionStr : `${curVersion.major}.${curVersion.minor}.${curVersion.patch}`;

if (preReleaseName) {
if (preReleaseName && preReleaseName !== 'none') {
nextVersion = `${nextVersion}-${preReleaseName}`;
}

Expand Down
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.10-none",
"version": "1.2.11",
"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.10-none",
"version": "1.2.11",
"description": "图表推荐模块",
"main": "lib",
"module": "es",
Expand Down
6 changes: 6 additions & 0 deletions packages/vmind/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@visactor/vmind",
"entries": [
{
"version": "1.2.11",
"tag": "@visactor/vmind_v1.2.11",
"date": "Wed, 24 Apr 2024 05:24:53 GMT",
"comments": {}
},
{
"version": "1.2.10",
"tag": "@visactor/vmind_v1.2.10",
Expand Down
7 changes: 6 additions & 1 deletion packages/vmind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @visactor/vmind

This log was last generated on Wed, 24 Apr 2024 04:55:20 GMT and should not be manually modified.
This log was last generated on Wed, 24 Apr 2024 05:24:53 GMT and should not be manually modified.

## 1.2.11
Wed, 24 Apr 2024 05:24:53 GMT

_Version update only_

## 1.2.10
Wed, 24 Apr 2024 04:55:20 GMT
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.10-none",
"version": "1.2.11",
"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:1.2.10-none",
"@visactor/chart-advisor": "workspace:1.2.11",
"@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:1.2.10-none",
"@visactor/calculator": "workspace:1.2.11",
"alasql": "~4.3.2"
}
}

0 comments on commit d854aae

Please sign in to comment.