Skip to content

Commit 7accfa6

Browse files
committed
build: prelease version 1.2.7
1 parent 11aa6db commit 7accfa6

File tree

8 files changed

+41
-26
lines changed

8 files changed

+41
-26
lines changed

common/changes/@visactor/vmind/feat-docs_2024-03-26-09-23.json

-11
This file was deleted.

common/changes/@visactor/vmind/release-1.2.6_2024-03-26-09-40.json

-10
This file was deleted.

common/config/rush/version-policies.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"definitionName": "lockStepVersion",
44
"policyName": "vmindMin",
5-
"version": "1.2.5",
5+
"version": "1.2.7",
66
"mainProject": "@visactor/vmind",
77
"nextBump": "patch"
88
}

packages/calculator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visactor/calculator",
3-
"version": "1.2.5",
3+
"version": "1.2.7",
44
"description": "SQL-like query executor with DSL",
55
"main": "lib",
66
"module": "es",

packages/chart-advisor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visactor/chart-advisor",
3-
"version": "1.2.5",
3+
"version": "1.2.7",
44
"description": "图表推荐模块",
55
"main": "lib",
66
"module": "es",

packages/vmind/CHANGELOG.json

+21
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"name": "@visactor/vmind",
33
"entries": [
4+
{
5+
"version": "1.2.7",
6+
"tag": "@visactor/vmind_v1.2.7",
7+
"date": "Tue, 26 Mar 2024 09:43:52 GMT",
8+
"comments": {}
9+
},
10+
{
11+
"version": "1.2.6",
12+
"tag": "@visactor/vmind_v1.2.6",
13+
"date": "Tue, 26 Mar 2024 09:43:51 GMT",
14+
"comments": {
15+
"none": [
16+
{
17+
"comment": "feat: chart-advisor docs\n\n"
18+
},
19+
{
20+
"comment": "update docs"
21+
}
22+
]
23+
}
24+
},
425
{
526
"version": "1.2.5",
627
"tag": "@visactor/vmind_v1.2.5",

packages/vmind/CHANGELOG.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Change Log - @visactor/vmind
22

3-
This log was last generated on Tue, 26 Mar 2024 07:36:00 GMT and should not be manually modified.
3+
This log was last generated on Tue, 26 Mar 2024 09:43:52 GMT and should not be manually modified.
4+
5+
## 1.2.7
6+
Tue, 26 Mar 2024 09:43:52 GMT
7+
8+
_Version update only_
9+
10+
## 1.2.6
11+
Tue, 26 Mar 2024 09:43:51 GMT
12+
13+
### Updates
14+
15+
- feat: chart-advisor docs
16+
17+
18+
- update docs
419

520
## 1.2.5
621
Tue, 26 Mar 2024 07:36:00 GMT

packages/vmind/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visactor/vmind",
3-
"version": "1.2.5",
3+
"version": "1.2.7",
44
"main": "cjs/index.js",
55
"module": "esm/index.js",
66
"types": "esm/index.d.ts",

0 commit comments

Comments
 (0)