Skip to content

Commit 591fbbc

Browse files
authored
Merge pull request #14 from VisActor/release/1.2.3
[Auto release] release 1.2.3
2 parents eb7e8fb + 329da73 commit 591fbbc

File tree

6 files changed

+15
-5
lines changed

6 files changed

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

packages/vmind/CHANGELOG.json

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "@visactor/vmind",
33
"entries": [
4+
{
5+
"version": "1.2.3",
6+
"tag": "@visactor/vmind_v1.2.3",
7+
"date": "Sun, 04 Feb 2024 06:26:52 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "1.2.2",
612
"tag": "@visactor/vmind_v1.2.2",

packages/vmind/CHANGELOG.md

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

3-
This log was last generated on Tue, 30 Jan 2024 07:40:01 GMT and should not be manually modified.
3+
This log was last generated on Sun, 04 Feb 2024 06:26:52 GMT and should not be manually modified.
4+
5+
## 1.2.3
6+
Sun, 04 Feb 2024 06:26:52 GMT
7+
8+
_Version update only_
49

510
## 1.2.2
611
Tue, 30 Jan 2024 07:40:01 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.2",
3+
"version": "1.2.3",
44
"main": "cjs/index.js",
55
"module": "esm/index.js",
66
"types": "esm/index.d.ts",

packages/vmind/tsconfig.json

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"outDir": "./esm",
99
"composite": true,
1010
"paths": {
11-
"@visactor/calculator": ["../calculator/src"],
1211
}
1312
},
1413
"ts-node": {

0 commit comments

Comments
 (0)