Skip to content

Commit

Permalink
build: prelease version 1.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
da730 committed Jun 17, 2024
1 parent 90f7833 commit 7284f66
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 32 deletions.

This file was deleted.

This file was deleted.

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.11",
"version": "1.2.12",
"mainProject": "@visactor/vmind",
"nextBump": "patch"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/calculator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/calculator",
"version": "1.2.11",
"version": "1.2.12",
"description": "SQL-like query executor with DSL",
"main": "lib",
"module": "es",
Expand Down Expand Up @@ -46,4 +46,4 @@
"@internal/eslint-config": "workspace:*",
"@internal/bundler": "workspace:*"
}
}
}
4 changes: 2 additions & 2 deletions 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.11",
"version": "1.2.12",
"description": "图表推荐模块",
"main": "lib",
"module": "es",
Expand Down Expand Up @@ -48,4 +48,4 @@
"@internal/bundler": "workspace:*",
"@rushstack/eslint-patch": "~1.1.4"
}
}
}
15 changes: 15 additions & 0 deletions packages/vmind/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@visactor/vmind",
"entries": [
{
"version": "1.2.12",
"tag": "@visactor/vmind_v1.2.12",
"date": "Mon, 17 Jun 2024 08:45:53 GMT",
"comments": {
"none": [
{
"comment": "add custom model type support"
},
{
"comment": "take skylark model when no model type match"
}
]
}
},
{
"version": "1.2.11",
"tag": "@visactor/vmind_v1.2.11",
Expand Down
10 changes: 9 additions & 1 deletion packages/vmind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log - @visactor/vmind

This log was last generated on Wed, 24 Apr 2024 05:24:53 GMT and should not be manually modified.
This log was last generated on Mon, 17 Jun 2024 08:45:53 GMT and should not be manually modified.

## 1.2.12
Mon, 17 Jun 2024 08:45:53 GMT

### Updates

- add custom model type support
- take skylark model when no model type match

## 1.2.11
Wed, 24 Apr 2024 05:24:53 GMT
Expand Down
8 changes: 4 additions & 4 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.11",
"version": "1.2.12",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "esm/index.d.ts",
Expand Down Expand Up @@ -86,14 +86,14 @@
"canvas": "^2.11.2"
},
"dependencies": {
"@visactor/chart-advisor": "workspace:1.2.11",
"@visactor/chart-advisor": "workspace:1.2.12",
"@visactor/vdataset": "~0.17.4",
"@visactor/vutils": "~0.17.4",
"axios": "^1.4.0",
"json5": "~2.2.3",
"dayjs": "~1.11.10",
"js-yaml": "~4.1.0",
"@visactor/calculator": "workspace:1.2.11",
"@visactor/calculator": "workspace:1.2.12",
"alasql": "~4.3.2"
}
}
}

0 comments on commit 7284f66

Please sign in to comment.