Skip to content

Commit 2427f44

Browse files
committed
build: prelease version 1.2.5
1 parent 65e9f4f commit 2427f44

File tree

6 files changed

+28
-6
lines changed

6 files changed

+28
-6
lines changed

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.3",
5+
"version": "1.2.5",
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.3",
3+
"version": "1.2.5",
44
"description": "SQL-like query executor with DSL",
55
"main": "lib",
66
"module": "es",

packages/chart-advisor/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visactor/chart-advisor",
3-
"version": "1.2.3",
3+
"version": "1.2.5",
44
"description": "图表推荐模块",
55
"main": "lib",
66
"module": "es",
@@ -49,4 +49,4 @@
4949
"@internal/bundler": "workspace:*",
5050
"@rushstack/eslint-patch": "~1.1.4"
5151
}
52-
}
52+
}

packages/vmind/CHANGELOG.json

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@visactor/vmind",
33
"entries": [
4+
{
5+
"version": "1.2.5",
6+
"tag": "@visactor/vmind_v1.2.5",
7+
"date": "Tue, 26 Mar 2024 07:36:00 GMT",
8+
"comments": {}
9+
},
10+
{
11+
"version": "1.2.4",
12+
"tag": "@visactor/vmind_v1.2.4",
13+
"date": "Tue, 26 Mar 2024 07:35:59 GMT",
14+
"comments": {}
15+
},
416
{
517
"version": "1.2.3",
618
"tag": "@visactor/vmind_v1.2.3",

packages/vmind/CHANGELOG.md

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

3-
This log was last generated on Sun, 04 Feb 2024 06:26:52 GMT and should not be manually modified.
3+
This log was last generated on Tue, 26 Mar 2024 07:36:00 GMT and should not be manually modified.
4+
5+
## 1.2.5
6+
Tue, 26 Mar 2024 07:36:00 GMT
7+
8+
_Version update only_
9+
10+
## 1.2.4
11+
Tue, 26 Mar 2024 07:35:59 GMT
12+
13+
_Version update only_
414

515
## 1.2.3
616
Sun, 04 Feb 2024 06:26:52 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.3",
3+
"version": "1.2.5",
44
"main": "cjs/index.js",
55
"module": "esm/index.js",
66
"types": "esm/index.d.ts",

0 commit comments

Comments
 (0)