Skip to content

Commit

Permalink
Merge pull request #14 from VisActor/release/1.2.3
Browse files Browse the repository at this point in the history
[Auto release] release 1.2.3
  • Loading branch information
da730 authored Feb 4, 2024
2 parents eb7e8fb + 329da73 commit 591fbbc
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
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.2",
"version": "1.2.3",
"mainProject": "@visactor/vmind",
"nextBump": "patch"
}
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.2",
"version": "1.2.3",
"description": "SQL-like query executor with DSL",
"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.3",
"tag": "@visactor/vmind_v1.2.3",
"date": "Sun, 04 Feb 2024 06:26:52 GMT",
"comments": {}
},
{
"version": "1.2.2",
"tag": "@visactor/vmind_v1.2.2",
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 Tue, 30 Jan 2024 07:40:01 GMT and should not be manually modified.
This log was last generated on Sun, 04 Feb 2024 06:26:52 GMT and should not be manually modified.

## 1.2.3
Sun, 04 Feb 2024 06:26:52 GMT

_Version update only_

## 1.2.2
Tue, 30 Jan 2024 07:40:01 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/vmind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vmind",
"version": "1.2.2",
"version": "1.2.3",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "esm/index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion packages/vmind/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"outDir": "./esm",
"composite": true,
"paths": {
"@visactor/calculator": ["../calculator/src"],
}
},
"ts-node": {
Expand Down

0 comments on commit 591fbbc

Please sign in to comment.